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

Configure Feed

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

at v4.13 19 lines 431 B view raw
1# 2# Unisys SPAR driver configuration 3# 4menuconfig UNISYSSPAR 5 bool "Unisys SPAR driver support" 6 depends on X86_64 && !UML 7 select PCI 8 select ACPI 9 ---help--- 10 Support for the Unisys SPAR drivers 11 12if UNISYSSPAR 13 14source "drivers/staging/unisys/visorbus/Kconfig" 15source "drivers/staging/unisys/visornic/Kconfig" 16source "drivers/staging/unisys/visorinput/Kconfig" 17source "drivers/staging/unisys/visorhba/Kconfig" 18 19endif # UNISYSSPAR