From 47a0db9b7402ffabe1f3091c5227b97c05784b1c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 17 Nov 2015 17:16:05 +0100 Subject: default to 4.3, works fine with a patch on gdb h8/300 simulator --- target/config/Config.in.kernelversion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/config') diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 3e0efd8c2..a1a2ae1b0 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -4,8 +4,8 @@ choice prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING +default ADK_TARGET_KERNEL_VERSION_4_3_0 if ADK_TARGET_ARCH_H8300 default ADK_TARGET_KERNEL_VERSION_4_2_6 if ADK_TARGET_ARCH_ARC -default ADK_TARGET_KERNEL_VERSION_4_2_6 if ADK_TARGET_ARCH_H8300 default ADK_TARGET_KERNEL_VERSION_4_2_6 if ADK_TARGET_ARCH_SPARC default ADK_TARGET_KERNEL_VERSION_3_14_54 if ADK_TARGET_ARCH_BFIN default ADK_TARGET_KERNEL_VERSION_4_1_10 @@ -19,6 +19,7 @@ config ADK_TARGET_KERNEL_VERSION_4_3_0 config ADK_TARGET_KERNEL_VERSION_4_2_6 bool "4.2.6" + depends on !ADK_TARGET_ARCH_H8300 select ADK_TARGET_KERNEL_VERSION_4_2 config ADK_TARGET_KERNEL_VERSION_4_1_10 -- cgit v1.2.3