summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-20 17:47:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-20 17:47:39 +0100
commit28bfc5688a1a016bef4a001a5bc2a7f7703b1f85 (patch)
treee80d4cd6d25c0f3dccf04f4431d55c0e785ec6a6 /Config.in
parent8c07d0bc07ca9cbe373cf41c80d8e10c401aba9e (diff)
allconfig fixes for lemote yeelong
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in26
1 files changed, 20 insertions, 6 deletions
diff --git a/Config.in b/Config.in
index b12086c26..bb8b696f4 100644
--- a/Config.in
+++ b/Config.in
@@ -105,24 +105,38 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_2_6_39_4
- prompt "2.6.39.4"
+
+config ADK_KERNEL_VERSION_3_3
+ prompt "3.3"
boolean
-config ADK_KERNEL_VERSION_3_0_22
- prompt "3.0.22"
+config ADK_KERNEL_VERSION_3_2_12
+ prompt "3.2.12"
boolean
config ADK_KERNEL_VERSION_3_1_10
prompt "3.1.10"
boolean
-config ADK_KERNEL_VERSION_3_2_10
- prompt "3.2.10"
+config ADK_KERNEL_VERSION_3_0_25
+ prompt "3.0.25"
+ boolean
+
+config ADK_KERNEL_VERSION_2_6_39_4
+ prompt "2.6.39.4"
boolean
endchoice
+config ADK_KERNEL_VERSION
+ string
+ default "3.3" if ADK_KERNEL_VERSION_3_3
+ default "3.2.12" if ADK_KERNEL_VERSION_3_2_12
+ default "3.1.10" if ADK_KERNEL_VERSION_3_1_10
+ default "3.0.25" if ADK_KERNEL_VERSION_3_0_25
+ default "2.6.39.4" if ADK_KERNEL_VERSION_2_6_39_4
+ help
+
choice
prompt "Kernel Compression"
config ADK_KERNEL_COMP_XZ