:orphan: .. title:: PWM_LED_ESP32_HS_TIMER0 .. option:: CONFIG_PWM_LED_ESP32_HS_TIMER0 *Set timer 0* Type: ``bool`` Direct dependencies =================== \ :option:`PWM_LED_ESP32_HS_TIMER ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/pwm/Kconfig.esp32:394`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:44`` → ``drivers/pwm/Kconfig:42`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver → Set high speed timers .. parsed-literal:: menuconfig PWM_LED_ESP32_HS_TIMER0 bool "Set timer 0" default y depends on \ :option:`PWM_LED_ESP32_HS_TIMER ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*