linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: da9063: Allow modular build
@ 2015-12-07 16:16 Geert Uytterhoeven
  2015-12-08 13:56 ` Lee Jones
  2016-01-11  6:41 ` Lee Jones
  0 siblings, 2 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2015-12-07 16:16 UTC (permalink / raw)
  To: Lee Jones, Support Opensource
  Cc: Liam Girdwood, Mark Brown, linux-kernel, Geert Uytterhoeven

Allow support for the DA9063 PMIC to be modular, cfr. DA9062, which
allows to decrease size of multi-platform kernels (e.g.
multi_v7_defconfig).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 4d92df6ef9fe92ac..527ee7168617c933 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -211,7 +211,7 @@ config MFD_DA9062
 	  of the device.
 
 config MFD_DA9063
-	bool "Dialog Semiconductor DA9063 PMIC Support"
+	tristate "Dialog Semiconductor DA9063 PMIC Support"
 	select MFD_CORE
 	select REGMAP_I2C
 	select REGMAP_IRQ
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-11  6:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-07 16:16 [PATCH] mfd: da9063: Allow modular build Geert Uytterhoeven
2015-12-08 13:56 ` Lee Jones
2015-12-08 14:53   ` Opensource [Steve Twiss]
2015-12-17 13:26   ` Opensource [Steve Twiss]
2016-01-11  6:41 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).