1if ROCKCHIP_RK3036
2
3config TARGET_EVB_RK3036
4	bool "EVB_RK3036"
5
6config SYS_SOC
7	default "rockchip"
8
9config SYS_MALLOC_F_LEN
10	default 0x400
11
12config ROCKCHIP_SPL_HDR
13        default "RK30"
14
15config ROCKCHIP_MAX_SPL_SIZE
16        default 0x1000
17
18config ROCKCHIP_COMMON
19	bool "Support rk common fuction"
20
21source "board/evb_rk3036/evb_rk3036/Kconfig"
22
23endif
24