:orphan: .. title:: PWM_LED_ESP32_LS_TIMER3 .. option:: CONFIG_PWM_LED_ESP32_LS_TIMER3 *Set timer 3* Type: ``bool`` Direct dependencies =================== \ :option:`PWM_LED_ESP32_LS_TIMER ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/pwm/Kconfig.esp32:535`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:44`` → ``/pwm/Kconfig:42`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver → Set low speed timers .. code-block:: kconfig menuconfig PWM_LED_ESP32_LS_TIMER3 bool "Set timer 3" default y depends on PWM_LED_ESP32_LS_TIMER && PWM_LED_ESP32 && PWM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*