diff options
author | Robin Gong <b38343@freescale.com> | 2013-07-25 11:33:18 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-25 10:34:34 +0100 |
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 759b601b54e..f9d02aabe30 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -355,6 +355,13 @@ config REGULATOR_PCF50633 Say Y here to support the voltage regulators and convertors on PCF50633 +config REGULATOR_PFUZE100 + tristate "Support regulators on Freescale PFUZE100 PMIC" + depends on I2C + help + Say y here to support the regulators found on the Freescale PFUZE100 + PMIC. + config REGULATOR_RC5T583 tristate "RICOH RC5T583 Power regulators" depends on MFD_RC5T583 |