Kconfig 368 B

12345678910111213141516171819
  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. config SOC_AR2315
  7. bool "Atheros AR2315+ SoC support"
  8. depends on ATH25
  9. default y
  10. config PCI_AR2315
  11. bool "Atheros AR2315 PCI controller support"
  12. depends on SOC_AR2315
  13. select ARCH_HAS_PHYS_TO_DMA
  14. select HW_HAS_PCI
  15. select PCI
  16. default y