From: Luck, Tony Date: Thu, 16 Nov 2006 08:43:12 +0000 (-0800) Subject: [IA64] a fix towards allmodconfig build X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cea196bb2eb918c30f97a2b752bcec929d761f64;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git [IA64] a fix towards allmodconfig build The HP_SIMSCSI driver can't be built as a module (unhealthy dependencies on things that shouldn't really be exported). Signed-off-by: Andrew Morton Signed-off-by: Tony Luck --- diff --git a/arch/ia64/hp/sim/Kconfig b/arch/ia64/hp/sim/Kconfig index 18ccb1266e18..f92306bbedb8 100644 --- a/arch/ia64/hp/sim/Kconfig +++ b/arch/ia64/hp/sim/Kconfig @@ -13,8 +13,8 @@ config HP_SIMSERIAL_CONSOLE depends on HP_SIMSERIAL config HP_SIMSCSI - tristate "Simulated SCSI disk" - depends on SCSI + bool "Simulated SCSI disk" + depends on SCSI=y endmenu