:orphan: .. title:: CONFIG_PWM_MCUX .. kconfig:: CONFIG_PWM_MCUX CONFIG_PWM_MCUX ############### *MCUX PWM driver* Type: ``bool`` Help ==== .. code-block:: none Enable mcux pwm driver. Direct dependencies =================== (\ :kconfig:`PWM ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`PWM ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`HAS_MCUX_PWM ` && \ :kconfig:`PWM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`HAS_MCUX_PWM ` - y if \ :kconfig:`HAS_MCUX_PWM ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config PWM_MCUX bool default y if HAS_MCUX_PWM depends on PWM && SOC_SERIES_IMX_RT ---- At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config PWM_MCUX bool default y if HAS_MCUX_PWM depends on PWM && SOC_SERIES_IMX_RT ---- At ``/pwm/Kconfig.mcux:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:50`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig config PWM_MCUX bool "MCUX PWM driver" depends on HAS_MCUX_PWM && PWM help Enable mcux pwm driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*