Kconfig (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a)
1# SPDX-License-Identifier: GPL-2.0
2config SOC_AR5312
3 bool "Atheros AR5312/AR2312+ SoC support"
4 depends on ATH25
5 default y
6
7config SOC_AR2315
8 bool "Atheros AR2315+ SoC support"
9 depends on ATH25
10 default y
11
12config PCI_AR2315
13 bool "Atheros AR2315 PCI controller support"
14 depends on SOC_AR2315
15 select ARCH_HAS_PHYS_TO_DMA
1# SPDX-License-Identifier: GPL-2.0
2config SOC_AR5312
3 bool "Atheros AR5312/AR2312+ SoC support"
4 depends on ATH25
5 default y
6
7config SOC_AR2315
8 bool "Atheros AR2315+ SoC support"
9 depends on ATH25
10 default y
11
12config PCI_AR2315
13 bool "Atheros AR2315 PCI controller support"
14 depends on SOC_AR2315
15 select ARCH_HAS_PHYS_TO_DMA
16 select HW_HAS_PCI
17 select PCI
16 select FORCE_PCI
18 default y
17 default y