You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
251 B

if ROCKCHIP_RV1126
config TARGET_EVB_RV1126
bool "EVB_RV1126"
help
RV1126 EVB is a evaluation board for Rockchp RV1126.
config SYS_SOC
default "rockchip"
config SYS_MALLOC_F_LEN
default 0x400
source board/rockchip/evb_rv1126/Kconfig
endif