mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
cea196bb2e
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
|
|
|