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

16 lines
418 B
PHP

# Copyright (C) 2014 NEO-Technologies
# Released under the MIT license (see COPYING.MIT for the terms)
SOC_FAMILY = "rk3066"
RK_KERNEL_FITIMAGE ?= "False"
require conf/machine/include/soc-family.inc
require conf/machine/include/rockchip-defaults.inc
require conf/machine/include/arm/armv7a/tune-cortexa9.inc
SERIAL_CONSOLES = "115200;ttyS2"
KBUILD_DEFCONFIG = "multi_v7_defconfig"
ENABLE_STATELESS_VPU_GST ?= "1"