summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelversion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-05 18:13:02 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-05 18:13:09 +0200
commitb0da730ac6edd77e9634f2587d83ab0b62fafb2b (patch)
tree41d56996173c41bf0e16cf9c4ce3bd080251e5ce /target/config/Config.in.kernelversion
parentb0386799e24642c238e1952d5adfe373ade3e8ee (diff)
update binutils default and linux kernel where possible
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r--target/config/Config.in.kernelversion6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 3ac3e055b..379ac7693 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -6,7 +6,9 @@ prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH
depends on ADK_TARGET_OS_LINUX
default ADK_TARGET_KERNEL_VERSION_RPI if ADK_TARGET_BOARD_BCM28XX
default ADK_TARGET_KERNEL_VERSION_FSLC if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
-default ADK_TARGET_KERNEL_VERSION_4_6
+default ADK_TARGET_KERNEL_VERSION_4_6 if ADK_TARGET_ARCH_METAG
+default ADK_TARGET_KERNEL_VERSION_4_6 if ADK_TARGET_ARCH_SPARC
+default ADK_TARGET_KERNEL_VERSION_4_7
config ADK_TARGET_KERNEL_VERSION_GIT
bool "linux-git"
@@ -24,7 +26,9 @@ config ADK_TARGET_KERNEL_VERSION_RPI
config ADK_TARGET_KERNEL_VERSION_4_7
bool "4.7.2"
+ depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
+ depends on !ADK_TARGET_ARCH_SPARC
config ADK_TARGET_KERNEL_VERSION_4_6
bool "4.6.6"