From: Patrick Delaunay Date: Tue, 30 Jul 2019 17:16:28 +0000 (+0200) Subject: stm32mp1: configs: imply CONFIG_OF_LIBFDT_OVERLAY X-Git-Tag: v2019.10-rc4~31^2~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f219361de1234c922f384eaa381fc1ebc15550e8;p=oweals%2Fu-boot.git stm32mp1: configs: imply CONFIG_OF_LIBFDT_OVERLAY Add imply for FDT overlay that can be usefuill for kernel device tree management but it is not mandatory (can be removed to gain space) Signed-off-by: Patrick Delaunay --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cbb2a2a158..37b2585f56 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1567,6 +1567,7 @@ config ARCH_STM32MP imply SPL_SYSRESET imply CMD_DM imply CMD_POWEROFF + imply OF_LIBFDT_OVERLAY imply ENV_VARS_UBOOT_RUNTIME_CONFIG imply USE_PREBOOT help