:orphan: .. title:: CONFIG_PWM_IMX .. kconfig:: CONFIG_PWM_IMX CONFIG_PWM_IMX ############## *i.MX PWM Driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for i.MX pwm driver. Direct dependencies =================== (\ :kconfig:`PWM ` && \ :kconfig:`SOC_MCIMX7_M4 ` && \ :kconfig:`SOC_SERIES_IMX7_M4 `) || (\ :kconfig:`PWM ` && \ :kconfig:`SOC_MCIMX7_M4 ` && \ :kconfig:`SOC_SERIES_IMX7_M4 `) || \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config PWM_IMX bool default y depends on PWM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4 ---- At ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config PWM_IMX bool default y depends on PWM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4 ---- At ``/pwm/Kconfig.imx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:42`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig menuconfig PWM_IMX bool "i.MX PWM Driver" depends on PWM help Enable support for i.MX pwm driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*