Newer
Older
barebox / arch / mips / mach-ath79 / Kconfig
@Antony Pavlov Antony Pavlov on 28 Mar 2014 165 bytes MIPS: ath79: add tplink-mr3020 board support
if MACH_MIPS_ATH79

config ARCH_TEXT_BASE
	hex
	default 0xa0800000

choice
	prompt "Board type"

config BOARD_TPLINK_MR3020
	bool "TP-LINK MR3020"

endchoice

endif