-
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_F302R8
) || (PWM
&& BOARD_NUCLEO_F401RE
) || (PWM
&& BOARD_NUCLEO_F412ZG
) || (PWM
&& BOARD_NUCLEO_F413ZH
) || (PWM
&& BOARD_NUCLEO_L432KC
) || (PWM
&& BOARD_NUCLEO_L476RG
) || (PWM
&& BOARD_NUCLEO_L496ZG
) || (PWM
&& BOARD_NUCLEO_L4R5ZI
) || (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_F302R8
- “y” if
PWM
&&BOARD_NUCLEO_F401RE
- “y” if
PWM
&&BOARD_NUCLEO_F412ZG
- “y” if
PWM
&&BOARD_NUCLEO_F413ZH
- “y” if
PWM
&&BOARD_NUCLEO_L432KC
- “y” if
PWM
&&BOARD_NUCLEO_L476RG
- “y” if
PWM
&&BOARD_NUCLEO_L496ZG
- “y” if
PWM
&&BOARD_NUCLEO_L4R5ZI
- “y” if
PWM
&&BOARD_STM32F4_DISCO
- “y” if
PWM
&&BOARD_STM32L496G_DISCO
Kconfig definitions¶
At boards/arm/disco_l475_iot1/Kconfig.defconfig:99
Included via Kconfig:10
→ Kconfig.zephyr:21
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_f302r8/Kconfig.defconfig:43
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_F302R8
depends onPWM
&&BOARD_NUCLEO_F302R8
At boards/arm/nucleo_f401re/Kconfig.defconfig:42
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_F401RE
depends onPWM
&&BOARD_NUCLEO_F401RE
At boards/arm/nucleo_f412zg/Kconfig.defconfig:56
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_F412ZG
depends onPWM
&&BOARD_NUCLEO_F412ZG
At boards/arm/nucleo_f413zh/Kconfig.defconfig:57
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_F413ZH
depends onPWM
&&BOARD_NUCLEO_F413ZH
At boards/arm/nucleo_l432kc/Kconfig.defconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:21
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:40
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_L476RG
depends onPWM
&&BOARD_NUCLEO_L476RG
At boards/arm/nucleo_l496zg/Kconfig.defconfig:49
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_L496ZG
depends onPWM
&&BOARD_NUCLEO_L496ZG
At boards/arm/nucleo_l4r5zi/Kconfig.defconfig:39
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_STM32_2 bool default "y" ifPWM
&&BOARD_NUCLEO_L4R5ZI
depends onPWM
&&BOARD_NUCLEO_L4R5ZI
At boards/arm/stm32f4_disco/Kconfig.defconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:21
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:47
Included via Kconfig:10
→ Kconfig.zephyr:21
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:26
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
→ drivers/pwm/Kconfig:41
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.)