summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79/Kconfig
blob: f730b37ac500ed2aa1c534fa825ee67166297121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if MACH_MIPS_ATH79

config ARCH_TEXT_BASE
	hex
	default 0xa0800000

choice
	prompt "Board type"

config BOARD_TPLINK_MR3020
	bool "TP-LINK MR3020"
	select HAVE_PBL_IMAGE
	select HAVE_IMAGE_COMPRESSION
	select HAS_NMON

endchoice

endif