summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-10-10 11:00:27 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-10-10 11:00:27 +0200
commitf4dba935fc9aa5ec89084f9d21c5f610d4f7138e (patch)
tree036380aa89ca7ba27e46a9ad9f9c5d261696972e /Config.in
parentab873baee4dfea7af585ddbbf314db3a9f3317c0 (diff)
update mutlilib support for mips
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in19
1 files changed, 12 insertions, 7 deletions
diff --git a/Config.in b/Config.in
index 103e92075..a43ea3e13 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.5.4"
+ prompt "3.5.6"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -106,20 +106,25 @@ 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"
+config ADK_KERNEL_VERSION_3_6_1
+ prompt "3.6.1"
boolean
-config ADK_KERNEL_VERSION_3_4_9
- prompt "3.4.9"
+config ADK_KERNEL_VERSION_3_5_6
+ prompt "3.5.6"
+ boolean
+
+config ADK_KERNEL_VERSION_3_4_13
+ prompt "3.4.13"
boolean
endchoice
config ADK_KERNEL_VERSION
string
- default "3.4.9" if ADK_KERNEL_VERSION_3_4_9
- default "3.5.4" if ADK_KERNEL_VERSION_3_5_4
+ default "3.4.13" if ADK_KERNEL_VERSION_3_4_13
+ default "3.5.6" if ADK_KERNEL_VERSION_3_5_6
+ default "3.6.1" if ADK_KERNEL_VERSION_3_6_1
help
choice