Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cea196bb authored by Tony Luck's avatar Tony Luck
Browse files

[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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 5fbb004a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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