diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 14:50:18 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 14:50:18 +0200 |
commit | 09f2dd88ff93a6d31e10dd5c25e2aa2a8b7b12ee (patch) | |
tree | 65c4be47e2411c67e3071e08d67cad3b834ee88c /drivers/regulator/Kconfig | |
parent | Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next (diff) | |
parent | regulator: pfuze100: Fix off-by-one for max_register setting (diff) | |
download | linux-09f2dd88ff93a6d31e10dd5c25e2aa2a8b7b12ee.tar.xz linux-09f2dd88ff93a6d31e10dd5c25e2aa2a8b7b12ee.zip |
Merge remote-tracking branch 'regulator/topic/pfuze100' into regulator-next
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 6845d7439c23..dfe58096b374 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -385,6 +385,14 @@ 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 + select REGMAP_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 |