:orphan: .. title:: PWM_MCUX .. option:: CONFIG_PWM_MCUX *MCUX PWM driver* Type: ``bool`` Help ==== Enable mcux pwm driver. Direct dependencies =================== (\ :option:`PWM ` && \ :option:`SOC_SERIES_IMX_RT `) || (\ :option:`HAS_MCUX_PWM ` && \ :option:`PWM `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`HAS_MCUX_PWM ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:42`` 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`` Menu path: (Top) .. parsed-literal:: config PWM_MCUX bool default y if \ :option:`HAS_MCUX_PWM ` depends on \ :option:`PWM ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``drivers/pwm/Kconfig.mcux:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:44`` → ``drivers/pwm/Kconfig:46`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. parsed-literal:: config PWM_MCUX bool "MCUX PWM driver" depends on \ :option:`HAS_MCUX_PWM ` && \ :option:`PWM ` help Enable mcux pwm driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*