The latest development version of this page may be more current than this released 1.14.1 version.
choice RTC_STM32_CLOCK_SRC: RTC clock source

RTC clock source

Type: bool

Direct dependencies

RTC_STM32 && RTC

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

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Kconfig definition

At drivers/rtc/Kconfig.stm32_rtc:20

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:48drivers/rtc/Kconfig:33

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

choice RTC_STM32_CLOCK_SRC
    bool
    prompt "RTC clock source" if RTC_STM32 && RTC
    depends on RTC_STM32 && RTC

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