1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

etrax: add scsi symbols to kernel config, thanks claudyus. update symbols after enabling scsi

SVN-Revision: 14297
This commit is contained in:
Andy Boyett 2009-01-31 05:25:39 +00:00
parent 50be634a3c
commit c619bb12e3
2 changed files with 14 additions and 0 deletions

@ -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

@ -0,0 +1,13 @@
diff -Naurp linux-2.6.25.16.ori/arch/cris/Kconfig linux-2.6.25.16/arch/cris/Kconfig
--- linux-2.6.25.16.ori/arch/cris/Kconfig 2008-10-13 21:43:04.000000000 +0200
+++ linux-2.6.25.16/arch/cris/Kconfig 2008-10-13 21:53:56.000000000 +0200
@@ -660,6 +660,8 @@ source "drivers/block/Kconfig"
source "drivers/ide/Kconfig"
+source "drivers/scsi/Kconfig"
+
source "drivers/net/Kconfig"
source "drivers/i2c/Kconfig"