2016-03-16 08:59:52 +00:00
|
|
|
menu "QCA/Atheros 7xxx/9xxx platforms"
|
|
|
|
depends on ARCH_ATH79
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "ath79"
|
|
|
|
|
2016-03-16 08:59:53 +00:00
|
|
|
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.
|
|
|
|
|
2016-03-16 08:59:54 +00:00
|
|
|
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.
|
|
|
|
|
2016-03-16 08:59:59 +00:00
|
|
|
choice
|
|
|
|
prompt "Board select"
|
|
|
|
|
|
|
|
config TARGET_AP121
|
|
|
|
bool "AP121 Reference Board"
|
|
|
|
select SOC_AR933X
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
source "board/qca/ap121/Kconfig"
|
|
|
|
|
2016-03-16 08:59:52 +00:00
|
|
|
endmenu
|