:orphan: .. title:: PWM_LED_ESP32_HS_CH5 .. option:: CONFIG_PWM_LED_ESP32_HS_CH5 *Enable channel 5* Type: ``bool`` Direct dependencies =================== \ :option:`PWM_LED_ESP32_HS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/pwm/Kconfig.esp32:136`` 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 channels .. parsed-literal:: menuconfig PWM_LED_ESP32_HS_CH5 bool "Enable channel 5" default y depends on \ :option:`PWM_LED_ESP32_HS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*