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.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/pwm/Kconfig.it8xxx2:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:46 → <Zephyr Driver>/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.)