summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.kernelversion.choice4
-rw-r--r--target/config/Config.in.kernelversion.default4
2 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice
index af33a46ed..099bad464 100644
--- a/target/config/Config.in.kernelversion.choice
+++ b/target/config/Config.in.kernelversion.choice
@@ -6,6 +6,10 @@ prompt "Kernel Version"
depends on ADK_TARGET_KERNEL_CUSTOMISING
default ADK_KERNEL_VERSION_4_0_4
+config ADK_KERNEL_VERSION_4_1_0_RC5
+ bool "4.1.0rc5"
+ select ADK_KERNEL_VERSION_4_1
+
config ADK_KERNEL_VERSION_4_0_4
bool "4.0.4"
select ADK_KERNEL_VERSION_4_0
diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default
index d1d447245..85721d054 100644
--- a/target/config/Config.in.kernelversion.default
+++ b/target/config/Config.in.kernelversion.default
@@ -1,6 +1,9 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
+config ADK_KERNEL_VERSION_4_1
+ bool
+
config ADK_KERNEL_VERSION_4_0
bool
@@ -27,6 +30,7 @@ config ADK_KERNEL_VERSION_2_6_32
config ADK_KERNEL_VERSION
string
+ default "4.1.0rc5" if ADK_KERNEL_VERSION_4_1_0_RC5
default "4.0.4" if ADK_KERNEL_VERSION_4_0
default "3.18.12" if ADK_KERNEL_VERSION_3_18_12
default "3.14.43" if ADK_KERNEL_VERSION_3_14_43