Kconfig 355 B

1234567891011121314151617
  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 FORCE_PCI
  15. default y