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
(PWM
&& SOC_SERIES_RISCV32_IT8XXX2
) || (PWM
&& SOC_SERIES_RISCV32_IT8XXX2
) || (SOC_IT8XXX2
&& PWM
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Kconfig definitions
At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:71
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4
Menu path: (Top)
config PWM_ITE_IT8XXX2
bool
default y
depends on PWM && SOC_SERIES_RISCV32_IT8XXX2
At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:71
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4
Menu path: (Top)
config PWM_ITE_IT8XXX2
bool
default y
depends on PWM && SOC_SERIES_RISCV32_IT8XXX2
At <Zephyr>/drivers/pwm/Kconfig.it8xxx2:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:46
→ <Zephyr>/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.)