CONFIG_PWM_GD32¶
GigaDevice GD32 PWM driver
Type: bool
Help¶
Enable the GigaDevice GD32 PWM driver.
Direct dependencies¶
(SOC_FAMILY_GD32
|| SOC_SERIES_GD32VF103
) && PWM
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At drivers/pwm/Kconfig.gd32:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:46
→ drivers/pwm/Kconfig:72
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_GD32
bool "GigaDevice GD32 PWM driver"
default n
depends on (SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103) && PWM
help
Enable the GigaDevice GD32 PWM driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)