summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-23 12:00:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-23 12:00:42 +0200
commit27cc6620c73e70e74e1722410ac5315ccf2c0dc4 (patch)
treed1c29c6cda50389f06bfaefe9afaedd0a82fce92 /Config.in
parentd4afe78ea571d471789e2deac4c892a2698c2779 (diff)
work in progress patches for cubox-i
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 572c414ea..5cc7f0526 100644
--- a/Config.in
+++ b/Config.in
@@ -107,6 +107,10 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
+config ADK_KERNEL_VERSION_3_14_1
+ prompt "3.14.1"
+ boolean
+
config ADK_KERNEL_VERSION_3_13_7
prompt "3.13.7"
boolean
@@ -131,6 +135,7 @@ endchoice
config ADK_KERNEL_VERSION
string
+ default "3.14.1" if ADK_KERNEL_VERSION_3_14_1
default "3.13.7" if ADK_KERNEL_VERSION_3_13_7
default "3.12.14" if ADK_KERNEL_VERSION_3_12_14
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10