meta-rockchip/conf/machine/include/rk3566.inc
Trevor Woerner 6dbf36c22b move KERNEL_FEATURES
Move KERNEL_FEATURES from SoC configurations to linux kernel recipes.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2025-12-23 16:01:34 -05:00

24 lines
573 B
PHP

SOC_FAMILY = "rk3566"
DEFAULTTUNE ?= "cortexa55"
ROCKCHIP_CLOSED_TPL ?= "1"
require conf/machine/include/soc-family.inc
require conf/machine/include/rockchip-defaults.inc
require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc
require conf/machine/include/rockchip-wic.inc
KBUILD_DEFCONFIG ?= "defconfig"
PREFERRED_PROVIDER_trusted-firmware-a = "rockchip-rkbin-tf-a"
PREFERRED_PROVIDER_optee-os = "rockchip-rkbin-optee-os"
UBOOT_SUFFIX ?= "itb"
UBOOT_ENTRYPOINT ?= "0x06000000"
TFA_PLATFORM = "rk3568"
TFA_BUILD_TARGET = "bl31"
ENABLE_STATELESS_VPU_GST ?= "1"