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