summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index e4b568c32..c06d5564b 100644
--- a/Config.in
+++ b/Config.in
@@ -97,7 +97,7 @@ prompt "Kernel Version"
depends on ADK_TOOLCHAIN_ONLY
config ADK_KERNEL_VERSION_TOOLCHAIN
- prompt "3.12.6"
+ prompt "3.12.11"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -113,8 +113,8 @@ config ADK_KERNEL_VERSION_3_13_3
prompt "3.13.3"
boolean
-config ADK_KERNEL_VERSION_3_12_6
- prompt "3.12.6"
+config ADK_KERNEL_VERSION_3_12_11
+ prompt "3.12.11"
boolean
config ADK_KERNEL_VERSION_3_11_10
@@ -130,7 +130,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.12.11" if ADK_KERNEL_VERSION_3_12_11
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
default "3.4.71" if ADK_KERNEL_VERSION_3_4_71
help