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

CONFIG_I2C_GD32

GigaDevice GD32 I2C driver

Type: bool

Help

Enables GigaDevice GD32 I2C driver

Direct dependencies

(SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103) && I2C

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At drivers/i2c/Kconfig.gd32:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:42drivers/i2c/Kconfig:53

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

config I2C_GD32
    bool "GigaDevice GD32 I2C driver"
    default n
    depends on (SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103) && I2C
    help
      Enables GigaDevice GD32 I2C driver

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