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:
parent
a9fe133d07
commit
8e15353de5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue