summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-06 09:58:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-06 09:58:27 +0100
commite4e3fe59675fab8a98b31dd4e5634c27427d2538 (patch)
treebe7b3fd3cbe495fb7d6c95d16a7b098e219e3c22 /Config.in
parent89551d9a7633d83d45fb22316153dee7cd898fbc (diff)
add new kernel
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 268ea3558..d0d151222 100644
--- a/Config.in
+++ b/Config.in
@@ -110,6 +110,10 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
+config ADK_KERNEL_VERSION_3_12_6
+ prompt "3.12.6"
+ boolean
+
config ADK_KERNEL_VERSION_3_11_10
prompt "3.11.10"
boolean
@@ -122,6 +126,7 @@ endchoice
config ADK_KERNEL_VERSION
string
+ default "3.12.6" if ADK_KERNEL_VERSION_3_12_6
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
default "3.4.71" if ADK_KERNEL_VERSION_3_4_71
help