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