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

RTC clock source

Type: bool

Direct dependencies

COUNTER_RTC_STM32 && COUNTER

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

Defaults

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

Kconfig definition

At drivers/counter/Kconfig.stm32_rtc:19

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

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

choice COUNTER_RTC_STM32_CLOCK_SRC
    bool
    prompt "RTC clock source" if COUNTER_RTC_STM32 && COUNTER
    depends on COUNTER_RTC_STM32 && COUNTER

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