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

16 lines
161 B
Plaintext

if ARCH_ROCKCHIP
config ARCH_TEXT_BASE
hex
default 0x68000000
choice
prompt "Board type"
config MACH_RADXA_ROCK
bool "Radxa rock board"
endchoice
endif