diff options
author | Robin Gong <b38343@freescale.com> | 2013-07-24 23:33:18 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-25 05:34:34 -0400 |
commit | 3784b6d64dc52ed3fbebad61a85ab9b7a687a167 (patch) | |
tree | 0cc7215371597c706017b648e3d1dfd22cf8bf51 /drivers/regulator/Kconfig | |
parent | 82b736df4da2c6fdf2c0018938685cf36d112ecd (diff) |
regulator: pfuze100: add pfuze100 regulator driver
Add pfuze100 regulator driver.
Signed-off-by: Robin Gong <b38343@freescale.com>
Tested-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 759b601b54ef..f9d02aabe306 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -355,6 +355,13 @@ config REGULATOR_PCF50633 | |||
355 | Say Y here to support the voltage regulators and convertors | 355 | Say Y here to support the voltage regulators and convertors |
356 | on PCF50633 | 356 | on PCF50633 |
357 | 357 | ||
358 | config REGULATOR_PFUZE100 | ||
359 | tristate "Support regulators on Freescale PFUZE100 PMIC" | ||
360 | depends on I2C | ||
361 | help | ||
362 | Say y here to support the regulators found on the Freescale PFUZE100 | ||
363 | PMIC. | ||
364 | |||
358 | config REGULATOR_RC5T583 | 365 | config REGULATOR_RC5T583 |
359 | tristate "RICOH RC5T583 Power regulators" | 366 | tristate "RICOH RC5T583 Power regulators" |
360 | depends on MFD_RC5T583 | 367 | depends on MFD_RC5T583 |