Browse Source

stm32mp1: activate MISC support in SPL

needed for RCC MISC driver and sysreset with syscon
in SPL

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Patrick Delaunay 6 years ago
parent
commit
bc06134e17
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-stm32mp/Kconfig

+ 1 - 0
arch/arm/mach-stm32mp/Kconfig

@@ -5,6 +5,7 @@ config SPL
 	select SPL_CLK
 	select SPL_CLK
 	select SPL_DM
 	select SPL_DM
 	select SPL_DM_SEQ_ALIAS
 	select SPL_DM_SEQ_ALIAS
+	select SPL_DRIVERS_MISC_SUPPORT
 	select SPL_FRAMEWORK
 	select SPL_FRAMEWORK
 	select SPL_GPIO_SUPPORT
 	select SPL_GPIO_SUPPORT
 	select SPL_LIBCOMMON_SUPPORT
 	select SPL_LIBCOMMON_SUPPORT