Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.20 23 lines 406 B view raw
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