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.
11endchoice
12
13config SYS_SOC
14	default "rockchip"
15
16source "board/rockchip/sheep_rk3368/Kconfig"
17endif
18