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 ROCKCHIP_BOOT_MODE_REG
17	default 0x100a0038
18
19config SYS_SOC
20	default "rk3128"
21
22config SYS_MALLOC_F_LEN
23	default 0x0800
24
25source "board/rockchip/evb_rk3128/Kconfig"
26
27endif
28