commit | 32ddd26050595e83ab39958ac4ea03e8f54c5c30 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Mar 20 14:15:06 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 20:45:44 2018 -0400 |
tree | 5f60de15f2003e586450027332954bde76ca3cd2 | |
parent | 089d435346e32083571ea563130bf5e0171e1f4c [diff] [blame] |
stm32mp: handle SYSRESET Add support of sysreset with generic driver "syscon-reboot" provided by RCC, for U-boot and for SPL. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 777b2f0..190f883 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -1166,6 +1166,7 @@ select REGMAP select SUPPORT_SPL select SYSCON + select SYSRESET select SYS_THUMB_BUILD help Support for STM32MP SoC family developed by STMicroelectronics,