]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-rockchip/rk3399/Kconfig
Merge git://git.denx.de/u-boot-mpc86xx
[u-boot] / arch / arm / mach-rockchip / rk3399 / Kconfig
1 if ROCKCHIP_RK3399
2
3 choice
4         prompt "RK3399 board select"
5
6 config 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
13 endchoice
14
15 config SYS_SOC
16         default "rockchip"
17
18 config SYS_MALLOC_F_LEN
19         default 0x0800
20
21 source "board/rockchip/evb_rk3399/Kconfig"
22
23 endif