summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in36
1 files changed, 18 insertions, 18 deletions
diff --git a/Config.in b/Config.in
index acea6b6b2..01e64ae07 100644
--- a/Config.in
+++ b/Config.in
@@ -32,11 +32,6 @@ config ADK_CHOOSE_TARGET_SYSTEM
source "target/config/Config.in"
-menu "Runtime configuration"
-depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
-source "target/config/Config.in.runtime"
-endmenu
-
menu "Package collection"
depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
source "target/packages/Config.in"
@@ -89,12 +84,17 @@ source "package/Config.in.auto.global"
source "package/Config.in.auto"
endmenu
+menu "Runtime configuration"
+depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
+source "target/config/Config.in.runtime"
+endmenu
+
choice
prompt "Kernel Version"
depends on ADK_TOOLCHAIN_ONLY
config ADK_KERNEL_VERSION_TOOLCHAIN
- prompt "3.13.6"
+ prompt "3.13.7"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -106,35 +106,35 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_13_6
- prompt "3.13.6"
+config ADK_KERNEL_VERSION_3_13_7
+ prompt "3.13.7"
boolean
-config ADK_KERNEL_VERSION_3_12_13
- prompt "3.12.13"
+config ADK_KERNEL_VERSION_3_12_14
+ prompt "3.12.14"
boolean
config ADK_KERNEL_VERSION_3_11_10
prompt "3.11.10"
boolean
-config ADK_KERNEL_VERSION_3_10_33
- prompt "3.10.33"
+config ADK_KERNEL_VERSION_3_10_34
+ prompt "3.10.34"
boolean
-config ADK_KERNEL_VERSION_3_4_82
- prompt "3.4.82"
+config ADK_KERNEL_VERSION_3_4_84
+ prompt "3.4.84"
boolean
endchoice
config ADK_KERNEL_VERSION
string
- default "3.13.6" if ADK_KERNEL_VERSION_3_13_6
- default "3.12.13" if ADK_KERNEL_VERSION_3_12_13
+ default "3.13.7" if ADK_KERNEL_VERSION_3_13_7
+ default "3.12.14" if ADK_KERNEL_VERSION_3_12_14
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
- default "3.10.33" if ADK_KERNEL_VERSION_3_10_33
- default "3.4.82" if ADK_KERNEL_VERSION_3_4_82
+ default "3.10.34" if ADK_KERNEL_VERSION_3_10_34
+ default "3.4.84" if ADK_KERNEL_VERSION_3_4_84
help
config ADK_KERNEL_COMP_GZIP_RASPBERRY_PI