]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/mips/mach-ath79/Kconfig
mips: ath79: Add support for TPLink WDR4300
[people/ms/u-boot.git] / arch / mips / mach-ath79 / Kconfig
CommitLineData
1d3d0f1f
WW
1menu "QCA/Atheros 7xxx/9xxx platforms"
2 depends on ARCH_ATH79
3
4config SYS_SOC
5 default "ath79"
6
ee7bb5be
WW
7config SOC_AR933X
8 bool
9 select SUPPORTS_BIG_ENDIAN
10 select SUPPORTS_CPU_MIPS32_R1
11 select SUPPORTS_CPU_MIPS32_R2
12 select MIPS_TUNE_24KC
13 help
14 This supports QCA/Atheros ar933x family SOCs.
15
e08539b7
MV
16config SOC_AR934X
17 bool
18 select SUPPORTS_BIG_ENDIAN
19 select SUPPORTS_CPU_MIPS32_R1
20 select SUPPORTS_CPU_MIPS32_R2
21 select MIPS_TUNE_74KC
22 help
23 This supports QCA/Atheros ar934x family SOCs.
24
9b03f802
WW
25config SOC_QCA953X
26 bool
27 select SUPPORTS_BIG_ENDIAN
28 select SUPPORTS_CPU_MIPS32_R1
29 select SUPPORTS_CPU_MIPS32_R2
30 select MIPS_TUNE_24KC
31 help
32 This supports QCA/Atheros qca953x family SOCs.
33
6a7b52bc
WW
34choice
35 prompt "Board select"
36
37config TARGET_AP121
38 bool "AP121 Reference Board"
39 select SOC_AR933X
40
a2277cc3
WW
41config TARGET_AP143
42 bool "AP143 Reference Board"
43 select SOC_QCA953X
44
400df309
MV
45config BOARD_TPLINK_WDR4300
46 bool "TP-Link WDR4300 Board"
47 select SOC_AR934X
48
6a7b52bc
WW
49endchoice
50
51source "board/qca/ap121/Kconfig"
a2277cc3 52source "board/qca/ap143/Kconfig"
400df309 53source "board/tplink/wdr4300/Kconfig"
6a7b52bc 54
1d3d0f1f 55endmenu