blob: d84707d5520343876312a76bf15ee68ba6117445 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2menu "HP Simulator drivers"
3 depends on IA64_HP_SIM || IA64_GENERIC
4
5config HP_SIMETH
6 bool "Simulated Ethernet "
Alexander Beregalovbb49eed2008-12-10 15:24:50 -08007 depends on NET
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
9config HP_SIMSERIAL
10 bool "Simulated serial driver support"
Joe Millenbach4f73bc42013-01-17 22:44:22 -080011 depends on TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
13config HP_SIMSERIAL_CONSOLE
14 bool "Console for HP simulator"
15 depends on HP_SIMSERIAL
16
17config HP_SIMSCSI
Luck, Tonycea196b2006-11-16 00:43:12 -080018 bool "Simulated SCSI disk"
19 depends on SCSI=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070020
21endmenu
22