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

25 lines
335 B
Plaintext

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