aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/Kconfig6
-rw-r--r--drivers/regulator/pfuze100-regulator.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 6a7932822e37..a048d626843b 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -399,12 +399,12 @@ config REGULATOR_PCF50633
399 on PCF50633 399 on PCF50633
400 400
401config REGULATOR_PFUZE100 401config REGULATOR_PFUZE100
402 tristate "Freescale PFUZE100 regulator driver" 402 tristate "Freescale PFUZE100/PFUZE200 regulator driver"
403 depends on I2C 403 depends on I2C
404 select REGMAP_I2C 404 select REGMAP_I2C
405 help 405 help
406 Say y here to support the regulators found on the Freescale PFUZE100 406 Say y here to support the regulators found on the Freescale
407 PMIC. 407 PFUZE100/PFUZE200 PMIC.
408 408
409config REGULATOR_RC5T583 409config REGULATOR_RC5T583
410 tristate "RICOH RC5T583 Power regulators" 410 tristate "RICOH RC5T583 Power regulators"
diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
index f81c5bffbbf9..bcdb5153f30a 100644
--- a/drivers/regulator/pfuze100-regulator.c
+++ b/drivers/regulator/pfuze100-regulator.c
@@ -527,6 +527,6 @@ static struct i2c_driver pfuze_driver = {
527module_i2c_driver(pfuze_driver); 527module_i2c_driver(pfuze_driver);
528 528
529MODULE_AUTHOR("Robin Gong <b38343@freescale.com>"); 529MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
530MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC"); 530MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/PFUZE200 PMIC");
531MODULE_LICENSE("GPL v2"); 531MODULE_LICENSE("GPL v2");
532MODULE_ALIAS("i2c:pfuze100-regulator"); 532MODULE_ALIAS("i2c:pfuze100-regulator");