:orphan: .. title:: CONFIG_COUNTER_RTC_STM32_LSE_BYPASS .. kconfig:: CONFIG_COUNTER_RTC_STM32_LSE_BYPASS CONFIG_COUNTER_RTC_STM32_LSE_BYPASS ################################### *LSE oscillator bypass* Type: ``bool`` Help ==== .. code-block:: none Enable LSE bypass Direct dependencies =================== \ :kconfig:`COUNTER_RTC_STM32_CLOCK_LSE ` && \ :kconfig:`COUNTER_RTC_STM32 ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/counter/Kconfig.stm32_rtc:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:37`` Menu path: (Top) → Device Drivers → Counter Drivers → STM32 Counter RTC driver .. code-block:: kconfig config COUNTER_RTC_STM32_LSE_BYPASS bool "LSE oscillator bypass" depends on COUNTER_RTC_STM32_CLOCK_LSE && COUNTER_RTC_STM32 && COUNTER help Enable LSE bypass *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*