diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-14 17:21:58 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-18 10:56:30 +0000 |
commit | f18792714608a670c2762d22f695d77d02fc965e (patch) | |
tree | 37859d7ac890744f6b51d1b780452d47c6597c5f /drivers/regulator/Kconfig | |
parent | ce24991e1e4d7bee05bcc0e156b0b1c2ef791dd3 (diff) | |
download | op-kernel-dev-f18792714608a670c2762d22f695d77d02fc965e.zip op-kernel-dev-f18792714608a670c2762d22f695d77d02fc965e.tar.gz |
regulator: Add support for S2MPA01 regulator
Add support for S2MPA01 voltage and current regulator.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Lee Jones <lee.jones@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 6a79328..8f8e671 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -416,6 +416,13 @@ config REGULATOR_RC5T583 through regulator interface. The device supports multiple DCDC/LDO outputs which can be controlled by i2c communication. +config REGULATOR_S2MPA01 + tristate "Samsung S2MPA01 voltage regulator" + depends on MFD_SEC_CORE + help + This driver controls Samsung S2MPA01 voltage output regulator + via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs. + config REGULATOR_S2MPS11 tristate "Samsung S2MPS11 voltage regulator" depends on MFD_SEC_CORE |