2016-07-19 13:16:59 +00:00
|
|
|
if ROCKCHIP_RK3399
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "RK3399 board select"
|
|
|
|
|
|
|
|
config TARGET_EVB_RK3399
|
|
|
|
bool "RK3399 evaluation board"
|
|
|
|
help
|
|
|
|
RK3399evb is a evaluation board for Rockchp rk3399,
|
|
|
|
with full function and phisical connectors support like type-C ports,
|
|
|
|
usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial...
|
|
|
|
|
2017-04-07 17:13:38 +00:00
|
|
|
config TARGET_PUMA_RK3399
|
|
|
|
bool "Theobroma Systems RK3399-Q7 (Puma)"
|
|
|
|
help
|
|
|
|
The RK3399-Q7 (Puma) is a system-on-module (designed and
|
|
|
|
marketed by Theobroma Systems) featuring the Rockchip RK3399
|
|
|
|
in a Qseven-compatible form-factor (running of a single 5V
|
|
|
|
supply and exposing its external interfaces on a MXM-230
|
|
|
|
connector).
|
|
|
|
|
|
|
|
Key features of the RK3399-Q7 include:
|
|
|
|
* on-module USB 3.0 hub (2x USB 3.0 host + 1x USB 2.0 host)
|
|
|
|
* USB 3.0 dual-role
|
|
|
|
* on-module Micrel KSZ9031 GbE PHY
|
|
|
|
* on-module eMMC (up to 256GB configurations available)
|
|
|
|
* on-module DDR3 (1GB, 2GB and 4GB configurations available)
|
|
|
|
* HDMI, eDP, MIPI-DSI, MIPI-DSI/CSI and MIPI-CSI
|
|
|
|
* SPI, I2C, I2S, UART, GPIO, ...
|
|
|
|
|
2016-07-19 13:16:59 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "rockchip"
|
|
|
|
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x0800
|
|
|
|
|
|
|
|
source "board/rockchip/evb_rk3399/Kconfig"
|
2017-04-07 17:13:38 +00:00
|
|
|
source "board/theobroma-systems/puma_rk3399/Kconfig"
|
2016-07-19 13:16:59 +00:00
|
|
|
|
|
|
|
endif
|