:orphan: .. title:: choice COUNTER_RTC_STM32_LSE_DRIVE: LSE oscillator drive capability .. _choice_428: .. describe:: choice COUNTER_RTC_STM32_LSE_DRIVE: LSE oscillator drive capability *LSE oscillator drive capability* Type: ``bool`` Direct dependencies =================== \ :kconfig:`COUNTER_RTC_STM32_CLOCK_LSE ` && !\ :kconfig:`SOC_SERIES_STM32F4X ` && \ :kconfig:`COUNTER_RTC_STM32 ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`COUNTER_RTC_STM32_LSE_DRIVE_LOW ` - \ :kconfig:`COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMLOW ` - \ :kconfig:`COUNTER_RTC_STM32_LSE_DRIVE_MEDIUMHIGH ` - \ :kconfig:`COUNTER_RTC_STM32_LSE_DRIVE_HIGH ` Kconfig definition ================== At ``/counter/Kconfig.stm32_rtc:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:31`` Menu path: (Top) → Device Drivers → Counter Drivers → STM32 Counter RTC driver .. code-block:: kconfig 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.)*