CONFIG_PWM_ITE_IT8XXX2¶
ITE IT8XXX2 embedded controller (EC) PWM driver
Type: bool
Help¶
Enable PWM driver for it8xxx2_evb.
Supports three 16-bit prescalers each with 8-bit cycle timer, and
eight PWM channels each with 8-bit duty cycle.
Direct dependencies¶
SOC_IT8XXX2
&& PWM
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pwm/Kconfig.it8xxx2:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:46
→ drivers/pwm/Kconfig:44
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_ITE_IT8XXX2
bool "ITE IT8XXX2 embedded controller (EC) PWM driver"
depends on SOC_IT8XXX2 && PWM
help
Enable PWM driver for it8xxx2_evb.
Supports three 16-bit prescalers each with 8-bit cycle timer, and
eight PWM channels each with 8-bit duty cycle.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)