CONFIG_COUNTER_RTC_STM32_CLOCK_LSE
LSE
Type: bool
Help
Use LSE as RTC clock
Direct dependencies
<choice COUNTER_RTC_STM32_CLOCK_SRC: RTC clock source>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/drivers/counter/Kconfig.stm32_rtc:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:66
→ <Zephyr>/drivers/counter/Kconfig:37
Menu path: (Top) → Device Drivers → Counter Drivers → STM32 Counter RTC driver → RTC clock source
config COUNTER_RTC_STM32_CLOCK_LSE
bool "LSE"
depends on <choice COUNTER_RTC_STM32_CLOCK_SRC>
help
Use LSE as RTC clock
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)