:orphan: .. title:: I2C_GPIO_2_SCL_PIN .. option:: CONFIG_I2C_GPIO_2_SCL_PIN *Bit Bang I2C device 2 GPIO pin number for SCL* Type: ``int`` Help ==== This is the GPIO pin number for the I2S SCL line Direct dependencies =================== \ :option:`I2C_GPIO_2 ` && \ :option:`I2C ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig.gpio:106`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:24`` Menu path: (top menu) → Device Drivers → I2C Drivers → GPIO bit banging I2C support → Enable GPIO Bit Bang I2C device 2 .. parsed-literal:: config I2C_GPIO_2_SCL_PIN int prompt "Bit Bang I2C device 2 GPIO pin number for SCL" if \ :option:`I2C_GPIO_2 ` && \ :option:`I2C ` depends on \ :option:`I2C_GPIO_2 ` && \ :option:`I2C ` help This is the GPIO pin number for the I2S SCL line *(Definitions include propagated dependencies, including from if's and menus.)*