blob: 56fb4f1d4f7c7c501567f41dd9e18f17da89ff97 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002
3menu "HP Simulator drivers"
4 depends on IA64_HP_SIM || IA64_GENERIC
5
6config HP_SIMETH
7 bool "Simulated Ethernet "
Alexander Beregalovbb49eed2008-12-10 15:24:50 -08008 depends on NET
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
10config HP_SIMSERIAL
11 bool "Simulated serial driver support"
Joe Millenbach4f73bc42013-01-17 22:44:22 -080012 depends on TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
14config HP_SIMSERIAL_CONSOLE
15 bool "Console for HP simulator"
16 depends on HP_SIMSERIAL
17
18config HP_SIMSCSI
Luck, Tonycea196b2006-11-16 00:43:12 -080019 bool "Simulated SCSI disk"
20 depends on SCSI=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070021
22endmenu
23