Newer
Older
barebox / arch / mips / mach-ar231x / Kconfig
@Oleksij Rempel Oleksij Rempel on 31 May 2013 212 bytes MIPS: ar231x: add netgear-wg102
if MACH_MIPS_AR231X

config ARCH_TEXT_BASE
	hex
	default 0xa0800000

choice
	prompt "Board type"

config BOARD_NETGEAR_WG102
	bool "Netgear WG102"

endchoice

source arch/mips/boards/netgear-wg102/Kconfig

endif