-
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¶
- “y” if
PWM
&&BOARD_DISCO_L475_IOT1
- “y” if
PWM
&&BOARD_NUCLEO_F401RE
- “y” if
PWM
&&BOARD_NUCLEO_L432KC
- “y” if
PWM
&&BOARD_NUCLEO_L476RG
- “y” if
PWM
&&BOARD_STM32F4_DISCO
- “y” if
PWM
&&BOARD_STM32L496G_DISCO
Kconfig definitions¶
At boards/arm/disco_l475_iot1/Kconfig.defconfig:92
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_DISCO_L475_IOT1
depends onPWM
&&BOARD_DISCO_L475_IOT1
At boards/arm/nucleo_f401re/Kconfig.defconfig:42
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_F401RE
depends onPWM
&&BOARD_NUCLEO_F401RE
At boards/arm/nucleo_l432kc/Kconfig.defconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_L432KC
depends onPWM
&&BOARD_NUCLEO_L432KC
At boards/arm/nucleo_l476rg/Kconfig.defconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_L476RG
depends onPWM
&&BOARD_NUCLEO_L476RG
At boards/arm/stm32f4_disco/Kconfig.defconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_STM32F4_DISCO
depends onPWM
&&BOARD_STM32F4_DISCO
At boards/arm/stm32l496g_disco/Kconfig.defconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_STM32L496G_DISCO
depends onPWM
&&BOARD_STM32L496G_DISCO
At drivers/pwm/Kconfig.stm32:25
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_2 bool prompt "STM32 PWM 2 Output" ifPWM_STM32
&&PWM
depends onPWM_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.)