CONFIG_PWM_STM32_1

STM32 PWM 1 Output

Type: bool

Help

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

Direct dependencies

(PWM && BOARD_DISCO_L475_IOT1) || (PWM && BOARD_NUCLEO_F103RB) || (PWM && BOARD_NUCLEO_F429ZI) || (PWM && BOARD_OLIMEXINO_STM32) || (PWM_STM32 && PWM)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_1
    bool
    default "n" if PWM && BOARD_DISCO_L475_IOT1
    depends on PWM && BOARD_DISCO_L475_IOT1

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_1
    bool
    default "y" if PWM && BOARD_NUCLEO_F103RB
    depends on PWM && BOARD_NUCLEO_F103RB

At boards/arm/nucleo_f429zi/Kconfig.defconfig:53

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_1
    bool
    default "y" if PWM && BOARD_NUCLEO_F429ZI
    depends on PWM && BOARD_NUCLEO_F429ZI

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PWM_STM32_1
    bool
    default "y" if PWM && BOARD_OLIMEXINO_STM32
    depends on PWM && BOARD_OLIMEXINO_STM32

At drivers/pwm/Kconfig.stm32:18

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_1
    bool
    prompt "STM32 PWM 1 Output" if PWM_STM32 && PWM
    depends on PWM_STM32 && PWM
    help
      Enable output for PWM1 in the driver. Say y here
      if you want to use PWM1 output.

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