Newer
Older
barebox / arch / mips / mach-bcm47xx / Kconfig
@Sascha Hauer Sascha Hauer on 16 Aug 2013 166 bytes Set model and hostname at boardlevel
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

endif