-
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¶
- “n” if
PWM
&&BOARD_DISCO_L475_IOT1
- “y” if
PWM
&&BOARD_NUCLEO_F103RB
- “y” if
PWM
&&BOARD_NUCLEO_F429ZI
- “y” if
PWM
&&BOARD_OLIMEXINO_STM32
Kconfig definitions¶
At boards/arm/disco_l475_iot1/Kconfig.defconfig:89
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_1 bool default "n" ifPWM
&&BOARD_DISCO_L475_IOT1
depends onPWM
&&BOARD_DISCO_L475_IOT1
At boards/arm/nucleo_f103rb/Kconfig.defconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_1 bool default "y" ifPWM
&&BOARD_NUCLEO_F103RB
depends onPWM
&&BOARD_NUCLEO_F103RB
At boards/arm/nucleo_f429zi/Kconfig.defconfig:53
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_1 bool default "y" ifPWM
&&BOARD_NUCLEO_F429ZI
depends onPWM
&&BOARD_NUCLEO_F429ZI
At boards/arm/olimexino_stm32/Kconfig.defconfig:42
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_1 bool default "y" ifPWM
&&BOARD_OLIMEXINO_STM32
depends onPWM
&&BOARD_OLIMEXINO_STM32
At drivers/pwm/Kconfig.stm32:18
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:44
→ drivers/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" ifPWM_STM32
&&PWM
depends onPWM_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.)