summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-16 11:43:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-16 11:43:52 +0200
commit246edaac843dee682325e157041b846183fe276f (patch)
tree54277c1cfcb88975001550a32d22640d60f33f47 /Config.in
parent280bf5c410edfc1d6f53589814c9f481f005f645 (diff)
add 3.6.11 kernel for raspberry pi testing
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index bb3226c5c..ea982e6d4 100644
--- a/Config.in
+++ b/Config.in
@@ -110,6 +110,10 @@ config ADK_KERNEL_VERSION_3_9_9
prompt "3.9.9"
boolean
+config ADK_KERNEL_VERSION_3_6_11
+ prompt "3.6.11"
+ boolean
+
config ADK_KERNEL_VERSION_3_4_52
prompt "3.4.52"
boolean
@@ -119,6 +123,7 @@ endchoice
config ADK_KERNEL_VERSION
string
default "3.9.9" if ADK_KERNEL_VERSION_3_9_9
+ default "3.6.11" if ADK_KERNEL_VERSION_3_6_11
default "3.4.52" if ADK_KERNEL_VERSION_3_4_52
help