summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-07 17:59:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-07 17:59:54 +0200
commit4e4ca4e75b078e3834df1a51de9f51671bc04e24 (patch)
tree3b5899072aaa60c07a76b6903f22b0e10911def4 /Config.in
parent660828b97932653e8f29779fa9ea23155c442ea2 (diff)
add 3.15.rc4 for cubox, revert some module conversion, breaks fb and usb
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 9b203f026..1a680dded 100644
--- a/Config.in
+++ b/Config.in
@@ -108,8 +108,13 @@ choice
prompt "Kernel Version"
default ADK_KERNEL_VERSION_3_13_11
+config ADK_KERNEL_VERSION_3_15_RC4
+ prompt "3.15-rc4"
+ boolean
+
config ADK_KERNEL_VERSION_3_14_3
prompt "3.14.3"
+ depends on !ADK_TARGET_SYSTEM_CUBOX_I
boolean
config ADK_KERNEL_VERSION_3_13_11
@@ -142,7 +147,8 @@ endchoice
config ADK_KERNEL_VERSION
string
- default "3.14.1" if ADK_KERNEL_VERSION_3_14_1
+ default "3.15-rc4" if ADK_KERNEL_VERSION_3_15_RC4
+ default "3.14.3" if ADK_KERNEL_VERSION_3_14_3
default "3.13.11" if ADK_KERNEL_VERSION_3_13_11
default "3.12.18" if ADK_KERNEL_VERSION_3_12_18
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10