Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | config SOC_AR5312 |
| 3 | bool "Atheros AR5312/AR2312+ SoC support" |
| 4 | depends on ATH25 |
| 5 | default y |
| 6 | |
| 7 | config SOC_AR2315 |
| 8 | bool "Atheros AR2315+ SoC support" |
| 9 | depends on ATH25 |
| 10 | default y |
| 11 | |
| 12 | config PCI_AR2315 |
| 13 | bool "Atheros AR2315 PCI controller support" |
| 14 | depends on SOC_AR2315 |
| 15 | select ARCH_HAS_PHYS_TO_DMA |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 16 | select FORCE_PCI |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 17 | default y |