blob: 6d320689206978c8aa4927d2b6a120686f171748 [file] [log] [blame]
Andreas Färber9e3ad682017-05-15 17:51:18 +08001if ROCKCHIP_RK3368
2
Andy Yane0c21b82017-05-15 17:53:50 +08003choice
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.
Andreas Färber81be6802017-05-15 17:54:26 +080011
12config TARGET_GEEKBOX
13 bool "GeekBox"
14
Andy Yanad63aac2017-05-15 17:54:48 +080015config 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.
Andy Yane0c21b82017-05-15 17:53:50 +080023endchoice
24
Andreas Färber9e3ad682017-05-15 17:51:18 +080025config SYS_SOC
26 default "rockchip"
27
Andy Yane0c21b82017-05-15 17:53:50 +080028source "board/rockchip/sheep_rk3368/Kconfig"
Andreas Färber81be6802017-05-15 17:54:26 +080029source "board/geekbuying/geekbox/Kconfig"
Andy Yanad63aac2017-05-15 17:54:48 +080030source "board/rockchip/evb_px5/Kconfig"
31
Andreas Färber9e3ad682017-05-15 17:51:18 +080032endif