From eff264d731d00a82a04e357fa04024d1a445d269 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Tue, 16 Jan 2018 09:44:22 +0100 Subject: sunxi: imply CONFIG_OF_LIBFDT_OVERLAY fdt overlay support is useful for all sunxi boards, enable per default and remove it from sunxi defconfigs. Signed-off-by: Andre Heider Signed-off-by: Maxime Ripard Reviewed-by: Jagan Teki --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f6d57f5..73fbd54 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -746,6 +746,7 @@ config ARCH_SUNXI select USE_TINY_PRINTF imply CMD_GPT imply FAT_WRITE + imply OF_LIBFDT_OVERLAY imply PRE_CONSOLE_BUFFER imply SPL_GPIO_SUPPORT imply SPL_LIBCOMMON_SUPPORT -- cgit v1.1