Skip to content

Commit 6dfe0ab

Browse files
author
Wolfram Sang
committed
i2c: testunit: correct Kconfig description
The testunit has nothing to do with 'eeprom', remove that term. It was a copy&paste leftover. Fixes: a8335c6 ("i2c: add slave testunit driver") Signed-off-by: Wolfram Sang <[email protected]>
1 parent 0830f97 commit 6dfe0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ config I2C_SLAVE_EEPROM
135135
Documentation/i2c/slave-eeprom-backend.rst for further details.
136136

137137
config I2C_SLAVE_TESTUNIT
138-
tristate "I2C eeprom testunit driver"
138+
tristate "I2C testunit driver"
139139
help
140140
This backend can be used to trigger test cases for I2C bus masters
141141
which require a remote device with certain capabilities, e.g.

0 commit comments

Comments
 (0)