-
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¶
- “y” if
PWM
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
Kconfig definitions¶
At soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:55
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
→ soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:18
Menu path: (top menu)
config PWM_IMX bool default "y" ifPWM
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
depends onPWM
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
At drivers/pwm/Kconfig.imx:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
→ drivers/pwm/Kconfig:51
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_IMX bool prompt "i.MX PWM Driver" ifPWM
depends onPWM
help Enable support for i.MX pwm driver.
(Definitions include propagated dependencies, including from if’s and menus.)