]> www.infradead.org Git - users/willy/xarray.git/commitdiff
i2c: testunit: correct Kconfig description
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 10 Jul 2024 06:55:11 +0000 (08:55 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 11 Jul 2024 09:27:22 +0000 (11:27 +0200)
The testunit has nothing to do with 'eeprom', remove that term. It was a
copy&paste leftover.

Fixes: a8335c64c5f0 ("i2c: add slave testunit driver")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/Kconfig

index 9388823bb0bb960c52f0534bfad732a60778a170..44710267d6699b5e65737dc1b332d5763cfa5d6a 100644 (file)
@@ -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.