CONFIG_COUNTER_RTC_STM32_CLOCK_LSI

LSI

Type: bool

Help

Use LSI 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 Driver>/counter/Kconfig.stm32_rtc:23

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:66<Zephyr Driver>/counter/Kconfig:31

Menu path: (Top) → Device Drivers → Counter Drivers → STM32 Counter RTC driver → RTC clock source

config COUNTER_RTC_STM32_CLOCK_LSI
    bool "LSI"
    depends on <choice COUNTER_RTC_STM32_CLOCK_SRC>
    help
      Use LSI as RTC clock

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)