- 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¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pwm/Kconfig.esp32:6
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:44
→ drivers/pwm/Kconfig:42
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_LED_ESP32
bool "ESP32 PWM LED driver"
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)