summaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2024-07-10 09:55:11 +0300
committerWolfram Sang <wsa+renesas@sang-engineering.com>2024-07-11 12:27:22 +0300
commit6dfe0aba99e544326583aa20ef760370f03ec3b9 (patch)
tree3dd8f280d6f0324aed435ed11afd5de8ef025856 /drivers/i2c
parent0830f975e021608c527887ed2d9e122e76b9e280 (diff)
downloadlinux-6dfe0aba99e544326583aa20ef760370f03ec3b9.tar.xz
i2c: testunit: correct Kconfig description
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 9388823bb0bb..44710267d669 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -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.