Skip to content
  • Andre Przywara's avatar
    Kconfig: fix SPL_FIT dependency · 89191abb
    Andre Przywara authored
    
    
    SPL_FIT obviously requires libfdt in SPL, so let Kconfig express that by
    selecting SPL_OF_LIBFDT.
    Also make the actual options that users want (SPL signature and SPL FIT
    loading) visible in the menu and let them select the SPL_FIT as a
    requirement.
    Also remove the now redundant SPL_OF_LIBFDT from those Kconfigs that had
    it in for the SPL FIT loading feature.
    
    Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    [Remove change from configs/evb-rk3399_defconfig]
    Signed-off-by: default avatarJagan Teki <jagan@openedev.com>
    
    (cherry picked from commit 85c07a5a379e5874aef0e5a0560536a2e6fa6114)
    89191abb