summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-18 11:28:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-18 11:28:54 +0100
commit648ffb1bc515c65c97b964edb0054db83840f163 (patch)
treeb414cff5bf5bf8b63f04108d8cebf815620b9298 /Config.in
parentf9e8a355d7ff88bae17ea9f2198fbf3f990cd1bc (diff)
parent937802ab6844351a530711d4363fd3842a482d4b (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index e16024bfa..e4b568c32 100644
--- a/Config.in
+++ b/Config.in
@@ -108,6 +108,11 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
+
+config ADK_KERNEL_VERSION_3_13_3
+ prompt "3.13.3"
+ boolean
+
config ADK_KERNEL_VERSION_3_12_6
prompt "3.12.6"
boolean
@@ -124,6 +129,7 @@ endchoice
config ADK_KERNEL_VERSION
string
+ default "3.13.3" if ADK_KERNEL_VERSION_3_13_3
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