:orphan: .. title:: I2C_GPIO_2_NAME .. option:: CONFIG_I2C_GPIO_2_NAME *Bit Bang I2C device 2 device name* Type: ``string`` Help ==== This is the device name for the I2C device, and is included in the device struct. Direct dependencies =================== \ :option:`I2C_GPIO_2 ` && \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - "I2C_2" Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig.gpio:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:36`` → ``drivers/i2c/Kconfig:32`` Menu path: (Top) → Device Drivers → I2C Drivers → GPIO bit banging I2C support → Enable GPIO Bit Bang I2C device 2 .. parsed-literal:: config I2C_GPIO_2_NAME string "Bit Bang I2C device 2 device name" default "I2C_2" depends on \ :option:`I2C_GPIO_2 ` && \ :option:`I2C ` help This is the device name for the I2C device, and is included in the device struct. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*