diff options
author | Marek Vasut | 2016-05-06 20:10:41 +0200 |
---|---|---|
committer | Daniel Schwierzeck | 2016-05-21 01:36:39 +0200 |
commit | 400df3099896bdd43dd72dbb5d3930cf573d14f0 (patch) | |
tree | 19fe0f85482831e1902c3b85eb6d03e6ab89d5e0 /arch/mips/mach-ath79/Kconfig | |
parent | e08539b791336c45ca05ebdf55137a26baaba95e (diff) |
mips: ath79: Add support for TPLink WDR4300
Add support for the TPLink WDR4300 router, which is based on the
AR9344 MIPS 74Kc CPU and has 128 MiB of RAM. The USB is supported
on this system as well.
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/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig index 527960f4eb7..7d483aa8dce 100644 --- a/arch/mips/mach-ath79/Kconfig +++ b/arch/mips/mach-ath79/Kconfig @@ -42,9 +42,14 @@ config TARGET_AP143 bool "AP143 Reference Board" select SOC_QCA953X +config BOARD_TPLINK_WDR4300 + bool "TP-Link WDR4300 Board" + select SOC_AR934X + endchoice source "board/qca/ap121/Kconfig" source "board/qca/ap143/Kconfig" +source "board/tplink/wdr4300/Kconfig" endmenu |