1# SPDX-License-Identifier: GPL-2.0 2 3menu "HP Simulator drivers" 4 depends on IA64_HP_SIM || IA64_GENERIC 5 6config HP_SIMETH 7 bool "Simulated Ethernet " 8 depends on NET 9 10config HP_SIMSERIAL 11 bool "Simulated serial driver support" 12 depends on TTY 13 14config HP_SIMSERIAL_CONSOLE 15 bool "Console for HP simulator" 16 depends on HP_SIMSERIAL 17 18config HP_SIMSCSI 19 bool "Simulated SCSI disk" 20 depends on SCSI=y 21 22endmenu 23 24