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.8-rc2 16 lines 304 B view raw
1config SOC_AR5312 2 bool "Atheros AR5312/AR2312+ SoC support" 3 depends on ATH25 4 default y 5 6config SOC_AR2315 7 bool "Atheros AR2315+ SoC support" 8 depends on ATH25 9 default y 10 11config PCI_AR2315 12 bool "Atheros AR2315 PCI controller support" 13 depends on SOC_AR2315 14 select HW_HAS_PCI 15 select PCI 16 default y