xref: /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126/Kconfig (revision 5a157e97d57cf1982680f08fb2986d4206700d47)
1if ROCKCHIP_RV1126
2
3config TARGET_EVB_RV1126
4	bool "EVB_RV1126"
5	help
6	  RV1126 EVB is a evaluation board for Rockchp RV1126.
7
8config SYS_SOC
9	default "rockchip"
10
11config SYS_MALLOC_F_LEN
12	default 0x400
13
14source board/rockchip/evb_rv1126/Kconfig
15
16endif
17