summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig
blob: 274c3ede107698001d0a0987fa62f6f4ba96cc1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if ATHEROS_AR71XX

config AR71XX_EARLY_SERIAL
	bool "Use early serial console"
	default n

menu "Atheros AR71xx machine selection"

config AR71XX_MACH_GENERIC
	bool "Generic AR71xx based machine support"
	default y

config AR71XX_MACH_WP543
	bool "Compex WP543 board support"
	default y

config AR71XX_MACH_RB_4XX
	bool "MikroTik RouterBOARD 4xx series support"
	default y

endmenu

endif