meta-rockchip/conf/machine/include/rk3328.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

22 lines
528 B
PHP

# Copyright (C) 2021 Blade SAS
# Released under the MIT license (see COPYING.MIT for the terms)
SOC_FAMILY = "rk3328"
DEFAULTTUNE ?= "cortexa53-crypto"
require conf/machine/include/soc-family.inc
require conf/machine/include/rockchip-defaults.inc
require conf/machine/include/arm/armv8a/tune-cortexa53.inc
require conf/machine/include/rockchip-wic.inc
KBUILD_DEFCONFIG ?= "defconfig"
TFA_PLATFORM = "rk3328"
TFA_BUILD_TARGET = "bl31"
UBOOT_SUFFIX ?= "itb"
UBOOT_ENTRYPOINT ?= "0x06000000"
ENABLE_STATELESS_VPU_GST ?= "1"