blob: 83bd04add2462dbaf39bde0030e667f671877447 [file] [log] [blame]
Kever Yanga381bcf2016-07-19 21:16:59 +08001if ROCKCHIP_RK3399
2
3choice
4 prompt "RK3399 board select"
5
6config TARGET_EVB_RK3399
7 bool "RK3399 evaluation board"
8 help
9 RK3399evb is a evaluation board for Rockchp rk3399,
10 with full function and phisical connectors support like type-C ports,
11 usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial...
12
13endchoice
14
15config SYS_SOC
16 default "rockchip"
17
18config SYS_MALLOC_F_LEN
19 default 0x0800
20
21source "board/rockchip/evb_rk3399/Kconfig"
22
23endif