aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig38
1 files changed, 28 insertions, 10 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 4e932cc695e9..e98a5e7827df 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -33,9 +33,8 @@ config REGULATOR_DUMMY
33 help 33 help
34 If this option is enabled then when a regulator lookup fails 34 If this option is enabled then when a regulator lookup fails
35 and the board has not specified that it has provided full 35 and the board has not specified that it has provided full
36 constraints then the regulator core will provide an always 36 constraints the regulator core will provide an always
37 enabled dummy regulator will be provided, allowing consumer 37 enabled dummy regulator, allowing consumer drivers to continue.
38 drivers to continue.
39 38
40 A warning will be generated when this substitution is done. 39 A warning will be generated when this substitution is done.
41 40
@@ -50,11 +49,11 @@ config REGULATOR_VIRTUAL_CONSUMER
50 tristate "Virtual regulator consumer support" 49 tristate "Virtual regulator consumer support"
51 help 50 help
52 This driver provides a virtual consumer for the voltage and 51 This driver provides a virtual consumer for the voltage and
53 current regulator API which provides sysfs controls for 52 current regulator API which provides sysfs controls for
54 configuring the supplies requested. This is mainly useful 53 configuring the supplies requested. This is mainly useful
55 for test purposes. 54 for test purposes.
56 55
57 If unsure, say no. 56 If unsure, say no.
58 57
59config REGULATOR_USERSPACE_CONSUMER 58config REGULATOR_USERSPACE_CONSUMER
60 tristate "Userspace regulator consumer support" 59 tristate "Userspace regulator consumer support"
@@ -63,7 +62,7 @@ config REGULATOR_USERSPACE_CONSUMER
63 from user space. Userspace consumer driver provides ability to 62 from user space. Userspace consumer driver provides ability to
64 control power supplies for such devices. 63 control power supplies for such devices.
65 64
66 If unsure, say no. 65 If unsure, say no.
67 66
68config REGULATOR_GPIO 67config REGULATOR_GPIO
69 tristate "GPIO regulator support" 68 tristate "GPIO regulator support"
@@ -110,6 +109,17 @@ config REGULATOR_DA9052
110 This driver supports the voltage regulators of DA9052-BC and 109 This driver supports the voltage regulators of DA9052-BC and
111 DA9053-AA/Bx PMIC. 110 DA9053-AA/Bx PMIC.
112 111
112config REGULATOR_FAN53555
113 tristate "Fairchild FAN53555 Regulator"
114 depends on I2C
115 select REGMAP_I2C
116 help
117 This driver supports Fairchild FAN53555 Digitally Programmable
118 TinyBuck Regulator. The FAN53555 is a step-down switching voltage
119 regulator that delivers a digitally programmable output from an
120 input voltage supply of 2.5V to 5.5V. The output voltage is
121 programmed through an I2C interface.
122
113config REGULATOR_ANATOP 123config REGULATOR_ANATOP
114 tristate "Freescale i.MX on-chip ANATOP LDO regulators" 124 tristate "Freescale i.MX on-chip ANATOP LDO regulators"
115 depends on MFD_ANATOP 125 depends on MFD_ANATOP
@@ -172,6 +182,14 @@ config REGULATOR_MAX8660
172 This driver controls a Maxim 8660/8661 voltage output 182 This driver controls a Maxim 8660/8661 voltage output
173 regulator via I2C bus. 183 regulator via I2C bus.
174 184
185config REGULATOR_MAX8907
186 tristate "Maxim 8907 voltage regulator"
187 depends on MFD_MAX8907
188 help
189 This driver controls a Maxim 8907 voltage output regulator
190 via I2C bus. The provided regulator is suitable for Tegra
191 chip to control Step-Down DC-DC and LDOs.
192
175config REGULATOR_MAX8925 193config REGULATOR_MAX8925
176 tristate "Maxim MAX8925 Power Management IC" 194 tristate "Maxim MAX8925 Power Management IC"
177 depends on MFD_MAX8925 195 depends on MFD_MAX8925
@@ -247,7 +265,7 @@ config REGULATOR_LP8788
247 265
248config REGULATOR_PCF50633 266config REGULATOR_PCF50633
249 tristate "NXP PCF50633 regulator driver" 267 tristate "NXP PCF50633 regulator driver"
250 depends on MFD_PCF50633 268 depends on MFD_PCF50633
251 help 269 help
252 Say Y here to support the voltage regulators and convertors 270 Say Y here to support the voltage regulators and convertors
253 on PCF50633 271 on PCF50633
@@ -416,7 +434,7 @@ config REGULATOR_WM8350
416 depends on MFD_WM8350 434 depends on MFD_WM8350
417 help 435 help
418 This driver provides support for the voltage and current regulators 436 This driver provides support for the voltage and current regulators
419 of the WM8350 AudioPlus PMIC. 437 of the WM8350 AudioPlus PMIC.
420 438
421config REGULATOR_WM8400 439config REGULATOR_WM8400
422 tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC" 440 tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"