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

CONFIG_SOC_SERIES_GD32F4XX

GigaDevice GD32F4XX series Cortex-M4F MCU

Type: bool

Help

Enable support for GigaDevice GD32F4XX MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At soc/arm/gigadevice/gd32f4xx/Kconfig.series:4

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:9soc/arm/gigadevice/Kconfig.soc:4

Menu path: (Top) → SoC/CPU/Configuration Selection

config SOC_SERIES_GD32F4XX
    bool "GigaDevice GD32F4XX series Cortex-M4F MCU"
    select ARM
    select CPU_HAS_ARM_MPU
    select CPU_HAS_FPU
    select CPU_CORTEX_M4
    select SOC_FAMILY_GD32_ARM
    select GD32_HAS_AF_PINMUX
    depends on <choice>
    help
      Enable support for GigaDevice GD32F4XX MCU series

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