1if ROCKCHIP_RK3036
2
3config TARGET_EVB_RK3036
4	bool "EVB_RK3036"
5
6config TARGET_KYLIN_RK3036
7	bool "KYLIN_RK3036"
8
9config SYS_SOC
10	default "rockchip"
11
12config SYS_MALLOC_F_LEN
13	default 0x400
14
15config SPL_SERIAL_SUPPORT
16	default y
17
18source "board/rockchip/evb_rk3036/Kconfig"
19source "board/rockchip/kylin_rk3036/Kconfig"
20
21endif
22