mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-02 11:01:16 +02:00
linux-mainline: Move some configs into the include file
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
90b51bb980
commit
270c8cb7c1
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user