Kconfig: fix SPL_FIT dependency
authorAndre Przywara <andre.przywara@arm.com>
Wed, 26 Apr 2017 00:32:38 +0000 (01:32 +0100)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:22 +0000 (02:37 +0800)
commit89191abb57aceec47117aec46cf1face80cf34b3
tree208a1d4670273f47ae67169c2bebda0a4360a713
parentb137217acded29946b880ddc7a44f3c8b68c007f
Kconfig: fix SPL_FIT dependency

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: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[Remove change from configs/evb-rk3399_defconfig]
Signed-off-by: Jagan Teki <jagan@openedev.com>
(cherry picked from commit 85c07a5a379e5874aef0e5a0560536a2e6fa6114)
Kconfig
configs/am335x_evm_defconfig