summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorJavier Martinez Canillas2014-08-18 10:32:41 +0200
committerMark Brown2014-08-18 17:22:52 +0200
commite6f2f805d722bf94efe89755372bcc6ff60d8d90 (patch)
treea2ec8adf2bbd0b717db566f84dde48f968baed00 /drivers/regulator/Kconfig
parentLinux 3.17-rc1 (diff)
downloadkernel-qcow2-linux-e6f2f805d722bf94efe89755372bcc6ff60d8d90.tar.gz
kernel-qcow2-linux-e6f2f805d722bf94efe89755372bcc6ff60d8d90.tar.xz
kernel-qcow2-linux-e6f2f805d722bf94efe89755372bcc6ff60d8d90.zip
regulator: Add driver for max77802 PMIC PMIC regulators
The MAX77802 PMIC has 10 high-efficiency Buck and 32 Low-dropout (LDO) regulators. This patch adds support for all these regulators found on the MAX77802 PMIC and is based on a driver added by Simon Glass to the Chrome OS kernel 3.8 tree. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Tested-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 2dc8289e5dba..8134a99e2a09 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -387,6 +387,15 @@ config REGULATOR_MAX77693
and one current regulator 'CHARGER'. This is suitable for
Exynos-4x12 chips.
+config REGULATOR_MAX77802
+ tristate "Maxim 77802 regulator"
+ depends on MFD_MAX77686
+ help
+ This driver controls a Maxim 77802 regulator
+ via I2C bus. The provided regulator is suitable for
+ Exynos5420/Exynos5800 SoCs to control various voltages.
+ It includes support for control of voltage and ramp speed.
+
config REGULATOR_MC13XXX_CORE
tristate