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>
20 lines
339 B
Text
20 lines
339 B
Text
|
|
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
|
|
|