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