blob: ab93d92b95c0ec3260f838091801ce46a41f644f [file] [log] [blame]
Wills Wang833a1a82016-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 Wang2a551c52016-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 Wang833a1a82016-03-16 16:59:52 +080016endmenu