diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 13:50:18 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 13:50:18 +0100 |
commit | 09f2dd88ff93a6d31e10dd5c25e2aa2a8b7b12ee (patch) | |
tree | 65c4be47e2411c67e3071e08d67cad3b834ee88c /drivers/regulator/Kconfig | |
parent | 39fe3b45d3951c3633ddb7aafb29ceef3f012761 (diff) | |
parent | 6b8430c3f3090b8b805eb1fbe58390229d2dd067 (diff) |
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 6845d7439c2..dfe58096b37 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 |