summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-09-20 15:04:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-09-20 15:04:36 +0200
commit26c1d961ea82dda2bb6875e01b1bd2855573f37b (patch)
treec029a446dd3037f8bd9acba72f9325e07a474da8 /Config.in
parent5682955363d7e8266d3fdac32a9a67a09f7cfc73 (diff)
update kernel
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Config.in b/Config.in
index 9f3003094..103e92075 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.9"
+ prompt "3.5.4"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -106,20 +106,20 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
+config ADK_KERNEL_VERSION_3_5_4
+ prompt "3.5.4"
+ boolean
config ADK_KERNEL_VERSION_3_4_9
prompt "3.4.9"
boolean
-config ADK_KERNEL_VERSION_3_5_2
- prompt "3.5.2"
- boolean
endchoice
config ADK_KERNEL_VERSION
string
default "3.4.9" if ADK_KERNEL_VERSION_3_4_9
- default "3.5.2" if ADK_KERNEL_VERSION_3_5_2
+ default "3.5.4" if ADK_KERNEL_VERSION_3_5_4
help
choice