aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorJames Ban <james.ban.opensource@diasemi.com>2014-07-14 00:48:45 -0400
committerMark Brown <broonie@linaro.org>2014-07-14 14:15:56 -0400
commit1028a37daa148cc6cf85aa2aecb4390ddf1e1e56 (patch)
treedad06ff63e36beb40ee54e7a46f7671a823913cc /drivers/regulator/Kconfig
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
regulator: da9211: new regulator driver
This is the driver for the Dialog DA9211 Multi-phase 12A DC-DC Buck Converter regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban <james.ban.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 789eb46090e3..f5040fc49a3a 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -198,6 +198,16 @@ config REGULATOR_DA9210
198 converter 12A DC-DC Buck controlled through an I2C 198 converter 12A DC-DC Buck controlled through an I2C
199 interface. 199 interface.
200 200
201config REGULATOR_DA9211
202 tristate "Dialog Semiconductor DA9211/DA9212 regulator"
203 depends on I2C
204 select REGMAP_I2C
205 help
206 Say y here to support for the Dialog Semiconductor DA9211/DA9212.
207 The DA9211/DA9212 is a multi-phase synchronous step down
208 converter 12A DC-DC Buck controlled through an I2C
209 interface.
210
201config REGULATOR_DBX500_PRCMU 211config REGULATOR_DBX500_PRCMU
202 bool 212 bool
203 213