From: Patrick Delaunay Date: Thu, 30 Jun 2022 08:20:21 +0000 (+0200) Subject: configs: stm32mp13: activate RTC support X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=420f37a91faefcda64355805fbcb662cd0aac8e1;p=u-boot.git configs: stm32mp13: activate RTC support Activate the RTC driver in STM32MP13x config. Signed-off-by: Patrick Delaunay Reviewed-by: Patrice Chotard --- diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig index 4707315b76..5f88f0819a 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