xref: /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1106/Kconfig (revision 04e2aa7f1db9cc4d3497d278c7c1a3d648582749)
1if ROCKCHIP_RV1106
2
3config TARGET_EVB_RV1106
4	bool "EVB_RV1106"
5	help
6	  RV1106 EVB is a evaluation board for Rockchp RV1106.
7
8config SYS_SOC
9	default "rockchip"
10
11config SYS_MALLOC_F_LEN
12	default 0x400
13
14source board/rockchip/evb_rv1106/Kconfig
15
16endif
17