]> git.dujemihanovic.xyz Git - u-boot.git/commit
Kconfig: Create a menu for FIT
authorSimon Glass <sjg@chromium.org>
Thu, 14 Sep 2023 16:55:49 +0000 (10:55 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 Sep 2023 15:36:25 +0000 (11:36 -0400)
commit12a7ea005957b3439fd10654da2bc6bac8c53f4e
tree8a9e188e87ccf6c66bfad32c9edcad9e1d06d1b2
parent47b18c0e33ea58d83e76d5e4bb4a25bb3e55657e
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>
boot/Kconfig