Newer
Older
barebox / arch / mips / mach-bcm47xx / Kconfig
if MACH_MIPS_BCM47XX

config ARCH_TEXT_BASE
	hex
	default 0xa0800000

choice
	prompt "Board type"

config BOARD_DLINK_DIR320
	bool "D-Link DIR-320"

endchoice

source arch/mips/boards/dlink-dir-320/Kconfig

endif