X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fum%2FKconfig;h=b9c0f307a8fa7ee9b8e866b0416c0764b88d7630;hb=7a13e932281e7042a592f4f14db0b348199e7aac;hp=b3a21ba77cd2a40f9784d3e5d86fe53dfb1fed67;hpb=920841d8d1d61bc12b43f95a579a5374f6d98f81;p=powerpc.git diff --git a/arch/um/Kconfig b/arch/um/Kconfig index b3a21ba77c..b9c0f307a8 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -44,7 +44,7 @@ config LOCKDEP_SUPPORT config STACKTRACE_SUPPORT bool - default y + default n config GENERIC_CALIBRATE_DELAY bool @@ -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"