-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pwm/Kconfig.esp32:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
→ drivers/pwm/Kconfig:53
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_LED_ESP32 bool prompt "ESP32 PWM LED driver" ifPWM
depends onPWM
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.)