The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Kconfig definition

At drivers/counter/Kconfig.stm32_rtc:28

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:64drivers/counter/Kconfig:35

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

config COUNTER_RTC_STM32_CLOCK_LSE
    bool
    prompt "LSE" if <choice COUNTER_RTC_STM32_CLOCK_SRC: RTC clock source>
    depends on <choice COUNTER_RTC_STM32_CLOCK_SRC: RTC clock source>
    help
      Use LSE as RTC clock

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