From: Alistair Francis Date: Mon, 24 Jan 2022 12:10:03 +0000 (+1000) Subject: mfd: simple-mfd-i2c: Add a Kconfig name X-Git-Tag: v6.6.17~7906^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bae5a4acef67db8870e33d9258223c9dcd64b5d1;p=platform%2Fkernel%2Flinux-rpi.git mfd: simple-mfd-i2c: Add a Kconfig name 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 Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index ba0b3eb..e0d2fcb 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -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