Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 1 | if ROCKCHIP_RK3368 |
| 2 | |
Andy Yan | e0c21b8 | 2017-05-15 17:53:50 +0800 | [diff] [blame] | 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. |
Andreas Färber | 81be680 | 2017-05-15 17:54:26 +0800 | [diff] [blame] | 11 | |
| 12 | config TARGET_GEEKBOX |
| 13 | bool "GeekBox" |
| 14 | |
Andy Yan | ad63aac | 2017-05-15 17:54:48 +0800 | [diff] [blame^] | 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. |
Andy Yan | e0c21b8 | 2017-05-15 17:53:50 +0800 | [diff] [blame] | 23 | endchoice |
| 24 | |
Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 25 | config SYS_SOC |
| 26 | default "rockchip" |
| 27 | |
Andy Yan | e0c21b8 | 2017-05-15 17:53:50 +0800 | [diff] [blame] | 28 | source "board/rockchip/sheep_rk3368/Kconfig" |
Andreas Färber | 81be680 | 2017-05-15 17:54:26 +0800 | [diff] [blame] | 29 | source "board/geekbuying/geekbox/Kconfig" |
Andy Yan | ad63aac | 2017-05-15 17:54:48 +0800 | [diff] [blame^] | 30 | source "board/rockchip/evb_px5/Kconfig" |
| 31 | |
Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 32 | endif |