Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
bc06134e17
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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_DM
 	select SPL_DM_SEQ_ALIAS
+	select SPL_DRIVERS_MISC_SUPPORT
 	select SPL_FRAMEWORK
 	select SPL_GPIO_SUPPORT
 	select SPL_LIBCOMMON_SUPPORT