Browse Source

[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>
Luck, Tony 18 years ago
parent
commit
cea196bb2e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/ia64/hp/sim/Kconfig

+ 2 - 2
arch/ia64/hp/sim/Kconfig

@@ -13,8 +13,8 @@ config HP_SIMSERIAL_CONSOLE
 	depends on HP_SIMSERIAL
 	depends on HP_SIMSERIAL
 
 
 config HP_SIMSCSI
 config HP_SIMSCSI
-	tristate "Simulated SCSI disk"
-	depends on SCSI
+	bool "Simulated SCSI disk"
+	depends on SCSI=y
 
 
 endmenu
 endmenu