diff mbox series

[08/10] configs: stm32mp13: activate RTC support

Message ID 20220620111707.8.Ib45cd17f31c3ffeccd95a162ea3ecf7e5a4392a1@changeid
State Superseded
Delegated to: Patrice Chotard
Headers show
Series [01/10] i2c: stm32: add support for the st,stm32mp13 SOC | expand

Commit Message

Patrick DELAUNAY June 20, 2022, 9:17 a.m. UTC
Activate the RTC driver in STM32MP13x config.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

 configs/stm32mp13_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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