summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-07 14:51:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-12 00:23:37 +0200
commit7a1461e8e533773c97fb009511a3fd4a7e82bb99 (patch)
tree881b8799d2707d2a47383899574637af97e6236b /target
parent65f6b6e349b2ac060394483ade0d09e1042bcd81 (diff)
sparc64: default to 4.11 for now
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.kernelversion2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 16dfde03e..fd015ae7e 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -14,6 +14,7 @@ default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_CRIS
default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_METAG
default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
default ADK_TARGET_KERNEL_VERSION_4_6 if ADK_TARGET_ARCH_RISCV32 || ADK_TARGET_ARCH_RISCV64
+default ADK_TARGET_KERNEL_VERSION_4_11 if ADK_TARGET_ARCH_SPARC64
default ADK_TARGET_KERNEL_VERSION_4_9
config ADK_TARGET_KERNEL_VERSION_GIT
@@ -45,6 +46,7 @@ config ADK_TARGET_KERNEL_VERSION_4_9
depends on !ADK_TARGET_ARCH_RISCV32
depends on !ADK_TARGET_ARCH_RISCV64
depends on !ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
+ depends on !ADK_TARGET_ARCH_SPARC64
config ADK_TARGET_KERNEL_VERSION_4_6
bool "4.6.2"