aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp/sim/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/hp/sim/Kconfig')
-rw-r--r--arch/ia64/hp/sim/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/ia64/hp/sim/Kconfig b/arch/ia64/hp/sim/Kconfig
new file mode 100644
index 000000000000..18ccb1266e18
--- /dev/null
+++ b/arch/ia64/hp/sim/Kconfig
@@ -0,0 +1,20 @@
1
2menu "HP Simulator drivers"
3 depends on IA64_HP_SIM || IA64_GENERIC
4
5config HP_SIMETH
6 bool "Simulated Ethernet "
7
8config HP_SIMSERIAL
9 bool "Simulated serial driver support"
10
11config HP_SIMSERIAL_CONSOLE
12 bool "Console for HP simulator"
13 depends on HP_SIMSERIAL
14
15config HP_SIMSCSI
16 tristate "Simulated SCSI disk"
17 depends on SCSI
18
19endmenu
20