CONFIG_PWM_LED_ESP32_DEV_NAME_0

ESP32 PWM LED Name

Type: string

Help

Specify the device name for the PWM driver.

Direct dependencies

PWM_LED_ESP32 && PWM_LED_ESP32 && PWM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/pwm/Kconfig.esp32:18

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:44drivers/pwm/Kconfig:61

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver

config PWM_LED_ESP32_DEV_NAME_0
    string
    prompt "ESP32 PWM LED Name" if PWM_LED_ESP32 && PWM_LED_ESP32 && PWM
    default "PWM_LED" if PWM_LED_ESP32 && PWM_LED_ESP32 && PWM
    depends on PWM_LED_ESP32 && PWM_LED_ESP32 && PWM
    help
      Specify the device name for the PWM driver.

(Definitions include propagated dependencies, including from if’s and menus.)