aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLuck, Tony <tony.luck@intel.com>2006-11-16 00:43:12 -0800
committerTony Luck <tony.luck@intel.com>2006-11-16 11:25:12 -0800
commitcea196bb2eb918c30f97a2b752bcec929d761f64 (patch)
tree6c24107e3afece611c1f18ab148ec6eb3c0e68f5 /arch
parent[IA64] use generic_handle_irq() (diff)
downloadlinux-dev-cea196bb2eb918c30f97a2b752bcec929d761f64.tar.xz
linux-dev-cea196bb2eb918c30f97a2b752bcec929d761f64.zip
[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 <akpm@osdl.org> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/hp/sim/Kconfig4
1 files changed, 2 insertions, 2 deletions
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