summaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-03-16 08:59:59 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-20 23:25:50 (GMT)
commit6a7b52bc8d30090633d098f9e988276beb7a53d5 (patch)
tree1aaeb4e17dbba7a2602aabb811048e20225cf94e /arch/mips/mach-ath79
parentb85dc4607268ffc49af642ab702d44c8b5ef3719 (diff)
downloadu-boot-fsl-qoriq-6a7b52bc8d30090633d098f9e988276beb7a53d5.tar.xz
mips: ath79: add AP121 reference board
This patch add board-level code and base DT for AP121. Signed-off-by: Wills Wang <wills.wang@live.com> [updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y] Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/mach-ath79')
-rw-r--r--arch/mips/mach-ath79/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig
index e35f1b5..c3012f8 100644
--- a/arch/mips/mach-ath79/Kconfig
+++ b/arch/mips/mach-ath79/Kconfig
@@ -22,4 +22,15 @@ config SOC_QCA953X
help
This supports QCA/Atheros qca953x family SOCs.
+choice
+ prompt "Board select"
+
+config TARGET_AP121
+ bool "AP121 Reference Board"
+ select SOC_AR933X
+
+endchoice
+
+source "board/qca/ap121/Kconfig"
+
endmenu