The latest development version of this page may be more current than this released 3.0.0 version.

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:8Kconfig.zephyr:42drivers/Kconfig:46drivers/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.)