:orphan: .. title:: PWM_IMX .. option:: CONFIG_PWM_IMX *i.MX PWM Driver* Type: ``bool`` Help ==== Enable support for i.MX pwm driver. Direct dependencies =================== (\ :option:`PWM ` && \ :option:`SOC_MCIMX7_M4 ` && \ :option:`SOC_SERIES_IMX7_M4 `) || \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` → ``soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. parsed-literal:: config PWM_IMX bool default y depends on \ :option:`PWM ` && \ :option:`SOC_MCIMX7_M4 ` && \ :option:`SOC_SERIES_IMX7_M4 ` ---- At ``drivers/pwm/Kconfig.imx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:44`` → ``drivers/pwm/Kconfig:40`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. parsed-literal:: menuconfig PWM_IMX bool "i.MX PWM Driver" depends on \ :option:`PWM ` help Enable support for i.MX pwm driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*