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