:orphan: .. title:: CONFIG_I2C_GD32 .. kconfig:: CONFIG_I2C_GD32 CONFIG_I2C_GD32 ############### *GigaDevice GD32 I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enables GigaDevice GD32 I2C driver Direct dependencies =================== (\ :kconfig:`SOC_FAMILY_GD32 ` || \ :kconfig:`SOC_SERIES_GD32VF103 `) && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/i2c/Kconfig.gd32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:53`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig 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.)*