i2c: i2c_gpio: fix typos in Kconfig file

This file is about I2C bus, not the I2S one.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Aurelien Jarno 2018-05-26 22:17:11 +02:00 committed by Anas Nashif
parent a9fe133d07
commit 8e15353de5

View file

@ -148,11 +148,11 @@ config I2C_GPIO_3_SCL_PIN
int "Bit Bang I2C device 3 GPIO pin number for SCL"
depends on I2C_GPIO_3
help
This is the GPIO pin number for the I2S SCL line
This is the GPIO pin number for the I2C SCL line
config I2C_GPIO_3_SDA_PIN
int "Bit Bang I2C device 3 GPIO pin number for SDA"
depends on I2C_GPIO_3
help
This is the GPIO pin number for the I2S SDA line
This is the GPIO pin number for the I2C SDA line