: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:`PWM ` && \ :kconfig:`SOC_SERIES_RISCV32_IT8XXX2 `) || (\ :kconfig:`SOC_IT8XXX2 ` && \ :kconfig:`PWM `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-ite/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config PWM_ITE_IT8XXX2 bool default y depends on PWM && SOC_SERIES_RISCV32_IT8XXX2 ---- 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.)*