mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-18 15:21:22 +00:00

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>
21 lines
339 B
Plaintext
21 lines
339 B
Plaintext
|
|
menu "HP Simulator drivers"
|
|
depends on IA64_HP_SIM || IA64_GENERIC
|
|
|
|
config HP_SIMETH
|
|
bool "Simulated Ethernet "
|
|
|
|
config HP_SIMSERIAL
|
|
bool "Simulated serial driver support"
|
|
|
|
config HP_SIMSERIAL_CONSOLE
|
|
bool "Console for HP simulator"
|
|
depends on HP_SIMSERIAL
|
|
|
|
config HP_SIMSCSI
|
|
bool "Simulated SCSI disk"
|
|
depends on SCSI=y
|
|
|
|
endmenu
|
|
|