Skip to content

Commit

Permalink
uml: turn on SCSI support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Zijlstra authored and Linus Torvalds committed May 9, 2007
1 parent 1e0cb0c commit 0ff5638
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
16 changes: 1 addition & 15 deletions arch/um/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
58 changes: 0 additions & 58 deletions arch/um/Kconfig.scsi

This file was deleted.

0 comments on commit 0ff5638

Please sign in to comment.