9
0
Fork 0
barebox/arch/arm/mach-uemd/Kconfig

17 lines
185 B
Plaintext

if ARCH_UEMD
config ARCH_TEXT_BASE
hex
default 0x40800000
choice
prompt "UEMD Board type"
config MACH_MB7707
bool "MB7707"
select HAVE_DEFAULT_ENVIRONMENT_NEW
endchoice
endif