summaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79/Kconfig
blob: c3012f8b5306cd61633ca884d23b86993ae93055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
menu "QCA/Atheros 7xxx/9xxx platforms"
	depends on ARCH_ATH79

config SYS_SOC
	default "ath79"

config SOC_AR933X
	bool
	select SUPPORTS_BIG_ENDIAN
	select SUPPORTS_CPU_MIPS32_R1
	select SUPPORTS_CPU_MIPS32_R2
	select MIPS_TUNE_24KC
	help
	  This supports QCA/Atheros ar933x family SOCs.

config SOC_QCA953X
	bool
	select SUPPORTS_BIG_ENDIAN
	select SUPPORTS_CPU_MIPS32_R1
	select SUPPORTS_CPU_MIPS32_R2
	select MIPS_TUNE_24KC
	help
	  This supports QCA/Atheros qca953x family SOCs.

choice
	prompt "Board select"

config TARGET_AP121
	bool "AP121 Reference Board"
	select SOC_AR933X

endchoice

source "board/qca/ap121/Kconfig"

endmenu