summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-10 20:21:27 -0600
committerTom Rini <trini@konsulko.com>2020-10-09 12:02:26 -0400
commit1fa057be4a1b7c9615a47f682bd82951e8a5fde6 (patch)
treede678db65ce0d1c4499938950c0f72bab00f1243 /Kconfig
parenta4c4ecf4c9b8768558a980d842c7db6fe35d570c (diff)
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>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index c385535a5c..520679f57e 100644
--- a/Kconfig
+++ b/Kconfig
@@ -453,3 +453,5 @@ source "fs/Kconfig"
source "lib/Kconfig"
source "test/Kconfig"
+
+source "tools/Kconfig"