diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 67d47b59a66d..10b1edc89621 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 | ||
112 | config 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 | |||
112 | config REGULATOR_FAN53555 | 122 | config REGULATOR_FAN53555 |
113 | tristate "Fairchild FAN53555 Regulator" | 123 | tristate "Fairchild FAN53555 Regulator" |
114 | depends on I2C | 124 | depends on I2C |
@@ -335,6 +345,17 @@ config REGULATOR_PALMAS | |||
335 | on the muxing. This is handled automatically in the driver by | 345 | on the muxing. This is handled automatically in the driver by |
336 | reading the mux info from OTP. | 346 | reading the mux info from OTP. |
337 | 347 | ||
348 | config REGULATOR_TPS51632 | ||
349 | tristate "TI TPS51632 Power Regulator" | ||
350 | depends on I2C | ||
351 | select REGMAP_I2C | ||
352 | help | ||
353 | This driver supports TPS51632 voltage regulator chip. | ||
354 | The TPS51632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller | ||
355 | with Serial VID control and DVFS. | ||
356 | The voltage output can be configure through I2C interface or PWM | ||
357 | interface. | ||
358 | |||
338 | config REGULATOR_TPS6105X | 359 | config REGULATOR_TPS6105X |
339 | tristate "TI TPS6105X Power regulators" | 360 | tristate "TI TPS6105X Power regulators" |
340 | depends on TPS6105X | 361 | depends on TPS6105X |