CONFIG_PWM_LED_ESP32_LS_TIMER¶
Set low speed timers
Type: bool
Direct dependencies¶
PWM_LED_ESP32
&& PWM
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At drivers/pwm/Kconfig.esp32:472
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:46
→ drivers/pwm/Kconfig:46
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver
menuconfig PWM_LED_ESP32_LS_TIMER
bool "Set low speed timers"
default y
depends on PWM_LED_ESP32 && PWM
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)