:orphan: .. title:: CONFIG_USART_GD32 .. kconfig:: CONFIG_USART_GD32 CONFIG_USART_GD32 ################# *GD32 serial driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the USART driver for GD32 SoC family. Direct dependencies =================== (\ :kconfig:`SOC_FAMILY_GD32 ` || \ :kconfig:`SOC_SERIES_GD32VF103 `) && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` - \ :kconfig:`USE_GD32_USART ` Kconfig definition ================== At ``/serial/Kconfig.gd32:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:182`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig 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.)*