Kconfig 304 B

12345678910111213141516
  1. config SOC_AR5312
  2. bool "Atheros AR5312/AR2312+ SoC support"
  3. depends on ATH25
  4. default y
  5. config SOC_AR2315
  6. bool "Atheros AR2315+ SoC support"
  7. depends on ATH25
  8. default y
  9. config PCI_AR2315
  10. bool "Atheros AR2315 PCI controller support"
  11. depends on SOC_AR2315
  12. select HW_HAS_PCI
  13. select PCI
  14. default y