CONFIG_PWM_1

Enable PWM port 1

Type: bool

Direct dependencies

(PWM_IMX && BOARD_COLIBRI_IMX7D_M4) || (PWM_MCUX_FTM && BOARD_USB_KW24D512) || PWM

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

Defaults

Kconfig definitions

At boards/arm/colibri_imx7d_m4/Kconfig.defconfig:63

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_1
    bool
    default "y" if PWM_IMX && BOARD_COLIBRI_IMX7D_M4
    depends on PWM_IMX && BOARD_COLIBRI_IMX7D_M4

At boards/arm/usb_kw24d512/Kconfig.defconfig:90

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_1
    bool
    default "y" if PWM_MCUX_FTM && BOARD_USB_KW24D512
    depends on PWM_MCUX_FTM && BOARD_USB_KW24D512

At drivers/pwm/Kconfig:33

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:44

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

config PWM_1
    bool
    prompt "Enable PWM port 1" if PWM
    depends on PWM

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