blob: e35f1b578fee4ed112d41df508860d1904d40c2a [file] [log] [blame]
Wills Wang1d3d0f12016-03-16 16:59:52 +08001menu "QCA/Atheros 7xxx/9xxx platforms"
2 depends on ARCH_ATH79
3
4config SYS_SOC
5 default "ath79"
6
Wills Wangee7bb5b2016-03-16 16:59:53 +08007config SOC_AR933X
8 bool
9 select SUPPORTS_BIG_ENDIAN
10 select SUPPORTS_CPU_MIPS32_R1
11 select SUPPORTS_CPU_MIPS32_R2
12 select MIPS_TUNE_24KC
13 help
14 This supports QCA/Atheros ar933x family SOCs.
15
Wills Wang9b03f802016-03-16 16:59:54 +080016config SOC_QCA953X
17 bool
18 select SUPPORTS_BIG_ENDIAN
19 select SUPPORTS_CPU_MIPS32_R1
20 select SUPPORTS_CPU_MIPS32_R2
21 select MIPS_TUNE_24KC
22 help
23 This supports QCA/Atheros qca953x family SOCs.
24
Wills Wang1d3d0f12016-03-16 16:59:52 +080025endmenu