summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-05-31 09:00:43 +0200
committerTom Rini <trini@konsulko.com>2018-06-05 20:19:09 -0400
commit6b6255cd8a7752b95ec6ea3d76d446c5b42cf64d (patch)
tree7ffb0bf66671e5ec45665355816bfb2a4106d229 /arch/arm/mach-stm32
parentd3671dfcdb6724989d4eb91be5e97d40614b7145 (diff)
mach-stm32: Enable SPL_RESET_SUPPORT flag
Since commit 0e373c0ade8c ("spl: add SPL_RESET_SUPPORT"), reset is supported in SPL, enable this flag for STM32F SoCs family. This allows to remove a specific case in RCC mfd driver. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/mach-stm32')
-rw-r--r--arch/arm/mach-stm32/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig
index 13532843fb..759f545176 100644
--- a/arch/arm/mach-stm32/Kconfig
+++ b/arch/arm/mach-stm32/Kconfig
@@ -48,6 +48,7 @@ config STM32F7
imply SPL_OS_BOOT
select SPL_PINCTRL
select SPL_RAM
+ select SPL_RESET_SUPPORT
select SPL_SERIAL_SUPPORT
select SPL_SYS_MALLOC_SIMPLE
select SPL_TIMER