diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 67d47b59a66d..0ae658f048e2 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 TPS51632 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 |
@@ -415,6 +426,15 @@ config REGULATOR_TPS65912 | |||
415 | help | 426 | help |
416 | This driver supports TPS65912 voltage regulator chip. | 427 | This driver supports TPS65912 voltage regulator chip. |
417 | 428 | ||
429 | config REGULATOR_TPS80031 | ||
430 | tristate "TI TPS80031/TPS80032 power regualtor driver" | ||
431 | depends on MFD_TPS80031 | ||
432 | help | ||
433 | TPS80031/ TPS80032 Fully Integrated Power Management with Power | ||
434 | Path and Battery Charger. It has 5 configurable step-down | ||
435 | converters, 11 general purpose LDOs, VBUS generator and digital | ||
436 | output to control regulators. | ||
437 | |||
418 | config REGULATOR_TWL4030 | 438 | config REGULATOR_TWL4030 |
419 | bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC" | 439 | bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC" |
420 | depends on TWL4030_CORE | 440 | depends on TWL4030_CORE |
@@ -422,6 +442,13 @@ config REGULATOR_TWL4030 | |||
422 | This driver supports the voltage regulators provided by | 442 | This driver supports the voltage regulators provided by |
423 | this family of companion chips. | 443 | this family of companion chips. |
424 | 444 | ||
445 | config REGULATOR_VEXPRESS | ||
446 | tristate "Versatile Express regulators" | ||
447 | depends on VEXPRESS_CONFIG | ||
448 | help | ||
449 | This driver provides support for voltage regulators available | ||
450 | on the ARM Ltd's Versatile Express platform. | ||
451 | |||
425 | config REGULATOR_WM831X | 452 | config REGULATOR_WM831X |
426 | tristate "Wolfson Microelectronics WM831x PMIC regulators" | 453 | tristate "Wolfson Microelectronics WM831x PMIC regulators" |
427 | depends on MFD_WM831X | 454 | depends on MFD_WM831X |