commit | 31b24b45cf94f2132c47686a191a9b3bf67e11b5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 10 20:21:27 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 09 12:02:26 2020 -0400 |
tree | de678db65ce0d1c4499938950c0f72bab00f1243 | |
parent | 36ada31098475b712b6c664478817b45709e7c46 [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>