summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79/Kconfig
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-03-16 16:59:54 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:25:50 +0200
commit9b03f802ae63cf9c053c0125a1edd2b4c7852b9a (patch)
treef02ac4e314361117ba7949cc5e08d3fe658d6020 /arch/mips/mach-ath79/Kconfig
parentee7bb5be35af71df46733b0b3f3e8c96b7b4066d (diff)
downloadtalos-obmc-uboot-9b03f802ae63cf9c053c0125a1edd2b4c7852b9a.tar.gz
talos-obmc-uboot-9b03f802ae63cf9c053c0125a1edd2b4c7852b9a.zip
mips: ath79: add support for QCA953x SOCs
This patch enable work for qca953x 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 ab93d92b95..e35f1b578f 100644
--- a/arch/mips/mach-ath79/Kconfig
+++ b/arch/mips/mach-ath79/Kconfig
@@ -13,4 +13,13 @@ config SOC_AR933X
help
This supports QCA/Atheros ar933x family SOCs.
+config SOC_QCA953X
+ bool
+ select SUPPORTS_BIG_ENDIAN
+ select SUPPORTS_CPU_MIPS32_R1
+ select SUPPORTS_CPU_MIPS32_R2
+ select MIPS_TUNE_24KC
+ help
+ This supports QCA/Atheros qca953x family SOCs.
+
endmenu
OpenPOWER on IntegriCloud