summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index e86ff3f23..9fb096866 100644
--- a/Config.in
+++ b/Config.in
@@ -73,6 +73,19 @@ endmenu
menu "Kernel configuration"
depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_KERNEL && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING
+
+choice
+prompt "Kernel Version"
+config ADK_KERNEL_VERSION_2_6_39
+ prompt "2.6.39"
+ boolean
+
+config ADK_KERNEL_VERSION_3_0_4
+ prompt "3.0.4"
+ boolean
+
+endchoice
+
source "target/linux/Config.in"
endmenu