Message ID | 20210806091058.141-3-alistair@alistair23.me |
---|---|
State | Superseded |
Headers | show |
Series | Add support for the silergy,sy7636a | expand |
On Fri, 06 Aug 2021, Alistair Francis wrote: > Signed-off-by: Alistair Francis <alistair@alistair23.me> > --- > drivers/mfd/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index 6a3fd2d75f96..09a939f8b7ff 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -1176,7 +1176,7 @@ config MFD_SI476X_CORE > module will be called si476x-core. > > config MFD_SIMPLE_MFD_I2C > - tristate > + tristate "Simple MFD device" > depends on I2C > select REGMAP_I2C > help For what purpose?
On Fri, Aug 6, 2021 at 9:39 PM Lee Jones <lee.jones@linaro.org> wrote: > > On Fri, 06 Aug 2021, Alistair Francis wrote: > > > Signed-off-by: Alistair Francis <alistair@alistair23.me> > > --- > > drivers/mfd/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > > index 6a3fd2d75f96..09a939f8b7ff 100644 > > --- a/drivers/mfd/Kconfig > > +++ b/drivers/mfd/Kconfig > > @@ -1176,7 +1176,7 @@ config MFD_SI476X_CORE > > module will be called si476x-core. > > > > config MFD_SIMPLE_MFD_I2C > > - tristate > > + tristate "Simple MFD device" > > depends on I2C > > select REGMAP_I2C > > help > > For what purpose? It makes it easier to enable in menuconfig. That's the main reason :) Alistair > > -- > Lee Jones [李琼斯] > Senior Technical Lead - Developer Services > Linaro.org │ Open source software for Arm SoCs > Follow Linaro: Facebook | Twitter | Blog
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 6a3fd2d75f96..09a939f8b7ff 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1176,7 +1176,7 @@ config MFD_SI476X_CORE module will be called si476x-core. config MFD_SIMPLE_MFD_I2C - tristate + tristate "Simple MFD device" depends on I2C select REGMAP_I2C help
Signed-off-by: Alistair Francis <alistair@alistair23.me> --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)