xref: /openbmc/linux/arch/mips/ath25/Kconfig (revision 8b036556)
1config SOC_AR5312
2	bool "Atheros AR5312/AR2312+ SoC support"
3	depends on ATH25
4	default y
5
6config SOC_AR2315
7	bool "Atheros AR2315+ SoC support"
8	depends on ATH25
9	default y
10
11config PCI_AR2315
12	bool "Atheros AR2315 PCI controller support"
13	depends on SOC_AR2315
14	select HW_HAS_PCI
15	select PCI
16	default y
17