:orphan: .. title:: COUNTER_RTC_STM32_CLOCK_LSE .. option:: CONFIG_COUNTER_RTC_STM32_CLOCK_LSE *LSE* Type: ``bool`` Help ==== Use LSE as RTC clock Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/counter/Kconfig.stm32_rtc:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:29`` Menu path: (Top) → Device Drivers → Counter Drivers → STM32 Counter RTC driver → RTC clock source .. parsed-literal:: config COUNTER_RTC_STM32_CLOCK_LSE bool "LSE" depends on \ :ref:` ` help Use LSE as RTC clock *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*