:orphan: .. title:: CONFIG_PWM_GD32 .. kconfig:: CONFIG_PWM_GD32 CONFIG_PWM_GD32 ############### *GigaDevice GD32 PWM driver* Type: ``bool`` Help ==== .. code-block:: none Enable the GigaDevice GD32 PWM driver. Direct dependencies =================== (\ :kconfig:`SOC_FAMILY_GD32 ` || \ :kconfig:`SOC_SERIES_GD32VF103 `) && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/pwm/Kconfig.gd32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:72`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig 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.)*