:orphan: .. title:: CONFIG_PWM_ITE_IT8XXX2 .. kconfig:: CONFIG_PWM_ITE_IT8XXX2 CONFIG_PWM_ITE_IT8XXX2 ###################### *ITE IT8XXX2 embedded controller (EC) PWM driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_IT8XXX2 ` && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/pwm/Kconfig.it8xxx2:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:44`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig 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.)*