1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 05:05:08 +03:00

[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
This commit is contained in:
agb 2009-01-31 05:25:39 +00:00
parent 759aaf7754
commit 26f6351004
2 changed files with 14 additions and 0 deletions

View File

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

View File

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