CONFIG_PWM_LED_ESP32

ESP32 PWM LED driver

Type: bool

Help

This option enables the PWM LED driver for ESP32 family of processors. Say y if you wish to use PWM LED port on ESP32.

Direct dependencies

PWM && PWM

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/pwm/Kconfig.esp32:9

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:44drivers/pwm/Kconfig:61

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers

menuconfig PWM_LED_ESP32
    bool
    prompt "ESP32 PWM LED driver" if PWM && PWM
    depends on PWM && PWM
    help
      This option enables the PWM LED driver for ESP32 family of
      processors. Say y if you wish to use PWM LED port on ESP32.

(Definitions include propagated dependencies, including from if’s and menus.)