mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2026-01-27 09:31:23 +01:00
Move KERNEL_FEATURES from SoC configurations to linux kernel recipes. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
19 lines
499 B
PHP
19 lines
499 B
PHP
# Copyright (C) 2015 Romain Perier
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SOC_FAMILY = "rk3288"
|
|
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-cortexa17.inc
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
|
|
KBUILD_DEFCONFIG ?= "multi_v7_defconfig"
|
|
|
|
# Set UBOOT_SUFFIX to "itb" if you are going to use OP-TEE
|
|
UBOOT_SUFFIX ?= "img"
|
|
|
|
ENABLE_STATELESS_VPU_GST ?= "1"
|