mach-stm32: Enable SPL_RESET_SUPPORT flag
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 31 May 2018 07:00:43 +0000 (09:00 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 6 Jun 2018 00:19:09 +0000 (20:19 -0400)
commit6b6255cd8a7752b95ec6ea3d76d446c5b42cf64d
tree7ffb0bf66671e5ec45665355816bfb2a4106d229
parentd3671dfcdb6724989d4eb91be5e97d40614b7145
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>
arch/arm/mach-stm32/Kconfig
drivers/misc/stm32_rcc.c