-
CONFIG_FLEXPWM2_PWM3
¶
NXP MCUX FLEXPWM2_PWM3 Output
Type: bool
Help¶
Enable output for FLEXPWM2_PWM3 in the driver. Say y here if you want to use FLEXPWM2_PWM3 output.
Direct dependencies¶
(PWM_MCUX
&& BOARD_MIMXRT1064_EVK
) || (PWM_MCUX
&& PWM
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At boards/arm/mimxrt1064_evk/Kconfig.defconfig:78
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config FLEXPWM2_PWM3 bool default y depends onPWM_MCUX
&&BOARD_MIMXRT1064_EVK
At drivers/pwm/Kconfig.mcux:56
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:40
→ drivers/pwm/Kconfig:58
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → MCUX PWM driver
config FLEXPWM2_PWM3 bool "NXP MCUX FLEXPWM2_PWM3 Output" depends onPWM_MCUX
&&PWM
help Enable output for FLEXPWM2_PWM3 in the driver. Say y here if you want to use FLEXPWM2_PWM3 output.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)