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

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/serial/Kconfig.gd32:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:26<Zephyr>/drivers/serial/Kconfig:180

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.)