summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-altera-configs.inc
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-03-14 09:20:04 -0700
committerDalon Westergreen <dwesterg@gmail.com>2016-03-14 09:20:04 -0700
commit3d03ad610c5cfa24a5d1302691f0764a0df391c8 (patch)
tree6ce3833ecca4e06b459200a4ad7ec8e86ebe16ac /recipes-kernel/linux/linux-altera-configs.inc
parent4af0126039e5a91f309d175570140e9b74491542 (diff)
downloadmeta-altera-3d03ad610c5cfa24a5d1302691f0764a0df391c8.tar.gz
Add support for the Stratix10 SW Virtual Platform
-> New machine stratix10swvp -> update linux-altera-configs to use the single defconfig provided for all arm64 platforms -> updata linux-altera.inc to point to the correct dtb for s10swvp
Diffstat (limited to 'recipes-kernel/linux/linux-altera-configs.inc')
-rw-r--r--recipes-kernel/linux/linux-altera-configs.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera-configs.inc b/recipes-kernel/linux/linux-altera-configs.inc
index 3e4fd8b..dcb1469 100644
--- a/recipes-kernel/linux/linux-altera-configs.inc
+++ b/recipes-kernel/linux/linux-altera-configs.inc
@@ -1,3 +1,5 @@
1 1
2KBUILD_DEFCONFIG ?= "socfpga_defconfig" 2KBUILD_DEFCONFIG ?= "socfpga_defconfig"
3KBUILD_DEFCONFIG_stratix10swvp ?= "defconfig"
4
3KCONFIG_MODE ?= "--alldefconfig" 5KCONFIG_MODE ?= "--alldefconfig"