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

CONFIG_USART_GD32

GD32 serial driver

Type: bool

Help

This option enables the USART driver for GD32 SoC family.

Direct dependencies

(SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103) && SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At drivers/serial/Kconfig.gd32:7

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:182

Menu path: (Top) → Device Drivers → Serial Drivers

config USART_GD32
    bool "GD32 serial driver"
    default n
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    select USE_GD32_USART
    depends on (SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103) && SERIAL
    help
      This option enables the USART driver for GD32 SoC family.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)