• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision420f37a91faefcda64355805fbcb662cd0aac8e1 (tree)
Zeit2022-07-12 18:48:15
AutorPatrick Delaunay <patrick.delaunay@foss...>
CommiterPatrick Delaunay

Log Message

configs: stm32mp13: activate RTC support

Activate the RTC driver in STM32MP13x config.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Ändern Zusammenfassung

Diff

--- a/configs/stm32mp13_defconfig
+++ b/configs/stm32mp13_defconfig
@@ -48,6 +48,8 @@ CONFIG_DM_REGULATOR_SCMI=y
4848 CONFIG_RESET_SCMI=y
4949 CONFIG_DM_RNG=y
5050 CONFIG_RNG_OPTEE=y
51+CONFIG_DM_RTC=y
52+CONFIG_RTC_STM32=y
5153 CONFIG_SERIAL_RX_BUFFER=y
5254 CONFIG_SYSRESET_PSCI=y
5355 CONFIG_TEE=y