:orphan: .. title:: FLEXPWM4_PWM2 .. option:: CONFIG_FLEXPWM4_PWM2 *NXP MCUX FLEXPWM4_PWM2 Output* Type: ``bool`` Help ==== Enable output for FLEXPWM4_PWM2 in the driver. Say y here if you want to use FLEXPWM4_PWM2 output. Direct dependencies =================== \ :option:`PWM_MCUX ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/pwm/Kconfig.mcux:98`` 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 .. parsed-literal:: config FLEXPWM4_PWM2 bool "NXP MCUX FLEXPWM4_PWM2 Output" depends on \ :option:`PWM_MCUX ` && \ :option:`PWM ` help Enable output for FLEXPWM4_PWM2 in the driver. Say y here if you want to use FLEXPWM4_PWM2 output. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*