]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - arch/ia64/hp/sim/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / ia64 / hp / sim / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 menu "HP Simulator drivers"
4 depends on IA64_HP_SIM || IA64_GENERIC
5
6 config HP_SIMETH
7 bool "Simulated Ethernet "
8 depends on NET
9
10 config HP_SIMSERIAL
11 bool "Simulated serial driver support"
12 depends on TTY
13
14 config HP_SIMSERIAL_CONSOLE
15 bool "Console for HP simulator"
16 depends on HP_SIMSERIAL
17
18 config HP_SIMSCSI
19 bool "Simulated SCSI disk"
20 depends on SCSI=y
21
22 endmenu
23