CONFIG_PWM_MCUX
MCUX PWM driver
Type: bool
Help
Enable mcux pwm driver.
Direct dependencies
(PWM
&& SOC_SERIES_IMX_RT
) || (PWM
&& SOC_SERIES_IMX_RT
) || (HAS_MCUX_PWM
&& PWM
)
(Includes any dependencies from ifs and menus.)
Defaults
y if
HAS_MCUX_PWM
y if
HAS_MCUX_PWM
Kconfig definitions
At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:43
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
Menu path: (Top)
config PWM_MCUX
bool
default y if HAS_MCUX_PWM
depends on PWM && SOC_SERIES_IMX_RT
At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:43
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
Menu path: (Top)
config PWM_MCUX
bool
default y if HAS_MCUX_PWM
depends on PWM && SOC_SERIES_IMX_RT
At <Zephyr>/drivers/pwm/Kconfig.mcux:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:46
→ <Zephyr>/drivers/pwm/Kconfig:50
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
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.)