mfd: simple-mfd-i2c: Add a Kconfig name
authorAlistair Francis <alistair@alistair23.me>
Mon, 24 Jan 2022 12:10:03 +0000 (22:10 +1000)
committerLee Jones <lee.jones@linaro.org>
Tue, 8 Feb 2022 09:27:15 +0000 (09:27 +0000)
Add a Kconfig name to the "Simple Multi-Functional Device support (I2C)"
device so that it can be enabled via menuconfig.

Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig

index ba0b3eb..e0d2fcb 100644 (file)
@@ -1188,7 +1188,7 @@ config MFD_SI476X_CORE
          module will be called si476x-core.
 
 config MFD_SIMPLE_MFD_I2C
-       tristate
+       tristate "Simple Multi-Functional Device support (I2C)"
        depends on I2C
        select MFD_CORE
        select REGMAP_I2C