forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-15 de7d2b82e1d37d435e0b93009a6a472b54b9d6a1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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