diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 7a61b17ddd04..376824b865a4 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -136,6 +136,14 @@ config REGULATOR_MAX8998 | |||
136 | via I2C bus. The provided regulator is suitable for S3C6410 | 136 | via I2C bus. The provided regulator is suitable for S3C6410 |
137 | and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages. | 137 | and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages. |
138 | 138 | ||
139 | config REGULATOR_S5M8767 | ||
140 | tristate "Samsung S5M8767A voltage regulator" | ||
141 | depends on MFD_S5M_CORE | ||
142 | help | ||
143 | This driver supports a Samsung S5M8767A voltage output regulator | ||
144 | via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and | ||
145 | supports DVS mode with 8bits of output voltage control. | ||
146 | |||
139 | config REGULATOR_TWL4030 | 147 | config REGULATOR_TWL4030 |
140 | bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC" | 148 | bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC" |
141 | depends on TWL4030_CORE | 149 | depends on TWL4030_CORE |
@@ -267,6 +275,15 @@ config REGULATOR_TPS6507X | |||
267 | three step-down converters and two general-purpose LDO voltage regulators. | 275 | three step-down converters and two general-purpose LDO voltage regulators. |
268 | It supports TI's software based Class-2 SmartReflex implementation. | 276 | It supports TI's software based Class-2 SmartReflex implementation. |
269 | 277 | ||
278 | config REGULATOR_TPS65217 | ||
279 | tristate "TI TPS65217 Power regulators" | ||
280 | depends on MFD_TPS65217 | ||
281 | help | ||
282 | This driver supports TPS65217 voltage regulator chips. TPS65217 | ||
283 | provides three step-down converters and four general-purpose LDO | ||
284 | voltage regulators. It supports software based voltage control | ||
285 | for different voltage domains | ||
286 | |||
270 | config REGULATOR_TPS65912 | 287 | config REGULATOR_TPS65912 |
271 | tristate "TI TPS65912 Power regulator" | 288 | tristate "TI TPS65912 Power regulator" |
272 | depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI) | 289 | depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI) |
@@ -299,9 +316,13 @@ config REGULATOR_AB8500 | |||
299 | This driver supports the regulators found on the ST-Ericsson mixed | 316 | This driver supports the regulators found on the ST-Ericsson mixed |
300 | signal AB8500 PMIC | 317 | signal AB8500 PMIC |
301 | 318 | ||
319 | config REGULATOR_DBX500_PRCMU | ||
320 | bool | ||
321 | |||
302 | config REGULATOR_DB8500_PRCMU | 322 | config REGULATOR_DB8500_PRCMU |
303 | bool "ST-Ericsson DB8500 Voltage Domain Regulators" | 323 | bool "ST-Ericsson DB8500 Voltage Domain Regulators" |
304 | depends on MFD_DB8500_PRCMU | 324 | depends on MFD_DB8500_PRCMU |
325 | select REGULATOR_DBX500_PRCMU | ||
305 | help | 326 | help |
306 | This driver supports the voltage domain regulators controlled by the | 327 | This driver supports the voltage domain regulators controlled by the |
307 | DB8500 PRCMU | 328 | DB8500 PRCMU |
@@ -328,6 +349,16 @@ config REGULATOR_TPS65910 | |||
328 | help | 349 | help |
329 | This driver supports TPS65910 voltage regulator chips. | 350 | This driver supports TPS65910 voltage regulator chips. |
330 | 351 | ||
352 | config REGULATOR_TPS62360 | ||
353 | tristate "TI TPS62360 Power Regulator" | ||
354 | depends on I2C | ||
355 | select REGMAP_I2C | ||
356 | help | ||
357 | This driver supports TPS62360 voltage regulator chip. This | ||
358 | regulator is meant for processor core supply. This chip is | ||
359 | high-frequency synchronous step down dc-dc converter optimized | ||
360 | for battery-powered portable applications. | ||
361 | |||
331 | config REGULATOR_AAT2870 | 362 | config REGULATOR_AAT2870 |
332 | tristate "AnalogicTech AAT2870 Regulators" | 363 | tristate "AnalogicTech AAT2870 Regulators" |
333 | depends on MFD_AAT2870_CORE | 364 | depends on MFD_AAT2870_CORE |