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>
16 lines
418 B
PHP
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"
|