linux-mainline: Move some configs into the include file

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Alistair Francis
2019-08-30 13:36:51 -07:00
committed by Khem Raj
parent 90b51bb980
commit 270c8cb7c1
2 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,13 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
KCONFIG_MODE="--alldefconfig"
KBUILD_DEFCONFIG_qemuriscv32 = "rv32_defconfig"
KBUILD_DEFCONFIG_qemuriscv64 = "defconfig"
KBUILD_DEFCONFIG_freedom-u540 = "defconfig"
COMPATIBLE_MACHINE = "(qemuriscv32|qemuriscv64|freedom-u540)"
KERNEL_DEVICETREE_freedom-u540 = "sifive/${RISCV_SBI_FDT}"
KERNEL_FEATURES_remove = "features/debug/printk.scc"
KERNEL_FEATURES_remove = "features/kernel-sample/kernel-sample.scc"

View File

@@ -19,9 +19,3 @@ SRC_URI_append_freedom-u540 = " \
file://0006-drm-radeon-simplify-and-cleanup-setting-the-dma-mask.patch \
file://0007-drm-amdgpu-simplify-and-cleanup-setting-the-dma-mask.patch \
"
KERNEL_DEVICETREE_freedom-u540 = "sifive/${RISCV_SBI_FDT}"
KBUILD_DEFCONFIG_qemuriscv32 = "rv32_defconfig"
KBUILD_DEFCONFIG_qemuriscv64 = "defconfig"
KBUILD_DEFCONFIG_freedom-u540 = "defconfig"