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 && PWM)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_imx/Kconfig.defconfig:7arch/arm/soc/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:29drivers/Kconfig:44drivers/pwm/Kconfig:59

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

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

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