diff options
author | Jonghwa Lee <jonghwa3.lee@samsung.com> | 2013-02-07 15:04:33 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:42:29 +0900 |
commit | 350d1f5a66df8d571f439bb004adca722266f793 (patch) | |
tree | e9f209414558eab1f9a539ab33560740f7062da3 /drivers/regulator/Kconfig | |
parent | 95a6be7409b38ec064017a2a1c3367816e170d74 (diff) | |
download | linux-3.10-350d1f5a66df8d571f439bb004adca722266f793.tar.gz linux-3.10-350d1f5a66df8d571f439bb004adca722266f793.tar.bz2 linux-3.10-350d1f5a66df8d571f439bb004adca722266f793.zip |
regulator: max77693: Add regulator driver for max77693
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
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 8bb26446037..c50864c361b 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -250,6 +250,14 @@ config REGULATOR_MAX77686 via I2C bus. The provided regulator is suitable for Exynos-4 chips to control VARM and VINT voltages. +config REGULATOR_MAX77693 + tristate "Maxim 77693 regulator" + depends on MFD_MAX77693 + help + This driver controls a Maxim 77693 regulator + via I2C bus. The provided regulator supports Safeout LDOs + and can be used to supply low voltage related to USB systems. + config REGULATOR_PCAP tristate "Motorola PCAP2 regulator driver" depends on EZX_PCAP |