summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelversion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-05-19 03:41:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-05-19 03:41:24 +0200
commite29b0f2b4531f8d84040b21fa2aade94f80b6021 (patch)
tree58d955c9e234f18dbf9b95e767cd91ebde9db2c7 /target/config/Config.in.kernelversion
parent5d158b6bfd62bdd9b1e8aaee771e0daaac36116e (diff)
linux: update 4.9.x kernel, disable avr32 for latest kernel versions
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r--target/config/Config.in.kernelversion5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 13c1f1781..32ccf6227 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -18,6 +18,7 @@ default ADK_TARGET_KERNEL_VERSION_4_9
config ADK_TARGET_KERNEL_VERSION_GIT
bool "git"
+ depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_RISCV32
depends on !ADK_TARGET_ARCH_RISCV64
@@ -28,6 +29,7 @@ config ADK_TARGET_KERNEL_VERSION_GIT
config ADK_TARGET_KERNEL_VERSION_4_11
bool "4.11"
+ depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
@@ -37,6 +39,7 @@ config ADK_TARGET_KERNEL_VERSION_4_11
config ADK_TARGET_KERNEL_VERSION_4_10
bool "4.10.16"
+ depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
@@ -45,7 +48,7 @@ config ADK_TARGET_KERNEL_VERSION_4_10
depends on !ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
config ADK_TARGET_KERNEL_VERSION_4_9
- bool "4.9.22"
+ bool "4.9.28"
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32