aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-12-23 14:35:35 -0500
committerMark Brown <broonie@linaro.org>2013-12-24 07:47:59 -0500
commit1eb72f0b98fe7ea1c4bb2e9e294a865b044b2a82 (patch)
tree1981fc5d3fed9524c2d8aebc5faaaaaa05dfae99
parentf5247b401ccfbbf062ca1f4d3eef433f406c39ae (diff)
regulator: pfuze100: Improve PFUZE100 entry text
Make PFUZE100 entry consistent with other Freescale PMIC entries, so that now we can have: <*> Freescale MC13783 regulator driver <*> Freescale MC13892 regulator driver <*> Freescale PFUZE100 regulator driver Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Robin Gong <yibin.gong@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--drivers/regulator/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index ce785f481281..b4a445e7f78d 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -384,7 +384,7 @@ config REGULATOR_PCF50633
384 on PCF50633 384 on PCF50633
385 385
386config REGULATOR_PFUZE100 386config REGULATOR_PFUZE100
387 tristate "Support regulators on Freescale PFUZE100 PMIC" 387 tristate "Freescale PFUZE100 regulator driver"
388 depends on I2C 388 depends on I2C
389 select REGMAP_I2C 389 select REGMAP_I2C
390 help 390 help