summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-machine-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-machine-common.inc')
-rw-r--r--recipes-kernel/linux/linux-machine-common.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-machine-common.inc b/recipes-kernel/linux/linux-machine-common.inc
index 2b76cdee..c4a21c19 100644
--- a/recipes-kernel/linux/linux-machine-common.inc
+++ b/recipes-kernel/linux/linux-machine-common.inc
@@ -9,3 +9,8 @@ MACHINE_DEVICETREE_append_zynq += " \
9 common/zynq-7-base.dtsi \ 9 common/zynq-7-base.dtsi \
10 common/zynq-7-mainline-gem.dtsi \ 10 common/zynq-7-mainline-gem.dtsi \
11 " 11 "
12
13# Architecture specific kernel configuration parts, defconfigs for Xilinx architectures
14MACHINE_KCONFIG_LINUX_VERSION ?= "${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2])}"
15MACHINE_KCONFIG_prepend_zynq += "common/linux/zynq/defconfig_${MACHINE_KCONFIG_LINUX_VERSION}.cfg "
16MACHINE_KCONFIG_prepend_microblaze += "common/linux/microblaze/defconfig_${MACHINE_KCONFIG_LINUX_VERSION}.cfg "