aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 118eb213eb3a..c7fd2c0e3f2b 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -249,6 +249,12 @@ config REGULATOR_TPS6507X
249 three step-down converters and two general-purpose LDO voltage regulators. 249 three step-down converters and two general-purpose LDO voltage regulators.
250 It supports TI's software based Class-2 SmartReflex implementation. 250 It supports TI's software based Class-2 SmartReflex implementation.
251 251
252config REGULATOR_TPS65912
253 tristate "TI TPS65912 Power regulator"
254 depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI)
255 help
256 This driver supports TPS65912 voltage regulator chip.
257
252config REGULATOR_88PM8607 258config REGULATOR_88PM8607
253 bool "Marvell 88PM8607 Power regulators" 259 bool "Marvell 88PM8607 Power regulators"
254 depends on MFD_88PM860X=y 260 depends on MFD_88PM860X=y
@@ -304,5 +310,12 @@ config REGULATOR_TPS65910
304 help 310 help
305 This driver supports TPS65910 voltage regulator chips. 311 This driver supports TPS65910 voltage regulator chips.
306 312
313config REGULATOR_AAT2870
314 tristate "AnalogicTech AAT2870 Regulators"
315 depends on MFD_AAT2870_CORE
316 help
317 If you have a AnalogicTech AAT2870 say Y to enable the
318 regulator driver.
319
307endif 320endif
308 321