diff options
author | Luck, Tony <tony.luck@intel.com> | 2006-11-16 11:43:12 +0300 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-11-16 22:25:12 +0300 |
commit | cea196bb2eb918c30f97a2b752bcec929d761f64 (patch) | |
tree | 6c24107e3afece611c1f18ab148ec6eb3c0e68f5 /arch | |
parent | 5fbb004aba15bbca64c3fb611113295bda7ee9ea (diff) | |
download | linux-cea196bb2eb918c30f97a2b752bcec929d761f64.tar.xz |
[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/Kconfig | 4 |
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 |