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