1if ROCKCHIP_RK3368
2
3choice
4	prompt "RK3368 board"
5
6config TARGET_SHEEP
7	bool "Sheep board"
8	help
9	  Sheep board is designed by Rockchip as a EVB board
10	  for rk3368.
11
12config TARGET_GEEKBOX
13	bool "GeekBox"
14
15endchoice
16
17config SYS_SOC
18	default "rockchip"
19
20source "board/rockchip/sheep_rk3368/Kconfig"
21source "board/geekbuying/geekbox/Kconfig"
22endif
23