Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

+2 -2
+2 -2
arch/ia64/hp/sim/Kconfig
··· 13 13 depends on HP_SIMSERIAL 14 14 15 15 config HP_SIMSCSI 16 - tristate "Simulated SCSI disk" 17 - depends on SCSI 16 + bool "Simulated SCSI disk" 17 + depends on SCSI=y 18 18 19 19 endmenu 20 20