1if ROCKCHIP_RK3128
2
3choice
4	prompt "RK3128 board select"
5
6config TARGET_EVB_RK3128
7	bool "RK3128 evaluation board"
8	select BOARD_LATE_INIT
9	help
10	  RK3128evb is a evaluation board for Rockchip rk3128,
11	  with full function and phisical connectors support like
12	  usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial...
13
14endchoice
15
16config SYS_SOC
17	default "rockchip"
18
19config SYS_MALLOC_F_LEN
20	default 0x0800
21
22source "board/rockchip/evb_rk3128/Kconfig"
23
24endif
25