]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/mips/mach-ath79/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-mmc
[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
af3971f8 12 select ROM_EXCEPTION_VECTORS
ee7bb5be
WW
13 select MIPS_TUNE_24KC
14 help
15 This supports QCA/Atheros ar933x family SOCs.
16
e08539b7
MV
17config SOC_AR934X
18 bool
19 select SUPPORTS_BIG_ENDIAN
20 select SUPPORTS_CPU_MIPS32_R1
21 select SUPPORTS_CPU_MIPS32_R2
22 select MIPS_TUNE_74KC
23 help
24 This supports QCA/Atheros ar934x family SOCs.
25
9b03f802
WW
26config SOC_QCA953X
27 bool
28 select SUPPORTS_BIG_ENDIAN
29 select SUPPORTS_CPU_MIPS32_R1
30 select SUPPORTS_CPU_MIPS32_R2
af3971f8 31 select ROM_EXCEPTION_VECTORS
9b03f802
WW
32 select MIPS_TUNE_24KC
33 help
34 This supports QCA/Atheros qca953x family SOCs.
35
6a7b52bc
WW
36choice
37 prompt "Board select"
38
39config TARGET_AP121
40 bool "AP121 Reference Board"
41 select SOC_AR933X
42
a2277cc3
WW
43config TARGET_AP143
44 bool "AP143 Reference Board"
45 select SOC_QCA953X
46
400df309
MV
47config BOARD_TPLINK_WDR4300
48 bool "TP-Link WDR4300 Board"
49 select SOC_AR934X
50
6a7b52bc
WW
51endchoice
52
53source "board/qca/ap121/Kconfig"
a2277cc3 54source "board/qca/ap143/Kconfig"
400df309 55source "board/tplink/wdr4300/Kconfig"
6a7b52bc 56
1d3d0f1f 57endmenu