summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79/Kconfig
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-03-16 17:00:00 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:25:50 +0200
commita2277cc30cdb40298aca80344f3764db6a0cfb8d (patch)
tree923d5a68add3d518461c0826c6543d6e7c33d574 /arch/mips/mach-ath79/Kconfig
parent6a7b52bc8d30090633d098f9e988276beb7a53d5 (diff)
downloadtalos-obmc-uboot-a2277cc30cdb40298aca80344f3764db6a0cfb8d.tar.gz
talos-obmc-uboot-a2277cc30cdb40298aca80344f3764db6a0cfb8d.zip
mips: ath79: add AP143 reference board
This patch add board-level code and base DT for AP143. 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/Kconfig')
-rw-r--r--arch/mips/mach-ath79/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig
index c3012f8b53..f45403bda9 100644
--- a/arch/mips/mach-ath79/Kconfig
+++ b/arch/mips/mach-ath79/Kconfig
@@ -29,8 +29,13 @@ config TARGET_AP121
bool "AP121 Reference Board"
select SOC_AR933X
+config TARGET_AP143
+ bool "AP143 Reference Board"
+ select SOC_QCA953X
+
endchoice
source "board/qca/ap121/Kconfig"
+source "board/qca/ap143/Kconfig"
endmenu
OpenPOWER on IntegriCloud