:orphan: .. title:: CONFIG_PWM_LED_ESP32_DEV_NAME_0 .. kconfig:: CONFIG_PWM_LED_ESP32_DEV_NAME_0 CONFIG_PWM_LED_ESP32_DEV_NAME_0 ############################### *ESP32 PWM LED Name* Type: ``string`` Help ==== .. code-block:: none Specify the device name for the PWM driver. Direct dependencies =================== \ :kconfig:`PWM_LED_ESP32 ` && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "PWM_LED" Kconfig definition ================== At ``/pwm/Kconfig.esp32:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:46`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver .. code-block:: kconfig config PWM_LED_ESP32_DEV_NAME_0 string "ESP32 PWM LED Name" default "PWM_LED" depends on PWM_LED_ESP32 && PWM help Specify the device name for the PWM driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*