The latest development version of this page may be more current than this released 1.14.1 version.
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

(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:35drivers/Kconfig:42drivers/pwm/Kconfig:53

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

menuconfig PWM_LED_ESP32
    bool
    prompt "ESP32 PWM LED driver" if PWM
    depends on 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.)