diff options
-rw-r--r-- | drivers/regulator/Kconfig | 6 | ||||
-rw-r--r-- | drivers/regulator/pfuze100-regulator.c | 2 |
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 | ||
401 | config REGULATOR_PFUZE100 | 401 | config 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 | ||
409 | config REGULATOR_RC5T583 | 409 | config 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 = { | |||
527 | module_i2c_driver(pfuze_driver); | 527 | module_i2c_driver(pfuze_driver); |
528 | 528 | ||
529 | MODULE_AUTHOR("Robin Gong <b38343@freescale.com>"); | 529 | MODULE_AUTHOR("Robin Gong <b38343@freescale.com>"); |
530 | MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC"); | 530 | MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/PFUZE200 PMIC"); |
531 | MODULE_LICENSE("GPL v2"); | 531 | MODULE_LICENSE("GPL v2"); |
532 | MODULE_ALIAS("i2c:pfuze100-regulator"); | 532 | MODULE_ALIAS("i2c:pfuze100-regulator"); |