commit | 12a7ea005957b3439fd10654da2bc6bac8c53f4e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 14 10:55:49 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 19 11:36:25 2023 -0400 |
tree | 8a9e188e87ccf6c66bfad32c9edcad9e1d06d1b2 | |
parent | 47b18c0e33ea58d83e76d5e4bb4a25bb3e55657e [diff] |
Kconfig: Create a menu for FIT This is a major feature with a lot of options. Give it its own menu to tidy up the 'make menuconfig' display. Drop the 'depends on FIT' pieces which are now unnecessary, since they are now bracketed by an 'if FIT'. Leave CONFIG_TIMESTAMP out since it affects legacy images too. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>