summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-24 12:59:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-24 12:59:26 +0100
commitf238c9e4d9a85a9d969d9146a460c0a340e9cd85 (patch)
treefae39110ec894e0abf3a2332c81ae22233a68bca /target/config
parent43c7686b4d6afc56d2909c1630ea2eee626490bb (diff)
h8300: updates
Add single hush package for experiments. 4.9 kernel serial ouput seems broken, default to 4.4. Combine h8300 patches.
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.kernelversion1
-rw-r--r--target/config/Config.in.runtime3
2 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 8e958a4c9..b3c57ac21 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -15,6 +15,7 @@ default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_ARCH_LM32
default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_ARCH_RISCV32
default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_ARCH_RISCV64
default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_CRIS
+default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_H8300
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_4 if ADK_TARGET_SYSTEM_QEMU_ARM_REALVIEW_EB_MPCORE
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index db3eaa110..e0527d78f 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -102,6 +102,9 @@ config ADK_RUNTIME_BASE_COREUTILS
select ADK_PACKAGE_GREP
select ADK_PACKAGE_FIND
+config ADK_RUNTIME_BASE_NONE
+ bool "Use no base tools"
+
endchoice
config ADK_RUNTIME_LOAD_KERNEL_MODULES