Commit 6dfe0aba authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: testunit: correct Kconfig description



The testunit has nothing to do with 'eeprom', remove that term. It was a
copy&paste leftover.

Fixes: a8335c64 ("i2c: add slave testunit driver")
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
parent 0830f975
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ config I2C_SLAVE_EEPROM
	  Documentation/i2c/slave-eeprom-backend.rst for further details.

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