summaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79/Kconfig
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-03-16 08:59:53 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-20 23:25:50 (GMT)
commitee7bb5be35af71df46733b0b3f3e8c96b7b4066d (patch)
tree7fb597c151bef3d6c8f963e37d1ca066f5a1044d /arch/mips/mach-ath79/Kconfig
parent1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d (diff)
downloadu-boot-ee7bb5be35af71df46733b0b3f3e8c96b7b4066d.tar.xz
mips: ath79: add support for AR933x SOCs
This patch enable work for ar933x SOC. Signed-off-by: Wills Wang <wills.wang@live.com>
Diffstat (limited to 'arch/mips/mach-ath79/Kconfig')
-rw-r--r--arch/mips/mach-ath79/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig
index 7d8ce09..ab93d92 100644
--- a/arch/mips/mach-ath79/Kconfig
+++ b/arch/mips/mach-ath79/Kconfig
@@ -4,4 +4,13 @@ menu "QCA/Atheros 7xxx/9xxx platforms"
config SYS_SOC
default "ath79"
+config SOC_AR933X
+ bool
+ select SUPPORTS_BIG_ENDIAN
+ select SUPPORTS_CPU_MIPS32_R1
+ select SUPPORTS_CPU_MIPS32_R2
+ select MIPS_TUNE_24KC
+ help
+ This supports QCA/Atheros ar933x family SOCs.
+
endmenu