summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/Config.in b/Config.in
index 489e86215..9f3003094 100644
--- a/Config.in
+++ b/Config.in
@@ -95,7 +95,7 @@ prompt "Kernel Version"
depends on ADK_TOOLCHAIN_ONLY
config ADK_KERNEL_VERSION_TOOLCHAIN
- prompt "3.4.6"
+ prompt "3.4.9"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -107,19 +107,19 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_4_6
- prompt "3.4.6"
+config ADK_KERNEL_VERSION_3_4_9
+ prompt "3.4.9"
boolean
-config ADK_KERNEL_VERSION_3_5
- prompt "3.5"
+config ADK_KERNEL_VERSION_3_5_2
+ prompt "3.5.2"
boolean
endchoice
config ADK_KERNEL_VERSION
string
- default "3.4.6" if ADK_KERNEL_VERSION_3_4_6
- default "3.5" if ADK_KERNEL_VERSION_3_5
+ default "3.4.9" if ADK_KERNEL_VERSION_3_4_9
+ default "3.5.2" if ADK_KERNEL_VERSION_3_5_2
help
choice