All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: kconfig: make max8973 driver to depend on GPIOLIB
@ 2015-04-08 13:37 Laxman Dewangan
  2015-04-08 16:43 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Laxman Dewangan @ 2015-04-08 13:37 UTC (permalink / raw)
  To: broonie, lgirdwood; +Cc: linux-kernel, Laxman Dewangan

MAX8973 regulator driver uses the GPIO APIs for accessing the
control signal connected to its pin from host processor.

Make this driver depends on GPIOLIB.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 drivers/regulator/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index a6f116a..a74ca4e 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -364,6 +364,7 @@ config REGULATOR_MAX8952
 config REGULATOR_MAX8973
 	tristate "Maxim MAX8973 voltage regulator "
 	depends on I2C
+	depends on GPIOLIB
 	select REGMAP_I2C
 	help
 	  The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
-- 
1.8.1.5


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

end of thread, other threads:[~2015-04-09 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 13:37 [PATCH] regulator: kconfig: make max8973 driver to depend on GPIOLIB Laxman Dewangan
2015-04-08 16:43 ` Mark Brown
2015-04-09 10:01   ` Laxman Dewangan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.