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

17 lines
197 B
Plaintext

if ARCH_DAVINCI
config ARCH_TEXT_BASE
hex
default 0x82000000
choice
prompt "Davinci Board type"
config MACH_VIRT2REAL
bool "Virt2Real"
select HAVE_DEFAULT_ENVIRONMENT_NEW
endchoice
endif