-
CONFIG_RTC_STM32
¶
STM32 RTC Driver
Type: bool
Help¶
Build RTC driver for STM32 SoCs. Tested on STM32 F3, F4, L4, F7 series.
Direct dependencies¶
(RTC
&& SOC_FAMILY_STM32
) || (SOC_FAMILY_STM32
&& RTC
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
RTC
&&SOC_FAMILY_STM32
Symbols selected by this symbol¶
USE_STM32_LL_RTC
ifSOC_FAMILY_STM32
&&RTC
USE_STM32_LL_PWR
ifSOC_FAMILY_STM32
&&RTC
USE_STM32_LL_RCC
ifSOC_FAMILY_STM32
&&RTC
USE_STM32_LL_EXTI
ifSOC_FAMILY_STM32
&&RTC
NEWLIB_LIBC
ifSOC_FAMILY_STM32
&&RTC
Kconfig definitions¶
At soc/arm/st_stm32/common/Kconfig.defconfig.series:79
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/st_stm32/Kconfig.defconfig:3
Menu path: (top menu)
config RTC_STM32 bool default "y" ifRTC
&&SOC_FAMILY_STM32
depends onRTC
&&SOC_FAMILY_STM32
At drivers/rtc/Kconfig.stm32_rtc:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:48
→ drivers/rtc/Kconfig:33
Menu path: (top menu) → Device Drivers → Real-Time Clock
config RTC_STM32 bool prompt "STM32 RTC Driver" ifSOC_FAMILY_STM32
&&RTC
selectUSE_STM32_LL_RTC
ifSOC_FAMILY_STM32
&&RTC
selectUSE_STM32_LL_PWR
ifSOC_FAMILY_STM32
&&RTC
selectUSE_STM32_LL_RCC
ifSOC_FAMILY_STM32
&&RTC
selectUSE_STM32_LL_EXTI
ifSOC_FAMILY_STM32
&&RTC
selectNEWLIB_LIBC
ifSOC_FAMILY_STM32
&&RTC
depends onSOC_FAMILY_STM32
&&RTC
help Build RTC driver for STM32 SoCs. Tested on STM32 F3, F4, L4, F7 series.
(Definitions include propagated dependencies, including from if’s and menus.)