linuxOS_AP06/u-boot/arch/arm/mach-rockchip/rk3506/Kconfig
2025-06-03 12:28:32 +08:00

18 lines
276 B
Plaintext

if ROCKCHIP_RK3506
config TARGET_EVB_RK3506
bool "EVB_RK3506"
select BOARD_LATE_INIT
help
RK3506 EVB is a evaluation board for Rockchip RK3506.
config SYS_SOC
default "rockchip"
config SYS_MALLOC_F_LEN
default 0x400
source board/rockchip/evb_rk3506/Kconfig
endif