
7 Jul
2022
7 Jul
'22
9:40 a.m.
Hi Patrick
On 6/30/22 10:20, Patrick Delaunay wrote:
Activate the RTC driver in STM32MP13x config.
Signed-off-by: Patrick Delaunay patrick.delaunay@foss.st.com
(no changes since v1)
configs/stm32mp13_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig index 3fa1642b2e4..9b0c5a36b04 100644 --- a/configs/stm32mp13_defconfig +++ b/configs/stm32mp13_defconfig @@ -47,6 +47,8 @@ CONFIG_DM_REGULATOR_SCMI=y CONFIG_RESET_SCMI=y CONFIG_DM_RNG=y CONFIG_RNG_OPTEE=y +CONFIG_DM_RTC=y +CONFIG_RTC_STM32=y CONFIG_SERIAL_RX_BUFFER=y CONFIG_SYSRESET_PSCI=y CONFIG_TEE=y
Reviewed-by: Patrice Chotard patrice.chotard@foss.st.com
Thanks Patrice