diff options
author | Andy Boyett <agb@openwrt.org> | 2009-01-31 05:25:39 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-01-31 05:25:39 +0000 |
commit | 27a519cc0bfb89b0749c4da958fb31a867a4999b (patch) | |
tree | 984d29bc84634f7b7c1749b662697afd67b49f35 /target/linux/etrax/config-default | |
parent | f8d52e2dbc487973df7bd37f8de0c7324edfa73b (diff) | |
download | upstream-27a519cc0bfb89b0749c4da958fb31a867a4999b.tar.gz upstream-27a519cc0bfb89b0749c4da958fb31a867a4999b.tar.bz2 upstream-27a519cc0bfb89b0749c4da958fb31a867a4999b.zip |
[kernel] etrax: add scsi symbols to kernel config, thanks claudyus. update symbols after enabling scsi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14297 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/config-default')
-rw-r--r-- | target/linux/etrax/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/etrax/config-default b/target/linux/etrax/config-default index 5960cb3f68..cf1be0563b 100644 --- a/target/linux/etrax/config-default +++ b/target/linux/etrax/config-default @@ -239,6 +239,7 @@ CONFIG_NO_IOPORT=y # CONFIG_OOM_REBOOT is not set # CONFIG_RTC is not set CONFIG_RWSEM_GENERIC_SPINLOCK=y +# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set # CONFIG_SERIAL_8250 is not set CONFIG_SLABINFO=y # CONFIG_SPARSEMEM_STATIC is not set |