-
CONFIG_PWM_STM32_9
¶
STM32 PWM 9 Output
Type: bool
Help¶
Enable output for PWM9 in the driver. Say y here if you want to use PWM9 output.
Direct dependencies¶
(PWM
&& BOARD_96B_STM32_SENSOR_MEZ
) || (PWM_STM32
&& PWM
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At boards/arm/96b_stm32_sensor_mez/Kconfig.defconfig:75
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config PWM_STM32_9 bool default y depends onPWM
&&BOARD_96B_STM32_SENSOR_MEZ
At drivers/pwm/Kconfig.stm32:65
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:40
→ drivers/pwm/Kconfig:42
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → STM32 MCU PWM driver
config PWM_STM32_9 bool "STM32 PWM 9 Output" depends onPWM_STM32
&&PWM
help Enable output for PWM9 in the driver. Say y here if you want to use PWM9 output.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)