summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-05-08 18:06:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-05-08 18:06:31 +0200
commitdf8458e6dca9a8f46137b39b3e5cb2e8485d2501 (patch)
treecef69c81be6e5838a870ba206588ae2c89ec892c /target
parent77fecac50a866d45ab500b245f9d1fd9a4e8ea71 (diff)
kernel: add 4.11 support
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.kernelversion9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 9579d96a1..e57c57549 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -26,6 +26,15 @@ config ADK_TARGET_KERNEL_VERSION_GIT
select ADK_TARGET_KERNEL_IMAGE if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
select ADK_TARGET_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
+config ADK_TARGET_KERNEL_VERSION_4_11
+ bool "4.11"
+ depends on !ADK_TARGET_ARCH_CRIS
+ depends on !ADK_TARGET_ARCH_METAG
+ depends on !ADK_TARGET_ARCH_NDS32
+ depends on !ADK_TARGET_ARCH_RISCV32
+ depends on !ADK_TARGET_ARCH_RISCV64
+ depends on !ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
+
config ADK_TARGET_KERNEL_VERSION_4_9
bool "4.9.22"
depends on !ADK_TARGET_ARCH_CRIS