The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_PWM_IMX

i.MX PWM Driver

Type: bool

Help

Enable support for i.MX pwm driver.

Direct dependencies

(PWM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4) || PWM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:55

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:18

Menu path: (top menu)

config PWM_IMX
    bool
    default "y" if PWM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4
    depends on PWM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4

At drivers/pwm/Kconfig.imx:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:42drivers/pwm/Kconfig:51

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers

menuconfig PWM_IMX
    bool
    prompt "i.MX PWM Driver" if PWM
    depends on PWM
    help
      Enable support for i.MX pwm driver.

(Definitions include propagated dependencies, including from if’s and menus.)