Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / ia64 / hp / sim / Kconfig
blob56fb4f1d4f7c7c501567f41dd9e18f17da89ff97
1 # SPDX-License-Identifier: GPL-2.0
3 menu "HP Simulator drivers"
4         depends on IA64_HP_SIM || IA64_GENERIC
6 config HP_SIMETH
7         bool "Simulated Ethernet "
8         depends on NET
10 config HP_SIMSERIAL
11         bool "Simulated serial driver support"
12         depends on TTY
14 config HP_SIMSERIAL_CONSOLE
15         bool "Console for HP simulator"
16         depends on HP_SIMSERIAL
18 config HP_SIMSCSI
19         bool "Simulated SCSI disk"
20         depends on SCSI=y
22 endmenu