summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79/Kconfig
blob: 3fd9cdde9878664413879acc6aa08e45d792c515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

endchoice

endif