]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/regulator/Kconfig
Merge remote-tracking branch 'usb/usb-next'
[karo-tx-linux.git] / drivers / regulator / Kconfig
1 menuconfig REGULATOR
2         bool "Voltage and Current Regulator Support"
3         help
4           Generic Voltage and Current Regulator support.
5
6           This framework is designed to provide a generic interface to voltage
7           and current regulators within the Linux kernel. It's intended to
8           provide voltage and current control to client or consumer drivers and
9           also provide status information to user space applications through a
10           sysfs interface.
11
12           The intention is to allow systems to dynamically control regulator
13           output in order to save power and prolong battery life. This applies
14           to both voltage regulators (where voltage output is controllable) and
15           current sinks (where current output is controllable).
16
17           This framework safely compiles out if not selected so that client
18           drivers can still be used in systems with no software controllable
19           regulators.
20
21           If unsure, say no.
22
23
24 if REGULATOR
25
26 config REGULATOR_DEBUG
27         bool "Regulator debug support"
28         help
29           Say yes here to enable debugging support.
30
31 config REGULATOR_FIXED_VOLTAGE
32         tristate "Fixed voltage regulator support"
33         help
34           This driver provides support for fixed voltage regulators,
35           useful for systems which use a combination of software
36           managed regulators and simple non-configurable regulators.
37
38 config REGULATOR_VIRTUAL_CONSUMER
39         tristate "Virtual regulator consumer support"
40         help
41           This driver provides a virtual consumer for the voltage and
42           current regulator API which provides sysfs controls for
43           configuring the supplies requested.  This is mainly useful
44           for test purposes.
45
46           If unsure, say no.
47
48 config REGULATOR_USERSPACE_CONSUMER
49         tristate "Userspace regulator consumer support"
50         help
51           There are some classes of devices that are controlled entirely
52           from user space. Userspace consumer driver provides ability to
53           control power supplies for such devices.
54
55           If unsure, say no.
56
57 config REGULATOR_88PM800
58         tristate "Marvell 88PM800 Power regulators"
59         depends on MFD_88PM800
60         help
61           This driver supports Marvell 88PM800 voltage regulator chips.
62           It delivers digitally programmable output,
63           the voltage is programmed via I2C interface.
64           It's suitable to support PXA988 chips to control VCC_MAIN and
65           various voltages.
66
67 config REGULATOR_88PM8607
68         tristate "Marvell 88PM8607 Power regulators"
69         depends on MFD_88PM860X=y
70         help
71           This driver supports 88PM8607 voltage regulator chips.
72
73 config REGULATOR_ACT8865
74         tristate "Active-semi act8865 voltage regulator"
75         depends on I2C
76         select REGMAP_I2C
77         help
78           This driver controls a active-semi act8865 voltage output
79           regulator via I2C bus.
80
81 config REGULATOR_ACT8945A
82         tristate "Active-semi ACT8945A voltage regulator"
83         depends on MFD_ACT8945A
84         help
85           This driver controls a active-semi ACT8945A voltage regulator
86           via I2C bus. The ACT8945A features three step-down DC/DC converters
87           and four low-dropout linear regulators, along with a ActivePath
88           battery charger.
89
90 config REGULATOR_AD5398
91         tristate "Analog Devices AD5398/AD5821 regulators"
92         depends on I2C
93         help
94           This driver supports AD5398 and AD5821 current regulator chips.
95           If building into module, its name is ad5398.ko.
96
97 config REGULATOR_ANATOP
98         tristate "Freescale i.MX on-chip ANATOP LDO regulators"
99         depends on MFD_SYSCON
100         help
101           Say y here to support Freescale i.MX on-chip ANATOP LDOs
102           regulators. It is recommended that this option be
103           enabled on i.MX6 platform.
104
105 config REGULATOR_AAT2870
106         tristate "AnalogicTech AAT2870 Regulators"
107         depends on MFD_AAT2870_CORE
108         help
109           If you have a AnalogicTech AAT2870 say Y to enable the
110           regulator driver.
111
112 config REGULATOR_AB3100
113         tristate "ST-Ericsson AB3100 Regulator functions"
114         depends on AB3100_CORE
115         default y if AB3100_CORE
116         help
117          These regulators correspond to functionality in the
118          AB3100 analog baseband dealing with power regulators
119          for the system.
120
121 config REGULATOR_AB8500
122         bool "ST-Ericsson AB8500 Power Regulators"
123         depends on AB8500_CORE
124         help
125           This driver supports the regulators found on the ST-Ericsson mixed
126           signal AB8500 PMIC
127
128 config REGULATOR_ARIZONA
129         tristate "Wolfson Arizona class devices"
130         depends on MFD_ARIZONA
131         depends on SND_SOC
132         help
133           Support for the regulators found on Wolfson Arizona class
134           devices.
135
136 config REGULATOR_AS3711
137         tristate "AS3711 PMIC"
138         depends on MFD_AS3711
139         help
140           This driver provides support for the voltage regulators on the
141           AS3711 PMIC
142
143 config REGULATOR_AS3722
144         tristate "AMS AS3722 PMIC Regulators"
145         depends on MFD_AS3722
146         help
147           This driver provides support for the voltage regulators on the
148           AS3722 PMIC. This will enable support for all the software
149           controllable DCDC/LDO regulators.
150
151 config REGULATOR_AXP20X
152         tristate "X-POWERS AXP20X PMIC Regulators"
153         depends on MFD_AXP20X
154         help
155           This driver provides support for the voltage regulators on the
156           AXP20X PMIC.
157
158 config REGULATOR_BCM590XX
159         tristate "Broadcom BCM590xx PMU Regulators"
160         depends on MFD_BCM590XX
161         help
162           This driver provides support for the voltage regulators on the
163           BCM590xx PMUs. This will enable support for the software
164           controllable LDO/Switching regulators.
165
166 config REGULATOR_DA903X
167         tristate "Dialog Semiconductor DA9030/DA9034 regulators"
168         depends on PMIC_DA903X
169         help
170           Say y here to support the BUCKs and LDOs regulators found on
171           Dialog Semiconductor DA9030/DA9034 PMIC.
172
173 config REGULATOR_DA9052
174         tristate "Dialog Semiconductor DA9052/DA9053 regulators"
175         depends on PMIC_DA9052
176         help
177           This driver supports the voltage regulators of DA9052-BC and
178           DA9053-AA/Bx PMIC.
179
180 config REGULATOR_DA9055
181         tristate "Dialog Semiconductor DA9055 regulators"
182         depends on MFD_DA9055
183         help
184           Say y here to support the BUCKs and LDOs regulators found on
185           Dialog Semiconductor DA9055 PMIC.
186
187           This driver can also be built as a module. If so, the module
188           will be called da9055-regulator.
189
190 config REGULATOR_DA9062
191         tristate "Dialog Semiconductor DA9062 regulators"
192         depends on MFD_DA9062
193         help
194           Say y here to support the BUCKs and LDOs regulators found on
195           DA9062 PMICs.
196
197           This driver can also be built as a module. If so, the module
198           will be called da9062-regulator.
199
200 config REGULATOR_DA9063
201         tristate "Dialog Semiconductor DA9063 regulators"
202         depends on MFD_DA9063
203         help
204           Say y here to support the BUCKs and LDOs regulators found on
205           DA9063 PMICs.
206
207           This driver can also be built as a module. If so, the module
208           will be called da9063-regulator.
209
210 config REGULATOR_DA9210
211         tristate "Dialog Semiconductor DA9210 regulator"
212         depends on I2C
213         select REGMAP_I2C
214         help
215           Say y here to support for the Dialog Semiconductor DA9210.
216           The DA9210 is a multi-phase synchronous step down
217           converter 12A DC-DC Buck controlled through an I2C
218           interface.
219
220 config REGULATOR_DA9211
221         tristate "Dialog Semiconductor DA9211/DA9212/DA9213/DA9214/DA9215 regulator"
222         depends on I2C
223         select REGMAP_I2C
224         help
225           Say y here to support for the Dialog Semiconductor DA9211/DA9212
226           /DA9213/DA9214/DA9215.
227           The DA9211/DA9212/DA9213/DA9214/DA9215 is a multi-phase synchronous
228           step down converter 12A or 16A DC-DC Buck controlled through an I2C
229           interface.
230
231 config REGULATOR_DBX500_PRCMU
232         bool
233
234 config REGULATOR_DB8500_PRCMU
235         bool "ST-Ericsson DB8500 Voltage Domain Regulators"
236         depends on MFD_DB8500_PRCMU
237         select REGULATOR_DBX500_PRCMU
238         help
239           This driver supports the voltage domain regulators controlled by the
240           DB8500 PRCMU
241
242 config REGULATOR_FAN53555
243         tristate "Fairchild FAN53555 Regulator"
244         depends on I2C
245         select REGMAP_I2C
246         help
247           This driver supports Fairchild FAN53555 Digitally Programmable
248           TinyBuck Regulator. The FAN53555 is a step-down switching voltage
249           regulator that delivers a digitally programmable output from an
250           input voltage supply of 2.5V to 5.5V. The output voltage is
251           programmed through an I2C interface.
252
253 config REGULATOR_GPIO
254         tristate "GPIO regulator support"
255         depends on GPIOLIB || COMPILE_TEST
256         help
257           This driver provides support for regulators that can be
258           controlled via gpios.
259           It is capable of supporting current and voltage regulators
260           and the platform has to provide a mapping of GPIO-states
261           to target volts/amps.
262
263 config REGULATOR_HI6421
264         tristate "HiSilicon Hi6421 PMIC voltage regulator support"
265         depends on MFD_HI6421_PMIC && OF
266         help
267           This driver provides support for the voltage regulators on the
268           HiSilicon Hi6421 PMU / Codec IC.
269           Hi6421 is a multi-function device which, on regulator part, provides
270           21 general purpose LDOs, 3 dedicated LDOs, and 5 BUCKs. All
271           of them come with support to either ECO (idle) or sleep mode.
272
273 config REGULATOR_ISL9305
274         tristate "Intersil ISL9305 regulator"
275         depends on I2C
276         select REGMAP_I2C
277         help
278           This driver supports ISL9305 voltage regulator chip.
279
280 config REGULATOR_ISL6271A
281         tristate "Intersil ISL6271A Power regulator"
282         depends on I2C
283         help
284           This driver supports ISL6271A voltage regulator chip.
285
286 config REGULATOR_LM363X
287         tristate "TI LM363X voltage regulators"
288         depends on MFD_TI_LMU
289         help
290           This driver supports LM3631 and LM3632 voltage regulators for
291           the LCD bias.
292           One boost output voltage is configurable and always on.
293           Other LDOs are used for the display module.
294
295 config REGULATOR_LP3971
296         tristate "National Semiconductors LP3971 PMIC regulator driver"
297         depends on I2C
298         help
299          Say Y here to support the voltage regulators and convertors
300          on National Semiconductors LP3971 PMIC
301
302 config REGULATOR_LP3972
303         tristate "National Semiconductors LP3972 PMIC regulator driver"
304         depends on I2C
305         help
306          Say Y here to support the voltage regulators and convertors
307          on National Semiconductors LP3972 PMIC
308
309 config REGULATOR_LP872X
310         tristate "TI/National Semiconductor LP8720/LP8725 voltage regulators"
311         depends on I2C
312         select REGMAP_I2C
313         help
314           This driver supports LP8720/LP8725 PMIC
315
316 config REGULATOR_LP8755
317         tristate "TI LP8755 High Performance PMU driver"
318         depends on I2C
319         select REGMAP_I2C
320         help
321           This driver supports LP8755 High Performance PMU driver. This
322           chip contains six step-down DC/DC converters which can support
323           9 mode multiphase configuration.
324
325 config REGULATOR_LP8788
326         tristate "TI LP8788 Power Regulators"
327         depends on MFD_LP8788
328         help
329           This driver supports LP8788 voltage regulator chip.
330
331 config REGULATOR_LTC3589
332         tristate "LTC3589 8-output voltage regulator"
333         depends on I2C
334         select REGMAP_I2C
335         help
336           This enables support for the LTC3589, LTC3589-1, and LTC3589-2
337           8-output regulators controlled via I2C.
338
339 config REGULATOR_MAX14577
340         tristate "Maxim 14577/77836 regulator"
341         depends on MFD_MAX14577
342         help
343           This driver controls a Maxim MAX14577/77836 regulator via I2C bus.
344           The MAX14577 regulators include safeout LDO and charger current
345           regulator. The MAX77836 has two additional LDOs.
346
347 config REGULATOR_MAX1586
348         tristate "Maxim 1586/1587 voltage regulator"
349         depends on I2C
350         help
351           This driver controls a Maxim 1586 or 1587 voltage output
352           regulator via I2C bus. The provided regulator is suitable
353           for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
354
355 config REGULATOR_MAX8649
356         tristate "Maxim 8649 voltage regulator"
357         depends on I2C
358         select REGMAP_I2C
359         help
360           This driver controls a Maxim 8649 voltage output regulator via
361           I2C bus.
362
363 config REGULATOR_MAX8660
364         tristate "Maxim 8660/8661 voltage regulator"
365         depends on I2C
366         help
367           This driver controls a Maxim 8660/8661 voltage output
368           regulator via I2C bus.
369
370 config REGULATOR_MAX8907
371         tristate "Maxim 8907 voltage regulator"
372         depends on MFD_MAX8907
373         help
374           This driver controls a Maxim 8907 voltage output regulator
375           via I2C bus. The provided regulator is suitable for Tegra
376           chip to control Step-Down DC-DC and LDOs.
377
378 config REGULATOR_MAX8925
379         tristate "Maxim MAX8925 Power Management IC"
380         depends on MFD_MAX8925
381         help
382           Say y here to support the voltage regulaltor of Maxim MAX8925 PMIC.
383
384 config REGULATOR_MAX8952
385         tristate "Maxim MAX8952 Power Management IC"
386         depends on I2C
387         help
388           This driver controls a Maxim 8952 voltage output regulator
389           via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS
390           modes ranging from 0.77V to 1.40V by 0.01V steps.
391
392 config REGULATOR_MAX8973
393         tristate "Maxim MAX8973 voltage regulator "
394         depends on I2C
395         select REGMAP_I2C
396         help
397           The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
398           switching regulator delievers up to 9A of output current. Each
399           phase operates at a 2MHz fixed frequency with a 120 deg shift
400           from the adjacent phase, allowing the use of small magnetic component.
401
402 config REGULATOR_MAX8997
403         tristate "Maxim 8997/8966 regulator"
404         depends on MFD_MAX8997
405         help
406           This driver controls a Maxim 8997/8966 regulator
407           via I2C bus. The provided regulator is suitable for S5PC110,
408           S5PV210, and Exynos-4 chips to control VCC_CORE and
409           VCC_USIM voltages.
410
411 config REGULATOR_MAX8998
412         tristate "Maxim 8998 voltage regulator"
413         depends on MFD_MAX8998
414         help
415           This driver controls a Maxim 8998 voltage output regulator
416           via I2C bus. The provided regulator is suitable for S3C6410
417           and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
418
419 config REGULATOR_MAX77686
420         tristate "Maxim 77686 regulator"
421         depends on MFD_MAX77686
422         help
423           This driver controls a Maxim 77686 regulator
424           via I2C bus. The provided regulator is suitable for
425           Exynos-4 chips to control VARM and VINT voltages.
426
427 config REGULATOR_MAX77693
428         tristate "Maxim 77693/77843 regulator"
429         depends on (MFD_MAX77693 || MFD_MAX77843)
430         help
431           This driver controls a Maxim 77693/77843 regulators via I2C bus.
432           The regulators include two LDOs, 'SAFEOUT1', 'SAFEOUT2'
433           and one current regulator 'CHARGER'. This is suitable for
434           Exynos-4x12 (MAX77693) or Exynos5433 (MAX77843) SoC chips.
435
436 config REGULATOR_MAX77802
437         tristate "Maxim 77802 regulator"
438         depends on MFD_MAX77686
439         help
440           This driver controls a Maxim 77802 regulator
441           via I2C bus. The provided regulator is suitable for
442           Exynos5420/Exynos5800 SoCs to control various voltages.
443           It includes support for control of voltage and ramp speed.
444
445 config REGULATOR_MC13XXX_CORE
446         tristate
447
448 config REGULATOR_MC13783
449         tristate "Freescale MC13783 regulator driver"
450         depends on MFD_MC13XXX
451         select REGULATOR_MC13XXX_CORE
452         help
453           Say y here to support the regulators found on the Freescale MC13783
454           PMIC.
455
456 config REGULATOR_MC13892
457         tristate "Freescale MC13892 regulator driver"
458         depends on MFD_MC13XXX
459         select REGULATOR_MC13XXX_CORE
460         help
461           Say y here to support the regulators found on the Freescale MC13892
462           PMIC.
463
464 config REGULATOR_MT6311
465         tristate "MediaTek MT6311 PMIC"
466         depends on I2C
467         select REGMAP_I2C
468         help
469           Say y here to select this option to enable the power regulator of
470           MediaTek MT6311 PMIC.
471           This driver supports the control of different power rails of device
472           through regulator interface.
473
474 config REGULATOR_MT6397
475         tristate "MediaTek MT6397 PMIC"
476         depends on MFD_MT6397
477         help
478           Say y here to select this option to enable the power regulator of
479           MediaTek MT6397 PMIC.
480           This driver supports the control of different power rails of device
481           through regulator interface.
482
483 config REGULATOR_PALMAS
484         tristate "TI Palmas PMIC Regulators"
485         depends on MFD_PALMAS
486         help
487           If you wish to control the regulators on the Palmas series of
488           chips say Y here. This will enable support for all the software
489           controllable SMPS/LDO regulators.
490
491           The regulators available on Palmas series chips vary depending
492           on the muxing. This is handled automatically in the driver by
493           reading the mux info from OTP.
494
495 config REGULATOR_PBIAS
496         tristate "PBIAS OMAP regulator driver"
497         depends on (ARCH_OMAP || COMPILE_TEST) && MFD_SYSCON
498         help
499          Say y here to support pbias regulator for mmc1:SD card i/o
500          on OMAP SoCs.
501          This driver provides support for OMAP pbias modelled
502          regulators.
503
504 config REGULATOR_PCAP
505         tristate "Motorola PCAP2 regulator driver"
506         depends on EZX_PCAP
507         help
508          This driver provides support for the voltage regulators of the
509          PCAP2 PMIC.
510
511 config REGULATOR_PCF50633
512         tristate "NXP PCF50633 regulator driver"
513         depends on MFD_PCF50633
514         help
515          Say Y here to support the voltage regulators and convertors
516          on PCF50633
517
518 config REGULATOR_PFUZE100
519         tristate "Freescale PFUZE100/PFUZE200 regulator driver"
520         depends on I2C
521         select REGMAP_I2C
522         help
523           Say y here to support the regulators found on the Freescale
524           PFUZE100/PFUZE200 PMIC.
525
526 config REGULATOR_PV88060
527         tristate "Powerventure Semiconductor PV88060 regulator"
528         depends on I2C
529         select REGMAP_I2C
530         help
531           Say y here to support the voltage regulators and convertors
532           PV88060
533
534 config REGULATOR_PV88090
535         tristate "Powerventure Semiconductor PV88090 regulator"
536         depends on I2C
537         select REGMAP_I2C
538         help
539           Say y here to support the voltage regulators and convertors
540           on PV88090
541
542 config REGULATOR_PWM
543         tristate "PWM voltage regulator"
544         depends on PWM
545         help
546           This driver supports PWM controlled voltage regulators. PWM
547           duty cycle can increase or decrease the voltage.
548
549 config REGULATOR_QCOM_RPM
550         tristate "Qualcomm RPM regulator driver"
551         depends on MFD_QCOM_RPM
552         help
553           If you say yes to this option, support will be included for the
554           regulators exposed by the Resource Power Manager found in Qualcomm
555           8660, 8960 and 8064 based devices.
556
557           Say M here if you want to include support for the regulators on the
558           Qualcomm RPM as a module. The module will be named
559           "qcom_rpm-regulator".
560
561 config REGULATOR_QCOM_SAW
562         tristate "Qualcomm SAW regulator driver"
563         depends on (ARCH_QCOM || COMPILE_TEST) && MFD_SYSCON
564         help
565           If you say yes to this option, support will be included for the
566           regulators providing power to the CPU cores on devices such as
567           APQ8064.
568
569           Say M here if you want to include support for the CPU core voltage
570           regulators as a module. The module will be named
571           "qcom_saw-regulator".
572
573 config REGULATOR_QCOM_SMD_RPM
574         tristate "Qualcomm SMD based RPM regulator driver"
575         depends on QCOM_SMD_RPM
576         help
577           If you say yes to this option, support will be included for the
578           regulators exposed by the Resource Power Manager found in Qualcomm
579           8974 based devices.
580
581           Say M here if you want to include support for the regulators on the
582           Qualcomm RPM as a module. The module will be named
583           "qcom_smd-regulator".
584
585 config REGULATOR_QCOM_SPMI
586         tristate "Qualcomm SPMI regulator driver"
587         depends on SPMI || COMPILE_TEST
588         help
589           If you say yes to this option, support will be included for the
590           regulators found in Qualcomm SPMI PMICs.
591
592           Say M here if you want to include support for the regulators on the
593           Qualcomm SPMI PMICs as a module. The module will be named
594           "qcom_spmi-regulator".
595
596 config REGULATOR_RC5T583
597         tristate "RICOH RC5T583 Power regulators"
598         depends on MFD_RC5T583
599         help
600           Select this option to enable the power regulator of RICOH
601           PMIC RC5T583.
602           This driver supports the control of different power rails of device
603           through regulator interface. The device supports multiple DCDC/LDO
604           outputs which can be controlled by i2c communication.
605
606 config REGULATOR_RK808
607         tristate "Rockchip RK808 Power regulators"
608         depends on MFD_RK808
609         help
610           Select this option to enable the power regulator of ROCKCHIP
611           PMIC RK808.
612           This driver supports the control of different power rails of device
613           through regulator interface. The device supports multiple DCDC/LDO
614           outputs which can be controlled by i2c communication.
615
616 config REGULATOR_RN5T618
617         tristate "Ricoh RN5T618 voltage regulators"
618         depends on MFD_RN5T618
619         help
620           Say y here to support the regulators found on Ricoh RN5T618 PMIC.
621
622 config REGULATOR_RT5033
623         tristate "Richtek RT5033 Regulators"
624         depends on MFD_RT5033
625         help
626           This adds support for voltage and current regulators in Richtek
627           RT5033 PMIC. The device supports multiple regulators like
628           current source, LDO and Buck.
629
630 config REGULATOR_S2MPA01
631         tristate "Samsung S2MPA01 voltage regulator"
632         depends on MFD_SEC_CORE
633         help
634          This driver controls Samsung S2MPA01 voltage output regulator
635          via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
636
637 config REGULATOR_S2MPS11
638         tristate "Samsung S2MPS11/13/14/15/S2MPU02 voltage regulator"
639         depends on MFD_SEC_CORE
640         help
641          This driver supports a Samsung S2MPS11/13/14/15/S2MPU02 voltage
642          output regulator via I2C bus. The chip is comprised of high efficient
643          Buck converters including Dual-Phase Buck converter, Buck-Boost
644          converter, various LDOs.
645
646 config REGULATOR_S5M8767
647         tristate "Samsung S5M8767A voltage regulator"
648         depends on MFD_SEC_CORE
649         help
650          This driver supports a Samsung S5M8767A voltage output regulator
651          via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
652          supports DVS mode with 8bits of output voltage control.
653
654 config REGULATOR_SKY81452
655         tristate "Skyworks Solutions SKY81452 voltage regulator"
656         depends on MFD_SKY81452
657         help
658           This driver supports Skyworks SKY81452 voltage output regulator
659           via I2C bus. SKY81452 has one voltage linear regulator can be
660           programmed from 4.5V to 20V.
661
662           This driver can also be built as a module. If so, the module
663           will be called sky81452-regulator.
664
665 config REGULATOR_TI_ABB
666         tristate "TI Adaptive Body Bias on-chip LDO"
667         depends on ARCH_OMAP
668         help
669           Select this option to support Texas Instruments' on-chip Adaptive Body
670           Bias (ABB) LDO regulators. It is recommended that this option be
671           enabled on required TI SoC. Certain Operating Performance Points
672           on TI SoCs may be unstable without enabling this as it provides
673           device specific optimized bias to allow/optimize functionality.
674
675 config REGULATOR_STW481X_VMMC
676         bool "ST Microelectronics STW481X VMMC regulator"
677         depends on MFD_STW481X || COMPILE_TEST
678         default y if MFD_STW481X
679         help
680           This driver supports the internal VMMC regulator in the STw481x
681           PMIC chips.
682
683 config REGULATOR_TPS51632
684         tristate "TI TPS51632 Power Regulator"
685         depends on I2C
686         select REGMAP_I2C
687         help
688           This driver supports TPS51632 voltage regulator chip.
689           The TPS51632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller
690           with Serial VID control and DVFS.
691           The voltage output can be configure through I2C interface or PWM
692           interface.
693
694 config REGULATOR_TPS6105X
695         tristate "TI TPS6105X Power regulators"
696         depends on TPS6105X
697         default y if TPS6105X
698         help
699           This driver supports TPS61050/TPS61052 voltage regulator chips.
700           It is a single boost converter primarily for white LEDs and
701           audio amplifiers.
702
703 config REGULATOR_TPS62360
704         tristate "TI TPS6236x Power Regulator"
705         depends on I2C
706         select REGMAP_I2C
707         help
708           This driver supports TPS6236x voltage regulator chip. This
709           regulator is meant for processor core supply. This chip is
710           high-frequency synchronous step down dc-dc converter optimized
711           for battery-powered portable applications.
712
713 config REGULATOR_TPS65023
714         tristate "TI TPS65023 Power regulators"
715         depends on I2C
716         select REGMAP_I2C
717         help
718           This driver supports TPS65023 voltage regulator chips. TPS65023 provides
719           three step-down converters and two general-purpose LDO voltage regulators.
720           It supports TI's software based Class-2 SmartReflex implementation.
721
722 config REGULATOR_TPS6507X
723         tristate "TI TPS6507X Power regulators"
724         depends on I2C
725         help
726           This driver supports TPS6507X voltage regulator chips. TPS6507X provides
727           three step-down converters and two general-purpose LDO voltage regulators.
728           It supports TI's software based Class-2 SmartReflex implementation.
729
730 config REGULATOR_TPS65086
731         tristate "TI TPS65086 Power regulators"
732         depends on MFD_TPS65086
733         help
734           This driver provides support for the voltage regulators on
735           TI TPS65086 PMICs.
736
737 config REGULATOR_TPS65090
738         tristate "TI TPS65090 Power regulator"
739         depends on MFD_TPS65090
740         help
741           This driver provides support for the voltage regulators on the
742           TI TPS65090 PMIC.
743
744 config REGULATOR_TPS65217
745         tristate "TI TPS65217 Power regulators"
746         depends on MFD_TPS65217
747         help
748           This driver supports TPS65217 voltage regulator chips. TPS65217
749           provides three step-down converters and four general-purpose LDO
750           voltage regulators. It supports software based voltage control
751           for different voltage domains
752
753 config REGULATOR_TPS65218
754         tristate "TI TPS65218 Power regulators"
755         depends on MFD_TPS65218 && OF
756         help
757           This driver supports TPS65218 voltage regulator chips. TPS65218
758           provides six step-down converters and one general-purpose LDO
759           voltage regulators. It supports software based voltage control
760           for different voltage domains
761
762 config REGULATOR_TPS6524X
763         tristate "TI TPS6524X Power regulators"
764         depends on SPI
765         help
766           This driver supports TPS6524X voltage regulator chips. TPS6524X
767           provides three step-down converters and two general-purpose LDO
768           voltage regulators.  This device is interfaced using a customized
769           serial interface currently supported on the sequencer serial
770           port controller.
771
772 config REGULATOR_TPS6586X
773         tristate "TI TPS6586X Power regulators"
774         depends on MFD_TPS6586X
775         help
776           This driver supports TPS6586X voltage regulator chips.
777
778 config REGULATOR_TPS65910
779         tristate "TI TPS65910/TPS65911 Power Regulators"
780         depends on MFD_TPS65910
781         help
782           This driver supports TPS65910/TPS65911 voltage regulator chips.
783
784 config REGULATOR_TPS65912
785         tristate "TI TPS65912 Power regulator"
786         depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI)
787         help
788             This driver supports TPS65912 voltage regulator chip.
789
790 config REGULATOR_TPS80031
791         tristate "TI TPS80031/TPS80032 power regualtor driver"
792         depends on MFD_TPS80031
793         help
794           TPS80031/ TPS80032 Fully Integrated Power Management with Power
795           Path and Battery Charger. It has 5 configurable step-down
796           converters, 11 general purpose LDOs, VBUS generator and digital
797           output to control regulators.
798
799 config REGULATOR_TWL4030
800         tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
801         depends on TWL4030_CORE
802         help
803           This driver supports the voltage regulators provided by
804           this family of companion chips.
805
806 config REGULATOR_VEXPRESS
807         tristate "Versatile Express regulators"
808         depends on VEXPRESS_CONFIG
809         help
810           This driver provides support for voltage regulators available
811           on the ARM Ltd's Versatile Express platform.
812
813 config REGULATOR_WM831X
814         tristate "Wolfson Microelectronics WM831x PMIC regulators"
815         depends on MFD_WM831X
816         help
817           Support the voltage and current regulators of the WM831x series
818           of PMIC devices.
819
820 config REGULATOR_WM8350
821         tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
822         depends on MFD_WM8350
823         help
824           This driver provides support for the voltage and current regulators
825           of the WM8350 AudioPlus PMIC.
826
827 config REGULATOR_WM8400
828         tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
829         depends on MFD_WM8400
830         help
831           This driver provides support for the voltage regulators of the
832           WM8400 AudioPlus PMIC.
833
834 config REGULATOR_WM8994
835         tristate "Wolfson Microelectronics WM8994 CODEC"
836         depends on MFD_WM8994
837         help
838           This driver provides support for the voltage regulators on the
839           WM8994 CODEC.
840
841 endif
842