summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Delaunay <[email protected]>2022-06-30 10:20:21 +0200
committerPatrick Delaunay <[email protected]>2022-07-12 11:48:15 +0200
commit420f37a91faefcda64355805fbcb662cd0aac8e1 (patch)
treef85fae935b0c700af5147761b13677381292f39f
parent72d7a302f634029ef2874d864c294fd9bfc48739 (diff)
configs: stm32mp13: activate RTC support
Activate the RTC driver in STM32MP13x config. Signed-off-by: Patrick Delaunay <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
-rw-r--r--configs/stm32mp13_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig
index 4707315b76e..5f88f0819a6 100644
--- a/configs/stm32mp13_defconfig
+++ b/configs/stm32mp13_defconfig
@@ -48,6 +48,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