-
choice COUNTER_RTC_STM32_LSE_DRIVE: LSE oscillator drive capability
LSE oscillator drive capability
Type: bool
Direct dependencies¶
COUNTER_RTC_STM32_CLOCK_LSE
&& !SOC_SERIES_STM32F4X
&& COUNTER_RTC_STM32
&& COUNTER
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to the first (visible) choice option.
Choice options¶
Kconfig definition¶
At drivers/counter/Kconfig.stm32_rtc:37
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:66
→ drivers/counter/Kconfig:31
Menu path: (Top) → Device Drivers → Counter Drivers → STM32 Counter RTC driver
choice COUNTER_RTC_STM32_LSE_DRIVE
bool "LSE oscillator drive capability"
depends on COUNTER_RTC_STM32_CLOCK_LSE && !SOC_SERIES_STM32F4X && COUNTER_RTC_STM32 && COUNTER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)