:orphan: .. title:: PWM_NPCX .. option:: CONFIG_PWM_NPCX *Nuvoton NPCX embedded controller (EC) PWM driver* Type: ``bool`` Help ==== Enable support for NPCX PWM driver. Help ==== This option enables the PWM driver for NPCX family of processors. Say y if you wish to use pwm ports on NPCX MCU. Direct dependencies =================== (\ :option:`PWM ` && \ :option:`SOC_SERIES_NPCX7 `) || (\ :option:`SOC_FAMILY_NPCX ` && \ :option:`PWM `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config PWM_NPCX bool default y depends on \ :option:`PWM ` && \ :option:`SOC_SERIES_NPCX7 ` help Enable support for NPCX PWM driver. ---- At ``drivers/pwm/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:44`` → ``drivers/pwm/Kconfig:58`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. parsed-literal:: config PWM_NPCX bool "Nuvoton NPCX embedded controller (EC) PWM driver" depends on \ :option:`SOC_FAMILY_NPCX ` && \ :option:`PWM ` help This option enables the PWM driver for NPCX family of processors. Say y if you wish to use pwm ports on NPCX MCU. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*