:orphan: .. title:: CONFIG_PWM_LED_ESP32_HS_CH0 .. kconfig:: CONFIG_PWM_LED_ESP32_HS_CH0 CONFIG_PWM_LED_ESP32_HS_CH0 ########################### *Enable channel 0* Type: ``bool`` Direct dependencies =================== \ :kconfig:`PWM_LED_ESP32_HS_CH ` && \ :kconfig:`PWM_LED_ESP32 ` && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/pwm/Kconfig.esp32:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:46`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver → Set high speed channels .. code-block:: kconfig menuconfig PWM_LED_ESP32_HS_CH0 bool "Enable channel 0" default y depends on PWM_LED_ESP32_HS_CH && PWM_LED_ESP32 && PWM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*