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 <Zephyr>/drivers/pwm/Kconfig.esp32:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:46
→ <Zephyr>/drivers/pwm/Kconfig:46
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.)