From bc06134e17998d7a8fd92fb25b05482aa188ac2e Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Mon, 9 Jul 2018 15:17:21 +0200 Subject: [PATCH] stm32mp1: activate MISC support in SPL needed for RCC MISC driver and sysreset with syscon in SPL Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index 7c04905..8a929fa 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -5,6 +5,7 @@ config SPL select SPL_CLK select SPL_DM select SPL_DM_SEQ_ALIAS + select SPL_DRIVERS_MISC_SUPPORT select SPL_FRAMEWORK select SPL_GPIO_SUPPORT select SPL_LIBCOMMON_SUPPORT