summaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig
diff options
context:
space:
mode:
authorPeter Zijlstra2007-05-09 11:33:20 +0200
committerLinus Torvalds2007-05-09 21:30:48 +0200
commit0ff563830209d2f5ea2ece071f7ea71aff934544 (patch)
treec1cc50625af2c273e357e6a2f2fdbed0fcd28b86 /arch/um/Kconfig
parentuml: fix build breakage (diff)
downloadkernel-qcow2-linux-0ff563830209d2f5ea2ece071f7ea71aff934544.tar.gz
kernel-qcow2-linux-0ff563830209d2f5ea2ece071f7ea71aff934544.tar.xz
kernel-qcow2-linux-0ff563830209d2f5ea2ece071f7ea71aff934544.zip
uml: turn on SCSI support
Enable (i)SCSI on UML, dunno why SCSI was deemed broken, it works like a charm. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Jeff Dike <jdike@linux.intel.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r--arch/um/Kconfig16
1 files changed, 1 insertions, 15 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 354cc6b70530..b9c0f307a8fa 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -320,21 +320,7 @@ source "crypto/Kconfig"
source "lib/Kconfig"
-menu "SCSI support"
-depends on BROKEN
-
-config SCSI
- tristate "SCSI support"
-
-# This gives us free_dma, which scsi.c wants.
-config GENERIC_ISA_DMA
- bool
- depends on SCSI
- default y
-
-source "arch/um/Kconfig.scsi"
-
-endmenu
+source "drivers/scsi/Kconfig"
source "drivers/md/Kconfig"