summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-05-06 20:10:40 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:36:39 +0200
commite08539b791336c45ca05ebdf55137a26baaba95e (patch)
tree3eb7cfe6092042791290753f1f0fdbbfd7b312b4 /arch/mips/mach-ath79/Kconfig
parent4771bbee5d7f7857de47794e9636783d55c438f6 (diff)
downloadtalos-obmc-uboot-e08539b791336c45ca05ebdf55137a26baaba95e.tar.gz
talos-obmc-uboot-e08539b791336c45ca05ebdf55137a26baaba95e.zip
mips: ath79: Add AR934x support
Add support for the Atheros AR934x WiSoCs. This patchs adds complete system init, including PLL and DRAM init, both of which happen from full C environment, since the AR934x has proper SRAM. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: 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 f45403bda9..527960f4eb 100644
--- a/arch/mips/mach-ath79/Kconfig
+++ b/arch/mips/mach-ath79/Kconfig
@@ -13,6 +13,15 @@ config SOC_AR933X
help
This supports QCA/Atheros ar933x family SOCs.
+config SOC_AR934X
+ bool
+ select SUPPORTS_BIG_ENDIAN
+ select SUPPORTS_CPU_MIPS32_R1
+ select SUPPORTS_CPU_MIPS32_R2
+ select MIPS_TUNE_74KC
+ help
+ This supports QCA/Atheros ar934x family SOCs.
+
config SOC_QCA953X
bool
select SUPPORTS_BIG_ENDIAN
OpenPOWER on IntegriCloud