CONFIG_PWM_STM32_2

STM32 PWM 2 Output

Type: bool

Help

Enable output for PWM2 in the driver. Say y here if you want to use PWM2 output.

Direct dependencies

(PWM && BOARD_DISCO_L475_IOT1) || (PWM && BOARD_NUCLEO_F401RE) || (PWM && BOARD_NUCLEO_L432KC) || (PWM && BOARD_NUCLEO_L476RG) || (PWM && BOARD_STM32F4_DISCO) || (PWM && BOARD_STM32L496G_DISCO) || (PWM_STM32 && PWM)

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

Defaults

Kconfig definitions

At boards/arm/disco_l475_iot1/Kconfig.defconfig:92

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_2
    bool
    default "y" if PWM && BOARD_DISCO_L475_IOT1
    depends on PWM && BOARD_DISCO_L475_IOT1

At boards/arm/nucleo_f401re/Kconfig.defconfig:42

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_2
    bool
    default "y" if PWM && BOARD_NUCLEO_F401RE
    depends on PWM && BOARD_NUCLEO_F401RE

At boards/arm/nucleo_l432kc/Kconfig.defconfig:23

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_2
    bool
    default "y" if PWM && BOARD_NUCLEO_L432KC
    depends on PWM && BOARD_NUCLEO_L432KC

At boards/arm/nucleo_l476rg/Kconfig.defconfig:33

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_2
    bool
    default "y" if PWM && BOARD_NUCLEO_L476RG
    depends on PWM && BOARD_NUCLEO_L476RG

At boards/arm/stm32f4_disco/Kconfig.defconfig:22

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_2
    bool
    default "y" if PWM && BOARD_STM32F4_DISCO
    depends on PWM && BOARD_STM32F4_DISCO

At boards/arm/stm32l496g_disco/Kconfig.defconfig:23

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_2
    bool
    default "y" if PWM && BOARD_STM32L496G_DISCO
    depends on PWM && BOARD_STM32L496G_DISCO

At drivers/pwm/Kconfig.stm32:25

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

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

config PWM_STM32_2
    bool
    prompt "STM32 PWM 2 Output" if PWM_STM32 && PWM
    depends on PWM_STM32 && PWM
    help
      Enable output for PWM2 in the driver. Say y here
      if you want to use PWM2 output.

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