Skip to content

Commit 58e64b0

Browse files
Wolfram Sangwsakernel
authored andcommitted
i2c: add Kconfig help text for slave mode
I can't recall why there was none, but we surely want to have it. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 59d3d60 commit 58e64b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/i2c/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ config I2C_STUB
113113

114114
config I2C_SLAVE
115115
bool "I2C slave support"
116+
help
117+
This enables Linux to act as an I2C slave device. Note that your I2C
118+
bus master driver also needs to support this functionality. Please
119+
read Documentation/i2c/slave-interface.rst for further details.
116120

117121
if I2C_SLAVE
118122

0 commit comments

Comments
 (0)