rockchip: rk3368: Add initial support for RK3368 based GeekBox
[oweals/u-boot.git] / arch / arm / mach-rockchip / rk3368 / Kconfig
1 if ROCKCHIP_RK3368
2
3 choice
4         prompt "RK3368 board"
5
6 config TARGET_SHEEP
7         bool "Sheep board"
8         help
9           Sheep board is designed by Rockchip as a EVB board
10           for rk3368.
11
12 config TARGET_GEEKBOX
13         bool "GeekBox"
14
15 endchoice
16
17 config SYS_SOC
18         default "rockchip"
19
20 source "board/rockchip/sheep_rk3368/Kconfig"
21 source "board/geekbuying/geekbox/Kconfig"
22 endif