Merge branch 'master' of git://git.denx.de/u-boot-samsung
[platform/kernel/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 config TARGET_EVB_PX5
16         bool "Evb-PX5"
17         help
18          PX5 EVB is designed by Rockchip for automotive field
19          with integrated CVBS (TP2825) / MIPI DSI / CSI / LVDS
20          HDMI video input/output interface, audio codec ES8396,
21          WIFI/BT (on RTL8723BS), Gsensor BMA250E and light&proximity
22          sensor STK3410.
23 endchoice
24
25 config SYS_SOC
26         default "rockchip"
27
28 source "board/rockchip/sheep_rk3368/Kconfig"
29 source "board/geekbuying/geekbox/Kconfig"
30 source "board/rockchip/evb_px5/Kconfig"
31
32 endif