]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/mach-ath79/Kconfig
mmc: reworked version lookup in mmc_startup_v4
[u-boot] / arch / mips / mach-ath79 / Kconfig
index f45403bda9466a9f4c17685227ee0dc05d9880e0..d982b0f8e6978128d8950d6744a143b891b6a05d 100644 (file)
@@ -9,15 +9,26 @@ config SOC_AR933X
        select SUPPORTS_BIG_ENDIAN
        select SUPPORTS_CPU_MIPS32_R1
        select SUPPORTS_CPU_MIPS32_R2
+       select ROM_EXCEPTION_VECTORS
        select MIPS_TUNE_24KC
        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
        select SUPPORTS_CPU_MIPS32_R1
        select SUPPORTS_CPU_MIPS32_R2
+       select ROM_EXCEPTION_VECTORS
        select MIPS_TUNE_24KC
        help
          This supports QCA/Atheros qca953x family SOCs.
@@ -33,9 +44,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