summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
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