Loading...
Note: File does not exist in v5.14.15.
1
2menu "HP Simulator drivers"
3 depends on IA64_HP_SIM || IA64_GENERIC
4
5config HP_SIMETH
6 bool "Simulated Ethernet "
7 depends on NET
8
9config HP_SIMSERIAL
10 bool "Simulated serial driver support"
11 depends on TTY
12
13config HP_SIMSERIAL_CONSOLE
14 bool "Console for HP simulator"
15 depends on HP_SIMSERIAL
16
17config HP_SIMSCSI
18 bool "Simulated SCSI disk"
19 depends on SCSI=y
20
21endmenu
22