:orphan: .. title:: CONFIG_PWM_LED_ESP32 .. kconfig:: CONFIG_PWM_LED_ESP32 CONFIG_PWM_LED_ESP32 #################### *ESP32 PWM LED driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/pwm/Kconfig.esp32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:46`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig 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.)*