The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_PWM_3

Enable PWM port 3

Type: bool

Direct dependencies

(PWM_MCUX_FTM && BOARD_FRDM_K64F) || (PWM_MCUX_FTM && BOARD_HEXIWEAR_K64) || PWM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/arm/frdm_k64f/Kconfig.defconfig:89

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config PWM_3
    bool
    default "y" if PWM_MCUX_FTM && BOARD_FRDM_K64F
    depends on PWM_MCUX_FTM && BOARD_FRDM_K64F

At boards/arm/hexiwear_k64/Kconfig.defconfig:95

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config PWM_3
    bool
    default "y" if PWM_MCUX_FTM && BOARD_HEXIWEAR_K64
    depends on PWM_MCUX_FTM && BOARD_HEXIWEAR_K64

At drivers/pwm/Kconfig:29

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:42

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers

config PWM_3
    bool
    prompt "Enable PWM port 3" if PWM
    depends on PWM

(Definitions include propagated dependencies, including from if’s and menus.)