:orphan: .. title:: PWM_LED_ESP32_LS_CH6 .. option:: CONFIG_PWM_LED_ESP32_LS_CH6 *Enable channel 6* Type: ``bool`` Direct dependencies =================== \ :option:`PWM_LED_ESP32_LS_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:342`` 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 low speed channels .. parsed-literal:: menuconfig PWM_LED_ESP32_LS_CH6 bool "Enable channel 6" default y depends on \ :option:`PWM_LED_ESP32_LS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*