summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-19 23:17:37 (GMT)
committerAlexey Neyman <stilor@att.net>2018-11-28 08:30:10 (GMT)
commitda76ae3ea3ba523223fe61b3b40974254a389141 (patch)
tree12affa1c2a39bf58f0a1720a76c1dfa0dc246b90 /config
parent951afda5088f202eead14e3ae281f234b160af0b (diff)
Add DTC as a companion tool
(needed for cross-gdb targeting the moxie-* targets) Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/comp_tools/dtc.in4
-rw-r--r--config/configure.in.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/config/comp_tools/dtc.in b/config/comp_tools/dtc.in
new file mode 100644
index 0000000..88628a0
--- /dev/null
+++ b/config/comp_tools/dtc.in
@@ -0,0 +1,4 @@
+# Kernel.org's device tree compiler
+
+config DTC_VERBOSE
+ bool "Verbose DTC build output"
diff --git a/config/configure.in.in b/config/configure.in.in
index 3d6a628..f483f3b 100644
--- a/config/configure.in.in
+++ b/config/configure.in.in
@@ -36,6 +36,9 @@ config CONFIGURE_has_automake_1_15_or_newer
config CONFIGURE_has_gnu_m4_1_4_12_or_newer
@KCONFIG_gnu_m4_1_4_12_or_newer@
+config CONFIGURE_has_dtc
+ @KCONFIG_dtc@
+
config CONFIGURE_has_cvs
@KCONFIG_cvs@