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 <Zephyr>/drivers/pwm/Kconfig.it8xxx2:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:44<Zephyr>/drivers/pwm/Kconfig:42

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.)