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.

26 lines
488 B

if ROCKCHIP_RK3576
config TARGET_EVB_RK3576
bool "EVB_RK3576"
select BOARD_LATE_INIT
help
RK3576 EVB is a evaluation board for Rockchp RK3576.
config TARGET_NANOPI_M5
bool "FriendlyElec NanoPi M5 Series"
select BOARD_LATE_INIT
select VENDOR_FRIENDLYELEC
help
Support for FriendlyElec boards based on RK3576.
config SYS_SOC
default "rockchip"
config SYS_MALLOC_F_LEN
default 0x400
source board/rockchip/evb_rk3576/Kconfig
source board/rockchip/nanopi_m5/Kconfig
endif