CONFIG_PWM_LED_ESP32_LS_CH0

Enable channel 0

Type: bool

Direct dependencies

PWM_LED_ESP32_LS_CH && PWM_LED_ESP32 && PWM

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr Driver>/pwm/Kconfig.esp32:210

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:46<Zephyr Driver>/pwm/Kconfig:46

Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver → Set low speed channels

menuconfig PWM_LED_ESP32_LS_CH0
    bool "Enable channel 0"
    default y
    depends on PWM_LED_ESP32_LS_CH && PWM_LED_ESP32 && PWM

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)