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 | c619bb12e3cb8896b444e9c77922f707859b98b7 (patch) | |
tree | a55e2718c7ffc8021440a255ca49a46f2078e3fb /target/linux/etrax/config-default | |
parent | 50be634a3c17134661bf46a2252288e9b346565d (diff) | |
download | upstream-c619bb12e3cb8896b444e9c77922f707859b98b7.tar.gz upstream-c619bb12e3cb8896b444e9c77922f707859b98b7.tar.bz2 upstream-c619bb12e3cb8896b444e9c77922f707859b98b7.zip |
etrax: add scsi symbols to kernel config, thanks claudyus. update symbols after enabling scsi
SVN-Revision: 14297
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 |