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

STM32 PWM 4 Output

Type: bool

Help

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

Direct dependencies

(PWM && BOARD_96B_STM32_SENSOR_MEZ) || (PWM && BOARD_NUCLEO_L496ZG) || (PWM_STM32 && PWM)

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

Defaults

Kconfig definitions

At boards/arm/96b_stm32_sensor_mez/Kconfig.defconfig:51

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config PWM_STM32_4
    bool
    default "y" if PWM && BOARD_96B_STM32_SENSOR_MEZ
    depends on PWM && BOARD_96B_STM32_SENSOR_MEZ

At boards/arm/nucleo_l496zg/Kconfig.defconfig:52

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config PWM_STM32_4
    bool
    default "y" if PWM && BOARD_NUCLEO_L496ZG
    depends on PWM && BOARD_NUCLEO_L496ZG

At drivers/pwm/Kconfig.stm32:38

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

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

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

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