Newer
Older
barebox / arch / arm / mach-uemd / Kconfig
if ARCH_UEMD

config ARCH_TEXT_BASE
	hex
	default 0x40800000

choice
	prompt "UEMD Board type"

config MACH_MB7707
	bool "MB7707"

endchoice

endif