CONFIG_RTC_STM32_CLOCK_LSI

LSI

Type: bool

Help

Use LSI as RTC clock

Direct dependencies

<choice RTC_STM32_CLOCK_SRC: RTC clock source>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/rtc/Kconfig.stm32_rtc:24

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:50drivers/rtc/Kconfig:30

Menu path: (top menu) → Device Drivers → Real-Time Clock → RTC clock source

config RTC_STM32_CLOCK_LSI
    bool
    prompt "LSI" if <choice RTC_STM32_CLOCK_SRC: RTC clock source>
    depends on <choice RTC_STM32_CLOCK_SRC: RTC clock source>
    help
      Use LSI as RTC clock

(Definitions include propagated dependencies, including from if’s and menus.)