:orphan: .. title:: PWM_LED_ESP32 .. option:: 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 =================== \ :option:`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:32`` → ``/Kconfig:44`` → ``/pwm/Kconfig:42`` 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.)*