u-boot/arch/arm/mach-rockchip/rk3368/Kconfig

23 lines
346 B
Text
Raw Normal View History

if ROCKCHIP_RK3368
choice
prompt "RK3368 board"
config TARGET_SHEEP
bool "Sheep board"
help
Sheep board is designed by Rockchip as a EVB board
for rk3368.
config TARGET_GEEKBOX
bool "GeekBox"
endchoice
config SYS_SOC
default "rockchip"
source "board/rockchip/sheep_rk3368/Kconfig"
source "board/geekbuying/geekbox/Kconfig"
endif