Kconfig: Create a new tools menu
At present MKIMAGE_DTC_PATH is in the devicetree menu but not within
'devicetree control' since it does not relate to that. As a result it
shows up in the top menu.
It actually relates to the mkimage tool, so create a new tools menu for it
and move it there.
Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/Kconfig b/Kconfig
index c385535..520679f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -453,3 +453,5 @@
source "lib/Kconfig"
source "test/Kconfig"
+
+source "tools/Kconfig"