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 <Driver>/i2c/Kconfig.gd32:6

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:42<Driver>/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.)