diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 67d47b59a66d..aa9e8a18262d 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -335,6 +335,17 @@ config REGULATOR_PALMAS | |||
335 | on the muxing. This is handled automatically in the driver by | 335 | on the muxing. This is handled automatically in the driver by |
336 | reading the mux info from OTP. | 336 | reading the mux info from OTP. |
337 | 337 | ||
338 | config REGULATOR_TPS51632 | ||
339 | tristate "TI TPS51632 Power Regulator" | ||
340 | depends on I2C | ||
341 | select REGMAP_I2C | ||
342 | help | ||
343 | This driver supports TPS51632 voltage regulator chip. | ||
344 | The TPS52632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller | ||
345 | with Serial VID control and DVFS. | ||
346 | The voltage output can be configure through I2C interface or PWM | ||
347 | interface. | ||
348 | |||
338 | config REGULATOR_TPS6105X | 349 | config REGULATOR_TPS6105X |
339 | tristate "TI TPS6105X Power regulators" | 350 | tristate "TI TPS6105X Power regulators" |
340 | depends on TPS6105X | 351 | depends on TPS6105X |