aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig54
1 files changed, 54 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 67d47b59a66d..551a22b07538 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -109,6 +109,16 @@ config REGULATOR_DA9052
109 This driver supports the voltage regulators of DA9052-BC and 109 This driver supports the voltage regulators of DA9052-BC and
110 DA9053-AA/Bx PMIC. 110 DA9053-AA/Bx PMIC.
111 111
112config REGULATOR_DA9055
113 tristate "Dialog Semiconductor DA9055 regulators"
114 depends on MFD_DA9055
115 help
116 Say y here to support the BUCKs and LDOs regulators found on
117 Dialog Semiconductor DA9055 PMIC.
118
119 This driver can also be built as a module. If so, the module
120 will be called da9055-regulator.
121
112config REGULATOR_FAN53555 122config REGULATOR_FAN53555
113 tristate "Fairchild FAN53555 Regulator" 123 tristate "Fairchild FAN53555 Regulator"
114 depends on I2C 124 depends on I2C
@@ -204,6 +214,16 @@ config REGULATOR_MAX8952
204 via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS 214 via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS
205 modes ranging from 0.77V to 1.40V by 0.01V steps. 215 modes ranging from 0.77V to 1.40V by 0.01V steps.
206 216
217config REGULATOR_MAX8973
218 tristate "Maxim MAX8973 voltage regulator "
219 depends on I2C
220 select REGMAP_I2C
221 help
222 The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
223 switching regulator delievers up to 9A of output current. Each
224 phase operates at a 2MHz fixed frequency with a 120 deg shift
225 from the adjacent phase, allowing the use of small magnetic component.
226
207config REGULATOR_MAX8997 227config REGULATOR_MAX8997
208 tristate "Maxim 8997/8966 regulator" 228 tristate "Maxim 8997/8966 regulator"
209 depends on MFD_MAX8997 229 depends on MFD_MAX8997
@@ -335,6 +355,17 @@ config REGULATOR_PALMAS
335 on the muxing. This is handled automatically in the driver by 355 on the muxing. This is handled automatically in the driver by
336 reading the mux info from OTP. 356 reading the mux info from OTP.
337 357
358config REGULATOR_TPS51632
359 tristate "TI TPS51632 Power Regulator"
360 depends on I2C
361 select REGMAP_I2C
362 help
363 This driver supports TPS51632 voltage regulator chip.
364 The TPS51632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller
365 with Serial VID control and DVFS.
366 The voltage output can be configure through I2C interface or PWM
367 interface.
368
338config REGULATOR_TPS6105X 369config REGULATOR_TPS6105X
339 tristate "TI TPS6105X Power regulators" 370 tristate "TI TPS6105X Power regulators"
340 depends on TPS6105X 371 depends on TPS6105X
@@ -415,6 +446,15 @@ config REGULATOR_TPS65912
415 help 446 help
416 This driver supports TPS65912 voltage regulator chip. 447 This driver supports TPS65912 voltage regulator chip.
417 448
449config REGULATOR_TPS80031
450 tristate "TI TPS80031/TPS80032 power regualtor driver"
451 depends on MFD_TPS80031
452 help
453 TPS80031/ TPS80032 Fully Integrated Power Management with Power
454 Path and Battery Charger. It has 5 configurable step-down
455 converters, 11 general purpose LDOs, VBUS generator and digital
456 output to control regulators.
457
418config REGULATOR_TWL4030 458config REGULATOR_TWL4030
419 bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC" 459 bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
420 depends on TWL4030_CORE 460 depends on TWL4030_CORE
@@ -422,6 +462,13 @@ config REGULATOR_TWL4030
422 This driver supports the voltage regulators provided by 462 This driver supports the voltage regulators provided by
423 this family of companion chips. 463 this family of companion chips.
424 464
465config REGULATOR_VEXPRESS
466 tristate "Versatile Express regulators"
467 depends on VEXPRESS_CONFIG
468 help
469 This driver provides support for voltage regulators available
470 on the ARM Ltd's Versatile Express platform.
471
425config REGULATOR_WM831X 472config REGULATOR_WM831X
426 tristate "Wolfson Microelectronics WM831x PMIC regulators" 473 tristate "Wolfson Microelectronics WM831x PMIC regulators"
427 depends on MFD_WM831X 474 depends on MFD_WM831X
@@ -450,5 +497,12 @@ config REGULATOR_WM8994
450 This driver provides support for the voltage regulators on the 497 This driver provides support for the voltage regulators on the
451 WM8994 CODEC. 498 WM8994 CODEC.
452 499
500config REGULATOR_AS3711
501 tristate "AS3711 PMIC"
502 depends on MFD_AS3711
503 help
504 This driver provides support for the voltage regulators on the
505 AS3711 PMIC
506
453endif 507endif
454 508