The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_PWM_LED_ESP32_LS_TIMER2

Set timer 2

Type: bool

Direct dependencies

PWM_LED_ESP32_LS_TIMER && PWM_LED_ESP32 && PWM

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/pwm/Kconfig.esp32:516

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:46drivers/pwm/Kconfig:46

Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver → Set low speed timers

menuconfig PWM_LED_ESP32_LS_TIMER2
    bool "Set timer 2"
    default y
    depends on PWM_LED_ESP32_LS_TIMER && PWM_LED_ESP32 && PWM

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)