Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1414372

[PATCH 2/3] regulator: Kconfig: Mention that PFUZE3000 is also supported

From Fabio Estevam <festevam@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 2/3] regulator: Kconfig: Mention that PFUZE3000 is also supported
Date 2016-06-06 00:30 +0200
Message-ID <rGOIp-4dq-9@gated-at.bofh.it> (permalink)
References <rGOIp-4dq-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Fabio Estevam <fabio.estevam@nxp.com>

The CONFIG_REGULATOR_PFUZE100 option also supports PFUZE3000, so
mention that in the Kconfig text.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 drivers/regulator/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 144cbf5..bd87820 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -543,12 +543,12 @@ config REGULATOR_PCF50633
 	 on PCF50633
 
 config REGULATOR_PFUZE100
-	tristate "Freescale PFUZE100/PFUZE200 regulator driver"
+	tristate "Freescale PFUZE100/200/3000 regulator driver"
 	depends on I2C
 	select REGMAP_I2C
 	help
 	  Say y here to support the regulators found on the Freescale
-	  PFUZE100/PFUZE200 PMIC.
+	  PFUZE100/200/3000 PMIC.
 
 config REGULATOR_PV88060
 	tristate "Powerventure Semiconductor PV88060 regulator"
-- 
1.9.1

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 2/3] regulator: Kconfig: Mention that PFUZE3000 is also supported Fabio Estevam <festevam@gmail.com> - 2016-06-06 00:30 +0200
  Applied "regulator: Kconfig: Mention that PFUZE3000 is also supported" to the regulator tree Mark Brown <broonie@kernel.org> - 2016-06-07 15:30 +0200

csiph-web