]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/regulator/Kconfig
Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / drivers / regulator / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig REGULATOR
3         bool "Voltage and Current Regulator Support"
4         help
5           Generic Voltage and Current Regulator support.
6
7           This framework is designed to provide a generic interface to voltage
8           and current regulators within the Linux kernel. It's intended to
9           provide voltage and current control to client or consumer drivers and
10           also provide status information to user space applications through a
11           sysfs interface.
12
13           The intention is to allow systems to dynamically control regulator
14           output in order to save power and prolong battery life. This applies
15           to both voltage regulators (where voltage output is controllable) and
16           current sinks (where current output is controllable).
17
18           This framework safely compiles out if not selected so that client
19           drivers can still be used in systems with no software controllable
20           regulators.
21
22           If unsure, say no.
23
24
25 if REGULATOR
26
27 config REGULATOR_DEBUG
28         bool "Regulator debug support"
29         help
30           Say yes here to enable debugging support.
31
32 config REGULATOR_FIXED_VOLTAGE
33         tristate "Fixed voltage regulator support"
34         help
35           This driver provides support for fixed voltage regulators,
36           useful for systems which use a combination of software
37           managed regulators and simple non-configurable regulators.
38
39 config REGULATOR_VIRTUAL_CONSUMER
40         tristate "Virtual regulator consumer support"
41         help
42           This driver provides a virtual consumer for the voltage and
43           current regulator API which provides sysfs controls for
44           configuring the supplies requested.  This is mainly useful
45           for test purposes.
46
47           If unsure, say no.
48
49 config REGULATOR_USERSPACE_CONSUMER
50         tristate "Userspace regulator consumer support"
51         help
52           There are some classes of devices that are controlled entirely
53           from user space. Userspace consumer driver provides ability to
54           control power supplies for such devices.
55
56           If unsure, say no.
57
58 config REGULATOR_88PG86X
59         tristate "Marvell 88PG86X voltage regulators"
60         depends on I2C
61         select REGMAP_I2C
62         help
63           This driver supports Marvell 88PG867 and 88PG868 voltage regulators.
64           They provide two I2C-controlled DC/DC step-down converters with
65           sleep mode and separate enable pins.
66
67 config REGULATOR_88PM800
68         tristate "Marvell 88PM800 Power regulators"
69         depends on MFD_88PM800
70         help
71           This driver supports Marvell 88PM800 voltage regulator chips.
72           It delivers digitally programmable output,
73           the voltage is programmed via I2C interface.
74           It's suitable to support PXA988 chips to control VCC_MAIN and
75           various voltages.
76
77 config REGULATOR_88PM8607
78         tristate "Marvell 88PM8607 Power regulators"
79         depends on MFD_88PM860X=y
80         help
81           This driver supports 88PM8607 voltage regulator chips.
82
83 config REGULATOR_ACT8865
84         tristate "Active-semi act8865 voltage regulator"
85         depends on I2C
86         depends on POWER_SUPPLY
87         select REGMAP_I2C
88         help
89           This driver controls a active-semi act8865 voltage output
90           regulator via I2C bus.
91
92 config REGULATOR_ACT8945A
93         tristate "Active-semi ACT8945A voltage regulator"
94         depends on MFD_ACT8945A
95         help
96           This driver controls a active-semi ACT8945A voltage regulator
97           via I2C bus. The ACT8945A features three step-down DC/DC converters
98           and four low-dropout linear regulators, along with a ActivePath
99           battery charger.
100
101 config REGULATOR_AD5398
102         tristate "Analog Devices AD5398/AD5821 regulators"
103         depends on I2C
104         help
105           This driver supports AD5398 and AD5821 current regulator chips.
106           If building into module, its name is ad5398.ko.
107
108 config REGULATOR_ANATOP
109         tristate "Freescale i.MX on-chip ANATOP LDO regulators"
110         depends on MFD_SYSCON
111         help
112           Say y here to support Freescale i.MX on-chip ANATOP LDOs
113           regulators. It is recommended that this option be
114           enabled on i.MX6 platform.
115
116 config REGULATOR_AAT2870
117         tristate "AnalogicTech AAT2870 Regulators"
118         depends on MFD_AAT2870_CORE
119         help
120           If you have a AnalogicTech AAT2870 say Y to enable the
121           regulator driver.
122
123 config REGULATOR_AB3100
124         tristate "ST-Ericsson AB3100 Regulator functions"
125         depends on AB3100_CORE
126         default y if AB3100_CORE
127         help
128          These regulators correspond to functionality in the
129          AB3100 analog baseband dealing with power regulators
130          for the system.
131
132 config REGULATOR_AB8500
133         bool "ST-Ericsson AB8500 Power Regulators"
134         depends on AB8500_CORE
135         help
136           This driver supports the regulators found on the ST-Ericsson mixed
137           signal AB8500 PMIC
138
139 config REGULATOR_ARIZONA_LDO1
140         tristate "Cirrus Madera and Wolfson Arizona class devices LDO1"
141         depends on MFD_ARIZONA || MFD_MADERA
142         depends on SND_SOC
143         help
144           Support for the LDO1 regulators found on Cirrus Logic Madera codecs
145           and Wolfson Microelectronic Arizona codecs.
146
147 config REGULATOR_ARIZONA_MICSUPP
148         tristate "Cirrus Madera and Wolfson Arizona class devices MICSUPP"
149         depends on MFD_ARIZONA || MFD_MADERA
150         depends on SND_SOC
151         help
152           Support for the MICSUPP regulators found on Cirrus Logic Madera codecs
153           and Wolfson Microelectronic Arizona codecs
154           devices.
155
156 config REGULATOR_AS3711
157         tristate "AS3711 PMIC"
158         depends on MFD_AS3711
159         help
160           This driver provides support for the voltage regulators on the
161           AS3711 PMIC
162
163 config REGULATOR_AS3722
164         tristate "AMS AS3722 PMIC Regulators"
165         depends on MFD_AS3722
166         help
167           This driver provides support for the voltage regulators on the
168           AS3722 PMIC. This will enable support for all the software
169           controllable DCDC/LDO regulators.
170
171 config REGULATOR_AXP20X
172         tristate "X-POWERS AXP20X PMIC Regulators"
173         depends on MFD_AXP20X
174         help
175           This driver provides support for the voltage regulators on the
176           AXP20X PMIC.
177
178 config REGULATOR_BCM590XX
179         tristate "Broadcom BCM590xx PMU Regulators"
180         depends on MFD_BCM590XX
181         help
182           This driver provides support for the voltage regulators on the
183           BCM590xx PMUs. This will enable support for the software
184           controllable LDO/Switching regulators.
185
186 config REGULATOR_BD70528
187         tristate "ROHM BD70528 Power Regulator"
188         depends on MFD_ROHM_BD70528
189         help
190           This driver supports voltage regulators on ROHM BD70528 PMIC.
191           This will enable support for the software controllable buck
192           and LDO regulators.
193
194           This driver can also be built as a module. If so, the module
195           will be called bd70528-regulator.
196
197 config REGULATOR_BD71828
198         tristate "ROHM BD71828 Power Regulator"
199         depends on MFD_ROHM_BD71828
200         select REGULATOR_ROHM
201         help
202           This driver supports voltage regulators on ROHM BD71828 PMIC.
203           This will enable support for the software controllable buck
204           and LDO regulators.
205
206           This driver can also be built as a module. If so, the module
207           will be called bd71828-regulator.
208
209 config REGULATOR_BD718XX
210         tristate "ROHM BD71837 Power Regulator"
211         depends on MFD_ROHM_BD718XX
212         select REGULATOR_ROHM
213         help
214           This driver supports voltage regulators on ROHM BD71837 PMIC.
215           This will enable support for the software controllable buck
216           and LDO regulators.
217
218           This driver can also be built as a module. If so, the module
219           will be called bd718x7-regulator.
220
221 config REGULATOR_BD9571MWV
222         tristate "ROHM BD9571MWV Regulators"
223         depends on MFD_BD9571MWV
224         help
225           This driver provides support for the voltage regulators on the
226           ROHM BD9571MWV PMIC. This will enable support for the software
227           controllable regulator and voltage sampling units.
228
229           This driver can also be built as a module. If so, the module
230           will be called bd9571mwv-regulator.
231
232 config REGULATOR_CPCAP
233         tristate "Motorola CPCAP regulator"
234         depends on MFD_CPCAP
235         help
236           Say y here for CPCAP regulator found on some Motorola phones
237           and tablets such as Droid 4.
238
239 config REGULATOR_DA903X
240         tristate "Dialog Semiconductor DA9030/DA9034 regulators"
241         depends on PMIC_DA903X
242         depends on !CC_IS_CLANG # https://bugs.llvm.org/show_bug.cgi?id=38789
243         help
244           Say y here to support the BUCKs and LDOs regulators found on
245           Dialog Semiconductor DA9030/DA9034 PMIC.
246
247 config REGULATOR_DA9052
248         tristate "Dialog Semiconductor DA9052/DA9053 regulators"
249         depends on PMIC_DA9052
250         help
251           This driver supports the voltage regulators of DA9052-BC and
252           DA9053-AA/Bx PMIC.
253
254 config REGULATOR_DA9055
255         tristate "Dialog Semiconductor DA9055 regulators"
256         depends on MFD_DA9055
257         help
258           Say y here to support the BUCKs and LDOs regulators found on
259           Dialog Semiconductor DA9055 PMIC.
260
261           This driver can also be built as a module. If so, the module
262           will be called da9055-regulator.
263
264 config REGULATOR_DA9062
265         tristate "Dialog Semiconductor DA9061/62 regulators"
266         depends on MFD_DA9062
267         help
268           Say y here to support the BUCKs and LDOs regulators found on
269           DA9061 and DA9062 PMICs.
270
271           This driver can also be built as a module. If so, the module
272           will be called da9062-regulator.
273
274 config REGULATOR_DA9063
275         tristate "Dialog Semiconductor DA9063 regulators"
276         depends on MFD_DA9063 && OF
277         help
278           Say y here to support the BUCKs and LDOs regulators found on
279           DA9063 PMICs.
280
281           This driver can also be built as a module. If so, the module
282           will be called da9063-regulator.
283
284 config REGULATOR_DA9210
285         tristate "Dialog Semiconductor DA9210 regulator"
286         depends on I2C
287         select REGMAP_I2C
288         help
289           Say y here to support for the Dialog Semiconductor DA9210.
290           The DA9210 is a multi-phase synchronous step down
291           converter 12A DC-DC Buck controlled through an I2C
292           interface.
293
294 config REGULATOR_DA9211
295         tristate "Dialog Semiconductor DA9211/DA9212/DA9213/DA9223/DA9214/DA9224/DA9215/DA9225 regulator"
296         depends on I2C
297         select REGMAP_I2C
298         help
299           Say y here to support for the Dialog Semiconductor DA9211/DA9212
300           /DA9213/DA9214/DA9215.
301           The DA9211/DA9212/DA9213/DA9214/DA9215 is a multi-phase synchronous
302           step down converter 12A or 16A DC-DC Buck controlled through an I2C
303           interface.
304
305 config REGULATOR_DBX500_PRCMU
306         bool
307
308 config REGULATOR_DB8500_PRCMU
309         bool "ST-Ericsson DB8500 Voltage Domain Regulators"
310         depends on MFD_DB8500_PRCMU
311         select REGULATOR_DBX500_PRCMU
312         help
313           This driver supports the voltage domain regulators controlled by the
314           DB8500 PRCMU
315
316 config REGULATOR_FAN53555
317         tristate "Fairchild FAN53555 Regulator"
318         depends on I2C
319         select REGMAP_I2C
320         help
321           This driver supports Fairchild FAN53555 Digitally Programmable
322           TinyBuck Regulator. The FAN53555 is a step-down switching voltage
323           regulator that delivers a digitally programmable output from an
324           input voltage supply of 2.5V to 5.5V. The output voltage is
325           programmed through an I2C interface.
326
327 config REGULATOR_GPIO
328         tristate "GPIO regulator support"
329         depends on GPIOLIB || COMPILE_TEST
330         help
331           This driver provides support for regulators that can be
332           controlled via gpios.
333           It is capable of supporting current and voltage regulators
334           and the platform has to provide a mapping of GPIO-states
335           to target volts/amps.
336
337 config REGULATOR_HI6421
338         tristate "HiSilicon Hi6421 PMIC voltage regulator support"
339         depends on MFD_HI6421_PMIC && OF
340         help
341           This driver provides support for the voltage regulators on the
342           HiSilicon Hi6421 PMU / Codec IC.
343           Hi6421 is a multi-function device which, on regulator part, provides
344           21 general purpose LDOs, 3 dedicated LDOs, and 5 BUCKs. All
345           of them come with support to either ECO (idle) or sleep mode.
346
347 config REGULATOR_HI6421V530
348         tristate "HiSilicon Hi6421v530 PMIC voltage regulator support"
349         depends on MFD_HI6421_PMIC && OF
350         help
351           This driver provides support for the voltage regulators on
352           HiSilicon Hi6421v530 PMU / Codec IC.
353           Hi6421v530 is a multi-function device which, on regulator part,
354           provides 5 general purpose LDOs, and all of them come with support
355           to either ECO (idle) or sleep mode.
356
357 config REGULATOR_HI655X
358         tristate "Hisilicon HI655X PMIC regulators support"
359         depends on ARCH_HISI || COMPILE_TEST
360         depends on MFD_HI655X_PMIC && OF
361         help
362           This driver provides support for the voltage regulators of the
363           Hisilicon Hi655x PMIC device.
364
365 config REGULATOR_ISL9305
366         tristate "Intersil ISL9305 regulator"
367         depends on I2C
368         select REGMAP_I2C
369         help
370           This driver supports ISL9305 voltage regulator chip.
371
372 config REGULATOR_ISL6271A
373         tristate "Intersil ISL6271A Power regulator"
374         depends on I2C
375         help
376           This driver supports ISL6271A voltage regulator chip.
377
378 config REGULATOR_LM363X
379         tristate "TI LM363X voltage regulators"
380         depends on MFD_TI_LMU
381         help
382           This driver supports LM3631, LM3632 and LM36274 voltage regulators for
383           the LCD bias.
384           One boost output voltage is configurable and always on.
385           Other LDOs are used for the display module.
386
387 config REGULATOR_LOCHNAGAR
388         tristate "Cirrus Logic Lochnagar regulator driver"
389         depends on MFD_LOCHNAGAR
390         help
391           This enables regulator support on the Cirrus Logic Lochnagar audio
392           development board.
393
394 config REGULATOR_LP3971
395         tristate "National Semiconductors LP3971 PMIC regulator driver"
396         depends on I2C
397         help
398          Say Y here to support the voltage regulators and convertors
399          on National Semiconductors LP3971 PMIC
400
401 config REGULATOR_LP3972
402         tristate "National Semiconductors LP3972 PMIC regulator driver"
403         depends on I2C
404         help
405          Say Y here to support the voltage regulators and convertors
406          on National Semiconductors LP3972 PMIC
407
408 config REGULATOR_LP872X
409         tristate "TI/National Semiconductor LP8720/LP8725 voltage regulators"
410         depends on I2C
411         select REGMAP_I2C
412         help
413           This driver supports LP8720/LP8725 PMIC
414
415 config REGULATOR_LP873X
416         tristate "TI LP873X Power regulators"
417         depends on MFD_TI_LP873X && OF
418         help
419           This driver supports LP873X voltage regulator chips. LP873X
420           provides two step-down converters and two general-purpose LDO
421           voltage regulators. It supports software based voltage control
422           for different voltage domains
423
424 config REGULATOR_LP8755
425         tristate "TI LP8755 High Performance PMU driver"
426         depends on I2C
427         select REGMAP_I2C
428         help
429           This driver supports LP8755 High Performance PMU driver. This
430           chip contains six step-down DC/DC converters which can support
431           9 mode multiphase configuration.
432
433 config REGULATOR_LP87565
434         tristate "TI LP87565 Power regulators"
435         depends on MFD_TI_LP87565 && OF
436         help
437           This driver supports LP87565 voltage regulator chips. LP87565
438           provides four step-down converters. It supports software based
439           voltage control for different voltage domains
440
441 config REGULATOR_LP8788
442         tristate "TI LP8788 Power Regulators"
443         depends on MFD_LP8788
444         help
445           This driver supports LP8788 voltage regulator chip.
446
447 config REGULATOR_LTC3589
448         tristate "LTC3589 8-output voltage regulator"
449         depends on I2C
450         select REGMAP_I2C
451         help
452           This enables support for the LTC3589, LTC3589-1, and LTC3589-2
453           8-output regulators controlled via I2C.
454
455 config REGULATOR_LTC3676
456         tristate "LTC3676 8-output voltage regulator"
457         depends on I2C
458         select REGMAP_I2C
459         help
460           This enables support for the LTC3676
461           8-output regulators controlled via I2C.
462
463 config REGULATOR_MAX14577
464         tristate "Maxim 14577/77836 regulator"
465         depends on MFD_MAX14577
466         help
467           This driver controls a Maxim MAX14577/77836 regulator via I2C bus.
468           The MAX14577 regulators include safeout LDO and charger current
469           regulator. The MAX77836 has two additional LDOs.
470
471 config REGULATOR_MAX1586
472         tristate "Maxim 1586/1587 voltage regulator"
473         depends on I2C
474         help
475           This driver controls a Maxim 1586 or 1587 voltage output
476           regulator via I2C bus. The provided regulator is suitable
477           for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
478
479 config REGULATOR_MAX77620
480         tristate "Maxim 77620/MAX20024 voltage regulator"
481         depends on MFD_MAX77620
482         help
483           This driver controls Maxim MAX77620 voltage output regulator
484           via I2C bus. The provided regulator is suitable for Tegra
485           chip to control Step-Down DC-DC and LDOs. Say Y here to
486           enable the regulator driver.
487
488 config REGULATOR_MAX77650
489         tristate "Maxim MAX77650/77651 regulator support"
490         depends on MFD_MAX77650
491         help
492           Regulator driver for MAX77650/77651 PMIC from Maxim
493           Semiconductor. This device has a SIMO with three independent
494           power rails and an LDO.
495
496 config REGULATOR_MAX8649
497         tristate "Maxim 8649 voltage regulator"
498         depends on I2C
499         select REGMAP_I2C
500         help
501           This driver controls a Maxim 8649 voltage output regulator via
502           I2C bus.
503
504 config REGULATOR_MAX8660
505         tristate "Maxim 8660/8661 voltage regulator"
506         depends on I2C
507         help
508           This driver controls a Maxim 8660/8661 voltage output
509           regulator via I2C bus.
510
511 config REGULATOR_MAX8907
512         tristate "Maxim 8907 voltage regulator"
513         depends on MFD_MAX8907
514         help
515           This driver controls a Maxim 8907 voltage output regulator
516           via I2C bus. The provided regulator is suitable for Tegra
517           chip to control Step-Down DC-DC and LDOs.
518
519 config REGULATOR_MAX8925
520         tristate "Maxim MAX8925 Power Management IC"
521         depends on MFD_MAX8925
522         help
523           Say y here to support the voltage regulator of Maxim MAX8925 PMIC.
524
525 config REGULATOR_MAX8952
526         tristate "Maxim MAX8952 Power Management IC"
527         depends on I2C
528         help
529           This driver controls a Maxim 8952 voltage output regulator
530           via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS
531           modes ranging from 0.77V to 1.40V by 0.01V steps.
532
533 config REGULATOR_MAX8973
534         tristate "Maxim MAX8973 voltage regulator "
535         depends on I2C
536         depends on THERMAL && THERMAL_OF
537         select REGMAP_I2C
538         help
539           The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
540           switching regulator delivers up to 9A of output current. Each
541           phase operates at a 2MHz fixed frequency with a 120 deg shift
542           from the adjacent phase, allowing the use of small magnetic component.
543
544 config REGULATOR_MAX8997
545         tristate "Maxim 8997/8966 regulator"
546         depends on MFD_MAX8997
547         help
548           This driver controls a Maxim 8997/8966 regulator
549           via I2C bus. The provided regulator is suitable for S5PC110,
550           S5PV210, and Exynos-4 chips to control VCC_CORE and
551           VCC_USIM voltages.
552
553 config REGULATOR_MAX8998
554         tristate "Maxim 8998 voltage regulator"
555         depends on MFD_MAX8998
556         help
557           This driver controls a Maxim 8998 voltage output regulator
558           via I2C bus. The provided regulator is suitable for S3C6410
559           and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
560
561 config REGULATOR_MAX77686
562         tristate "Maxim 77686 regulator"
563         depends on MFD_MAX77686
564         help
565           This driver controls a Maxim 77686 regulator
566           via I2C bus. The provided regulator is suitable for
567           Exynos-4 chips to control VARM and VINT voltages.
568
569 config REGULATOR_MAX77693
570         tristate "Maxim 77693/77843 regulator"
571         depends on (MFD_MAX77693 || MFD_MAX77843)
572         help
573           This driver controls a Maxim 77693/77843 regulators via I2C bus.
574           The regulators include two LDOs, 'SAFEOUT1', 'SAFEOUT2'
575           and one current regulator 'CHARGER'. This is suitable for
576           Exynos-4x12 (MAX77693) or Exynos5433 (MAX77843) SoC chips.
577
578 config REGULATOR_MAX77802
579         tristate "Maxim 77802 regulator"
580         depends on MFD_MAX77686
581         help
582           This driver controls a Maxim 77802 regulator
583           via I2C bus. The provided regulator is suitable for
584           Exynos5420/Exynos5800 SoCs to control various voltages.
585           It includes support for control of voltage and ramp speed.
586
587 config REGULATOR_MC13XXX_CORE
588         tristate
589
590 config REGULATOR_MC13783
591         tristate "Freescale MC13783 regulator driver"
592         depends on MFD_MC13XXX
593         select REGULATOR_MC13XXX_CORE
594         help
595           Say y here to support the regulators found on the Freescale MC13783
596           PMIC.
597
598 config REGULATOR_MC13892
599         tristate "Freescale MC13892 regulator driver"
600         depends on MFD_MC13XXX
601         select REGULATOR_MC13XXX_CORE
602         help
603           Say y here to support the regulators found on the Freescale MC13892
604           PMIC.
605
606 config REGULATOR_MCP16502
607         tristate "Microchip MCP16502 PMIC"
608         depends on I2C && OF
609         select REGMAP_I2C
610         help
611           Say y here to support the MCP16502 PMIC. This driver supports
612           basic operations (get/set voltage, get/set operating mode)
613           through the regulator interface. In addition it enables
614           suspend-to-ram/standby transition.
615
616 config REGULATOR_MP8859
617         tristate "MPS MP8859 regulator driver"
618         depends on I2C
619         select REGMAP_I2C
620         help
621           Say y here to support the MP8859 voltage regulator. This driver
622           supports basic operations (get/set voltage) through the regulator
623           interface.
624           Say M here if you want to include support for the regulator as a
625           module. The module will be named "mp8859".
626
627 config REGULATOR_MPQ7920
628         tristate "Monolithic MPQ7920 PMIC"
629         depends on I2C && OF
630         select REGMAP_I2C
631         help
632           Say y here to support the MPQ7920 PMIC. This will enable supports
633           the software controllable 4 buck and 5 LDO regulators.
634           This driver supports the control of different power rails of device
635           through regulator interface.
636
637 config REGULATOR_MT6311
638         tristate "MediaTek MT6311 PMIC"
639         depends on I2C
640         select REGMAP_I2C
641         help
642           Say y here to select this option to enable the power regulator of
643           MediaTek MT6311 PMIC.
644           This driver supports the control of different power rails of device
645           through regulator interface.
646
647 config REGULATOR_MT6323
648         tristate "MediaTek MT6323 PMIC"
649         depends on MFD_MT6397
650         help
651           Say y here to select this option to enable the power regulator of
652           MediaTek MT6323 PMIC.
653           This driver supports the control of different power rails of device
654           through regulator interface.
655
656 config REGULATOR_MT6358
657         tristate "MediaTek MT6358 PMIC"
658         depends on MFD_MT6397 && BROKEN
659         help
660           Say y here to select this option to enable the power regulator of
661           MediaTek MT6358 PMIC.
662           This driver supports the control of different power rails of device
663           through regulator interface.
664
665 config REGULATOR_MT6380
666         tristate "MediaTek MT6380 PMIC"
667         depends on MTK_PMIC_WRAP
668         help
669           Say y here to select this option to enable the power regulator of
670           MediaTek MT6380 PMIC.
671           This driver supports the control of different power rails of device
672           through regulator interface.
673
674 config REGULATOR_MT6397
675         tristate "MediaTek MT6397 PMIC"
676         depends on MFD_MT6397
677         help
678           Say y here to select this option to enable the power regulator of
679           MediaTek MT6397 PMIC.
680           This driver supports the control of different power rails of device
681           through regulator interface.
682
683 config REGULATOR_PALMAS
684         tristate "TI Palmas PMIC Regulators"
685         depends on MFD_PALMAS
686         help
687           If you wish to control the regulators on the Palmas series of
688           chips say Y here. This will enable support for all the software
689           controllable SMPS/LDO regulators.
690
691           The regulators available on Palmas series chips vary depending
692           on the muxing. This is handled automatically in the driver by
693           reading the mux info from OTP.
694
695 config REGULATOR_PBIAS
696         tristate "PBIAS OMAP regulator driver"
697         depends on (ARCH_OMAP || COMPILE_TEST) && MFD_SYSCON
698         help
699          Say y here to support pbias regulator for mmc1:SD card i/o
700          on OMAP SoCs.
701          This driver provides support for OMAP pbias modelled
702          regulators.
703
704 config REGULATOR_PCAP
705         tristate "Motorola PCAP2 regulator driver"
706         depends on EZX_PCAP
707         help
708          This driver provides support for the voltage regulators of the
709          PCAP2 PMIC.
710
711 config REGULATOR_PCF50633
712         tristate "NXP PCF50633 regulator driver"
713         depends on MFD_PCF50633
714         help
715          Say Y here to support the voltage regulators and converters
716          on PCF50633
717
718 config REGULATOR_PFUZE100
719         tristate "Freescale PFUZE100/200/3000/3001 regulator driver"
720         depends on I2C
721         select REGMAP_I2C
722         help
723           Say y here to support the regulators found on the Freescale
724           PFUZE100/200/3000/3001 PMIC.
725
726 config REGULATOR_PV88060
727         tristate "Powerventure Semiconductor PV88060 regulator"
728         depends on I2C
729         select REGMAP_I2C
730         help
731           Say y here to support the voltage regulators and convertors
732           PV88060
733
734 config REGULATOR_PV88080
735         tristate "Powerventure Semiconductor PV88080 regulator"
736         depends on I2C
737         select REGMAP_I2C
738         help
739           Say y here to support the buck convertors on PV88080
740
741 config REGULATOR_PV88090
742         tristate "Powerventure Semiconductor PV88090 regulator"
743         depends on I2C
744         select REGMAP_I2C
745         help
746           Say y here to support the voltage regulators and convertors
747           on PV88090
748
749 config REGULATOR_PWM
750         tristate "PWM voltage regulator"
751         depends on PWM
752         help
753           This driver supports PWM controlled voltage regulators. PWM
754           duty cycle can increase or decrease the voltage.
755
756 config REGULATOR_QCOM_RPM
757         tristate "Qualcomm RPM regulator driver"
758         depends on MFD_QCOM_RPM
759         help
760           If you say yes to this option, support will be included for the
761           regulators exposed by the Resource Power Manager found in Qualcomm
762           8660, 8960 and 8064 based devices.
763
764           Say M here if you want to include support for the regulators on the
765           Qualcomm RPM as a module. The module will be named
766           "qcom_rpm-regulator".
767
768 config REGULATOR_QCOM_RPMH
769         tristate "Qualcomm Technologies, Inc. RPMh regulator driver"
770         depends on QCOM_RPMH || COMPILE_TEST
771         help
772           This driver supports control of PMIC regulators via the RPMh hardware
773           block found on Qualcomm Technologies Inc. SoCs.  RPMh regulator
774           control allows for voting on regulator state between multiple
775           processors within the SoC.
776
777 config REGULATOR_QCOM_SMD_RPM
778         tristate "Qualcomm SMD based RPM regulator driver"
779         depends on QCOM_SMD_RPM
780         help
781           If you say yes to this option, support will be included for the
782           regulators exposed by the Resource Power Manager found in Qualcomm
783           8974 based devices.
784
785           Say M here if you want to include support for the regulators on the
786           Qualcomm RPM as a module. The module will be named
787           "qcom_smd-regulator".
788
789 config REGULATOR_QCOM_SPMI
790         tristate "Qualcomm SPMI regulator driver"
791         depends on SPMI || COMPILE_TEST
792         help
793           If you say yes to this option, support will be included for the
794           regulators found in Qualcomm SPMI PMICs.
795
796           Say M here if you want to include support for the regulators on the
797           Qualcomm SPMI PMICs as a module. The module will be named
798           "qcom_spmi-regulator".
799
800 config REGULATOR_RC5T583
801         tristate "RICOH RC5T583 Power regulators"
802         depends on MFD_RC5T583
803         help
804           Select this option to enable the power regulator of RICOH
805           PMIC RC5T583.
806           This driver supports the control of different power rails of device
807           through regulator interface. The device supports multiple DCDC/LDO
808           outputs which can be controlled by i2c communication.
809
810 config REGULATOR_RK808
811         tristate "Rockchip RK805/RK808/RK809/RK817/RK818 Power regulators"
812         depends on MFD_RK808
813         help
814           Select this option to enable the power regulator of ROCKCHIP
815           PMIC RK805,RK809&RK817,RK808 and RK818.
816           This driver supports the control of different power rails of device
817           through regulator interface. The device supports multiple DCDC/LDO
818           outputs which can be controlled by i2c communication.
819
820 config REGULATOR_RN5T618
821         tristate "Ricoh RN5T567/618 voltage regulators"
822         depends on MFD_RN5T618
823         help
824           Say y here to support the regulators found on Ricoh RN5T567,
825           RN5T618 or RC5T619 PMIC.
826
827 config REGULATOR_ROHM
828         tristate
829
830 config REGULATOR_RT5033
831         tristate "Richtek RT5033 Regulators"
832         depends on MFD_RT5033
833         help
834           This adds support for voltage and current regulators in Richtek
835           RT5033 PMIC. The device supports multiple regulators like
836           current source, LDO and Buck.
837
838 config REGULATOR_S2MPA01
839         tristate "Samsung S2MPA01 voltage regulator"
840         depends on MFD_SEC_CORE
841         help
842          This driver controls Samsung S2MPA01 voltage output regulator
843          via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
844
845 config REGULATOR_S2MPS11
846         tristate "Samsung S2MPS11/13/14/15/S2MPU02 voltage regulator"
847         depends on MFD_SEC_CORE
848         help
849          This driver supports a Samsung S2MPS11/13/14/15/S2MPU02 voltage
850          output regulator via I2C bus. The chip is comprised of high efficient
851          Buck converters including Dual-Phase Buck converter, Buck-Boost
852          converter, various LDOs.
853
854 config REGULATOR_S5M8767
855         tristate "Samsung S5M8767A voltage regulator"
856         depends on MFD_SEC_CORE
857         help
858          This driver supports a Samsung S5M8767A voltage output regulator
859          via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
860          supports DVS mode with 8bits of output voltage control.
861
862 config REGULATOR_SC2731
863         tristate "Spreadtrum SC2731 power regulator driver"
864         depends on MFD_SC27XX_PMIC || COMPILE_TEST
865         help
866           This driver provides support for the voltage regulators on the
867           SC2731 PMIC.
868
869 config REGULATOR_SKY81452
870         tristate "Skyworks Solutions SKY81452 voltage regulator"
871         depends on MFD_SKY81452
872         help
873           This driver supports Skyworks SKY81452 voltage output regulator
874           via I2C bus. SKY81452 has one voltage linear regulator can be
875           programmed from 4.5V to 20V.
876
877           This driver can also be built as a module. If so, the module
878           will be called sky81452-regulator.
879
880 config REGULATOR_SLG51000
881         tristate "Dialog Semiconductor SLG51000 regulators"
882         depends on I2C
883         select REGMAP_I2C
884         help
885           Say y here to support for the Dialog Semiconductor SLG51000.
886           The SLG51000 is seven compact and customizable low dropout
887           regulators.
888
889 config REGULATOR_STM32_BOOSTER
890         tristate "STMicroelectronics STM32 BOOSTER"
891         depends on ARCH_STM32 || COMPILE_TEST
892         help
893           This driver supports internal booster (3V3) embedded in some
894           STMicroelectronics STM32 chips. It can be used to supply ADC analog
895           input switches when vdda supply is below 2.7V.
896
897           This driver can also be built as a module. If so, the module
898           will be called stm32-booster.
899
900 config REGULATOR_STM32_VREFBUF
901         tristate "STMicroelectronics STM32 VREFBUF"
902         depends on ARCH_STM32 || COMPILE_TEST
903         help
904           This driver supports STMicroelectronics STM32 VREFBUF (voltage
905           reference buffer) which can be used as voltage reference for
906           internal ADCs, DACs and also for external components through
907           dedicated Vref+ pin.
908
909           This driver can also be built as a module. If so, the module
910           will be called stm32-vrefbuf.
911
912 config REGULATOR_STM32_PWR
913         bool "STMicroelectronics STM32 PWR"
914         depends on ARCH_STM32 || COMPILE_TEST
915         help
916           This driver supports internal regulators (1V1, 1V8, 3V3) in the
917           STMicroelectronics STM32 chips.
918
919 config REGULATOR_STPMIC1
920         tristate "STMicroelectronics STPMIC1 PMIC Regulators"
921         depends on MFD_STPMIC1
922         help
923           This driver supports STMicroelectronics STPMIC1 PMIC voltage
924           regulators and switches. The STPMIC1 regulators supply power to
925           an application processor as well as to external system
926           peripherals such as DDR, Flash memories and system devices.
927
928           To compile this driver as a module, choose M here: the
929           module will be called stpmic1_regulator.
930
931 config REGULATOR_TI_ABB
932         tristate "TI Adaptive Body Bias on-chip LDO"
933         depends on ARCH_OMAP
934         help
935           Select this option to support Texas Instruments' on-chip Adaptive Body
936           Bias (ABB) LDO regulators. It is recommended that this option be
937           enabled on required TI SoC. Certain Operating Performance Points
938           on TI SoCs may be unstable without enabling this as it provides
939           device specific optimized bias to allow/optimize functionality.
940
941 config REGULATOR_STW481X_VMMC
942         bool "ST Microelectronics STW481X VMMC regulator"
943         depends on MFD_STW481X || COMPILE_TEST
944         default y if MFD_STW481X
945         help
946           This driver supports the internal VMMC regulator in the STw481x
947           PMIC chips.
948
949 config REGULATOR_SY8106A
950         tristate "Silergy SY8106A regulator"
951         depends on I2C && (OF || COMPILE_TEST)
952         select REGMAP_I2C
953         help
954           This driver supports SY8106A single output regulator.
955
956 config REGULATOR_SY8824X
957         tristate "Silergy SY8824C/SY8824E regulator"
958         depends on I2C && (OF || COMPILE_TEST)
959         select REGMAP_I2C
960         help
961           This driver supports SY8824C single output regulator.
962
963 config REGULATOR_TPS51632
964         tristate "TI TPS51632 Power Regulator"
965         depends on I2C
966         select REGMAP_I2C
967         help
968           This driver supports TPS51632 voltage regulator chip.
969           The TPS51632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller
970           with Serial VID control and DVFS.
971           The voltage output can be configure through I2C interface or PWM
972           interface.
973
974 config REGULATOR_TPS6105X
975         tristate "TI TPS6105X Power regulators"
976         depends on TPS6105X
977         default y if TPS6105X
978         help
979           This driver supports TPS61050/TPS61052 voltage regulator chips.
980           It is a single boost converter primarily for white LEDs and
981           audio amplifiers.
982
983 config REGULATOR_TPS62360
984         tristate "TI TPS6236x Power Regulator"
985         depends on I2C
986         select REGMAP_I2C
987         help
988           This driver supports TPS6236x voltage regulator chip. This
989           regulator is meant for processor core supply. This chip is
990           high-frequency synchronous step down dc-dc converter optimized
991           for battery-powered portable applications.
992
993 config REGULATOR_TPS65023
994         tristate "TI TPS65023 Power regulators"
995         depends on I2C
996         select REGMAP_I2C
997         help
998           This driver supports TPS65023 voltage regulator chips. TPS65023 provides
999           three step-down converters and two general-purpose LDO voltage regulators.
1000           It supports TI's software based Class-2 SmartReflex implementation.
1001
1002 config REGULATOR_TPS6507X
1003         tristate "TI TPS6507X Power regulators"
1004         depends on I2C
1005         help
1006           This driver supports TPS6507X voltage regulator chips. TPS6507X provides
1007           three step-down converters and two general-purpose LDO voltage regulators.
1008           It supports TI's software based Class-2 SmartReflex implementation.
1009
1010 config REGULATOR_TPS65086
1011         tristate "TI TPS65086 Power regulators"
1012         depends on MFD_TPS65086
1013         help
1014           This driver provides support for the voltage regulators on
1015           TI TPS65086 PMICs.
1016
1017 config REGULATOR_TPS65090
1018         tristate "TI TPS65090 Power regulator"
1019         depends on MFD_TPS65090
1020         help
1021           This driver provides support for the voltage regulators on the
1022           TI TPS65090 PMIC.
1023
1024 config REGULATOR_TPS65132
1025         tristate "TI TPS65132 Dual Output Power regulators"
1026         depends on I2C && GPIOLIB
1027         select REGMAP_I2C
1028         help
1029           This driver supports TPS65132 single inductor - dual output
1030           power supply specifically designed for display panels.
1031
1032 config REGULATOR_TPS65217
1033         tristate "TI TPS65217 Power regulators"
1034         depends on MFD_TPS65217
1035         help
1036           This driver supports TPS65217 voltage regulator chips. TPS65217
1037           provides three step-down converters and four general-purpose LDO
1038           voltage regulators. It supports software based voltage control
1039           for different voltage domains
1040
1041 config REGULATOR_TPS65218
1042         tristate "TI TPS65218 Power regulators"
1043         depends on MFD_TPS65218 && OF
1044         help
1045           This driver supports TPS65218 voltage regulator chips. TPS65218
1046           provides six step-down converters and one general-purpose LDO
1047           voltage regulators. It supports software based voltage control
1048           for different voltage domains
1049
1050 config REGULATOR_TPS6524X
1051         tristate "TI TPS6524X Power regulators"
1052         depends on SPI
1053         help
1054           This driver supports TPS6524X voltage regulator chips. TPS6524X
1055           provides three step-down converters and two general-purpose LDO
1056           voltage regulators.  This device is interfaced using a customized
1057           serial interface currently supported on the sequencer serial
1058           port controller.
1059
1060 config REGULATOR_TPS6586X
1061         tristate "TI TPS6586X Power regulators"
1062         depends on MFD_TPS6586X
1063         help
1064           This driver supports TPS6586X voltage regulator chips.
1065
1066 config REGULATOR_TPS65910
1067         tristate "TI TPS65910/TPS65911 Power Regulators"
1068         depends on MFD_TPS65910
1069         help
1070           This driver supports TPS65910/TPS65911 voltage regulator chips.
1071
1072 config REGULATOR_TPS65912
1073         tristate "TI TPS65912 Power regulator"
1074         depends on MFD_TPS65912
1075         help
1076             This driver supports TPS65912 voltage regulator chip.
1077
1078 config REGULATOR_TPS80031
1079         tristate "TI TPS80031/TPS80032 power regulator driver"
1080         depends on MFD_TPS80031
1081         help
1082           TPS80031/ TPS80032 Fully Integrated Power Management with Power
1083           Path and Battery Charger. It has 5 configurable step-down
1084           converters, 11 general purpose LDOs, VBUS generator and digital
1085           output to control regulators.
1086
1087 config REGULATOR_TWL4030
1088         tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
1089         depends on TWL4030_CORE
1090         help
1091           This driver supports the voltage regulators provided by
1092           this family of companion chips.
1093
1094 config REGULATOR_UNIPHIER
1095         tristate "UniPhier regulator driver"
1096         depends on ARCH_UNIPHIER || COMPILE_TEST
1097         depends on OF
1098         select REGMAP_MMIO
1099         default ARCH_UNIPHIER
1100         help
1101           Support for regulators implemented on Socionext UniPhier SoCs.
1102
1103 config REGULATOR_VCTRL
1104         tristate "Voltage controlled regulators"
1105         depends on OF
1106         help
1107           This driver provides support for voltage regulators whose output
1108           voltage is controlled by the voltage of another regulator.
1109
1110 config REGULATOR_VEXPRESS
1111         tristate "Versatile Express regulators"
1112         depends on VEXPRESS_CONFIG
1113         help
1114           This driver provides support for voltage regulators available
1115           on the ARM Ltd's Versatile Express platform.
1116
1117 config REGULATOR_VQMMC_IPQ4019
1118         tristate "IPQ4019 VQMMC SD LDO regulator support"
1119         depends on ARCH_QCOM
1120         help
1121           This driver provides support for the VQMMC LDO I/0
1122           voltage regulator of the IPQ4019 SD/EMMC controller.
1123
1124 config REGULATOR_WM831X
1125         tristate "Wolfson Microelectronics WM831x PMIC regulators"
1126         depends on MFD_WM831X
1127         help
1128           Support the voltage and current regulators of the WM831x series
1129           of PMIC devices.
1130
1131 config REGULATOR_WM8350
1132         tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
1133         depends on MFD_WM8350
1134         help
1135           This driver provides support for the voltage and current regulators
1136           of the WM8350 AudioPlus PMIC.
1137
1138 config REGULATOR_WM8400
1139         tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
1140         depends on MFD_WM8400
1141         help
1142           This driver provides support for the voltage regulators of the
1143           WM8400 AudioPlus PMIC.
1144
1145 config REGULATOR_WM8994
1146         tristate "Wolfson Microelectronics WM8994 CODEC"
1147         depends on MFD_WM8994
1148         help
1149           This driver provides support for the voltage regulators on the
1150           WM8994 CODEC.
1151
1152 endif
1153