xref: /openbmc/linux/drivers/regulator/Kconfig (revision a273188b)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig 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
25if REGULATOR
26
27config REGULATOR_DEBUG
28	bool "Regulator debug support"
29	help
30	  Say yes here to enable debugging support.
31
32config 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
39config 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
49config 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
58config 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
67config 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
77config 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
83config 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
92config 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
101config 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
108config 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
116config 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
123config 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
132config 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
139config 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
147config 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
156config 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
163config 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
171config 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
178config 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
186config 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
197config 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
209config 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
221config 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
232config 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
239config 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
247config 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
254config 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
264config 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
274config 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
284config 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
294config 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
305config REGULATOR_DBX500_PRCMU
306	bool
307
308config 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
316config 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
327config 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
337config 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
347config 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
357config 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
365config 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
372config REGULATOR_ISL6271A
373	tristate "Intersil ISL6271A Power regulator"
374	depends on I2C
375	help
376	  This driver supports ISL6271A voltage regulator chip.
377
378config 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
387config 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
394config 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
401config 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
408config 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
415config 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
424config 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
433config 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
441config REGULATOR_LP8788
442	tristate "TI LP8788 Power Regulators"
443	depends on MFD_LP8788
444	help
445	  This driver supports LP8788 voltage regulator chip.
446
447config 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
455config 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
463config 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
471config 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
479config 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
488config 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
496config 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
504config 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
511config 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
519config 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
525config 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
533config 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
544config 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
553config 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
561config 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
569config 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
578config 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
587config REGULATOR_MC13XXX_CORE
588	tristate
589
590config 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
598config 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
606config 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
616config REGULATOR_MP5416
617	tristate "Monolithic MP5416 PMIC"
618	depends on I2C && OF
619	select REGMAP_I2C
620	help
621	  Say y here to support the MP5416 PMIC. This will enable supports
622	  the software controllable 4 buck and 4 LDO regulators.
623	  Say M here if you want to include support for the regulator as a
624	  module.
625
626config REGULATOR_MP8859
627	tristate "MPS MP8859 regulator driver"
628	depends on I2C
629	select REGMAP_I2C
630	help
631	  Say y here to support the MP8859 voltage regulator. This driver
632	  supports basic operations (get/set voltage) through the regulator
633	  interface.
634	  Say M here if you want to include support for the regulator as a
635	  module. The module will be named "mp8859".
636
637config REGULATOR_MPQ7920
638	tristate "Monolithic MPQ7920 PMIC"
639	depends on I2C && OF
640	select REGMAP_I2C
641	help
642	  Say y here to support the MPQ7920 PMIC. This will enable supports
643	  the software controllable 4 buck and 5 LDO regulators.
644	  This driver supports the control of different power rails of device
645	  through regulator interface.
646
647config REGULATOR_MT6311
648	tristate "MediaTek MT6311 PMIC"
649	depends on I2C
650	select REGMAP_I2C
651	help
652	  Say y here to select this option to enable the power regulator of
653	  MediaTek MT6311 PMIC.
654	  This driver supports the control of different power rails of device
655	  through regulator interface.
656
657config REGULATOR_MT6323
658	tristate "MediaTek MT6323 PMIC"
659	depends on MFD_MT6397
660	help
661	  Say y here to select this option to enable the power regulator of
662	  MediaTek MT6323 PMIC.
663	  This driver supports the control of different power rails of device
664	  through regulator interface.
665
666config REGULATOR_MT6358
667	tristate "MediaTek MT6358 PMIC"
668	depends on MFD_MT6397 && BROKEN
669	help
670	  Say y here to select this option to enable the power regulator of
671	  MediaTek MT6358 PMIC.
672	  This driver supports the control of different power rails of device
673	  through regulator interface.
674
675config REGULATOR_MT6380
676	tristate "MediaTek MT6380 PMIC"
677	depends on MTK_PMIC_WRAP
678	help
679	  Say y here to select this option to enable the power regulator of
680	  MediaTek MT6380 PMIC.
681	  This driver supports the control of different power rails of device
682	  through regulator interface.
683
684config REGULATOR_MT6397
685	tristate "MediaTek MT6397 PMIC"
686	depends on MFD_MT6397
687	help
688	  Say y here to select this option to enable the power regulator of
689	  MediaTek MT6397 PMIC.
690	  This driver supports the control of different power rails of device
691	  through regulator interface.
692
693config REGULATOR_PALMAS
694	tristate "TI Palmas PMIC Regulators"
695	depends on MFD_PALMAS
696	help
697	  If you wish to control the regulators on the Palmas series of
698	  chips say Y here. This will enable support for all the software
699	  controllable SMPS/LDO regulators.
700
701	  The regulators available on Palmas series chips vary depending
702	  on the muxing. This is handled automatically in the driver by
703	  reading the mux info from OTP.
704
705config REGULATOR_PBIAS
706	tristate "PBIAS OMAP regulator driver"
707	depends on (ARCH_OMAP || COMPILE_TEST) && MFD_SYSCON
708	help
709	 Say y here to support pbias regulator for mmc1:SD card i/o
710	 on OMAP SoCs.
711	 This driver provides support for OMAP pbias modelled
712	 regulators.
713
714config REGULATOR_PCAP
715	tristate "Motorola PCAP2 regulator driver"
716	depends on EZX_PCAP
717	help
718	 This driver provides support for the voltage regulators of the
719	 PCAP2 PMIC.
720
721config REGULATOR_PCF50633
722	tristate "NXP PCF50633 regulator driver"
723	depends on MFD_PCF50633
724	help
725	 Say Y here to support the voltage regulators and converters
726	 on PCF50633
727
728config REGULATOR_PFUZE100
729	tristate "Freescale PFUZE100/200/3000/3001 regulator driver"
730	depends on I2C
731	select REGMAP_I2C
732	help
733	  Say y here to support the regulators found on the Freescale
734	  PFUZE100/200/3000/3001 PMIC.
735
736config REGULATOR_PV88060
737	tristate "Powerventure Semiconductor PV88060 regulator"
738	depends on I2C
739	select REGMAP_I2C
740	help
741	  Say y here to support the voltage regulators and convertors
742	  PV88060
743
744config REGULATOR_PV88080
745	tristate "Powerventure Semiconductor PV88080 regulator"
746	depends on I2C
747	select REGMAP_I2C
748	help
749	  Say y here to support the buck convertors on PV88080
750
751config REGULATOR_PV88090
752	tristate "Powerventure Semiconductor PV88090 regulator"
753	depends on I2C
754	select REGMAP_I2C
755	help
756	  Say y here to support the voltage regulators and convertors
757	  on PV88090
758
759config REGULATOR_PWM
760	tristate "PWM voltage regulator"
761	depends on PWM
762	help
763	  This driver supports PWM controlled voltage regulators. PWM
764	  duty cycle can increase or decrease the voltage.
765
766config REGULATOR_QCOM_RPM
767	tristate "Qualcomm RPM regulator driver"
768	depends on MFD_QCOM_RPM
769	help
770	  If you say yes to this option, support will be included for the
771	  regulators exposed by the Resource Power Manager found in Qualcomm
772	  8660, 8960 and 8064 based devices.
773
774	  Say M here if you want to include support for the regulators on the
775	  Qualcomm RPM as a module. The module will be named
776	  "qcom_rpm-regulator".
777
778config REGULATOR_QCOM_RPMH
779	tristate "Qualcomm Technologies, Inc. RPMh regulator driver"
780	depends on QCOM_RPMH || COMPILE_TEST
781	help
782	  This driver supports control of PMIC regulators via the RPMh hardware
783	  block found on Qualcomm Technologies Inc. SoCs.  RPMh regulator
784	  control allows for voting on regulator state between multiple
785	  processors within the SoC.
786
787config REGULATOR_QCOM_SMD_RPM
788	tristate "Qualcomm SMD based RPM regulator driver"
789	depends on QCOM_SMD_RPM
790	help
791	  If you say yes to this option, support will be included for the
792	  regulators exposed by the Resource Power Manager found in Qualcomm
793	  8974 based devices.
794
795	  Say M here if you want to include support for the regulators on the
796	  Qualcomm RPM as a module. The module will be named
797	  "qcom_smd-regulator".
798
799config REGULATOR_QCOM_SPMI
800	tristate "Qualcomm SPMI regulator driver"
801	depends on SPMI || COMPILE_TEST
802	help
803	  If you say yes to this option, support will be included for the
804	  regulators found in Qualcomm SPMI PMICs.
805
806	  Say M here if you want to include support for the regulators on the
807	  Qualcomm SPMI PMICs as a module. The module will be named
808	  "qcom_spmi-regulator".
809
810config REGULATOR_RC5T583
811	tristate "RICOH RC5T583 Power regulators"
812	depends on MFD_RC5T583
813	help
814	  Select this option to enable the power regulator of RICOH
815	  PMIC RC5T583.
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
820config REGULATOR_RK808
821	tristate "Rockchip RK805/RK808/RK809/RK817/RK818 Power regulators"
822	depends on MFD_RK808
823	help
824	  Select this option to enable the power regulator of ROCKCHIP
825	  PMIC RK805,RK809&RK817,RK808 and RK818.
826	  This driver supports the control of different power rails of device
827	  through regulator interface. The device supports multiple DCDC/LDO
828	  outputs which can be controlled by i2c communication.
829
830config REGULATOR_RN5T618
831	tristate "Ricoh RN5T567/618 voltage regulators"
832	depends on MFD_RN5T618
833	help
834	  Say y here to support the regulators found on Ricoh RN5T567,
835	  RN5T618 or RC5T619 PMIC.
836
837config REGULATOR_ROHM
838	tristate
839
840config REGULATOR_RT5033
841	tristate "Richtek RT5033 Regulators"
842	depends on MFD_RT5033
843	help
844	  This adds support for voltage and current regulators in Richtek
845	  RT5033 PMIC. The device supports multiple regulators like
846	  current source, LDO and Buck.
847
848config REGULATOR_S2MPA01
849	tristate "Samsung S2MPA01 voltage regulator"
850	depends on MFD_SEC_CORE
851	help
852	 This driver controls Samsung S2MPA01 voltage output regulator
853	 via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
854
855config REGULATOR_S2MPS11
856	tristate "Samsung S2MPS11/13/14/15/S2MPU02 voltage regulator"
857	depends on MFD_SEC_CORE
858	help
859	 This driver supports a Samsung S2MPS11/13/14/15/S2MPU02 voltage
860	 output regulator via I2C bus. The chip is comprised of high efficient
861	 Buck converters including Dual-Phase Buck converter, Buck-Boost
862	 converter, various LDOs.
863
864config REGULATOR_S5M8767
865	tristate "Samsung S5M8767A voltage regulator"
866	depends on MFD_SEC_CORE
867	help
868	 This driver supports a Samsung S5M8767A voltage output regulator
869	 via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
870	 supports DVS mode with 8bits of output voltage control.
871
872config REGULATOR_SC2731
873	tristate "Spreadtrum SC2731 power regulator driver"
874	depends on MFD_SC27XX_PMIC || COMPILE_TEST
875	help
876	  This driver provides support for the voltage regulators on the
877	  SC2731 PMIC.
878
879config REGULATOR_SKY81452
880	tristate "Skyworks Solutions SKY81452 voltage regulator"
881	depends on MFD_SKY81452
882	help
883	  This driver supports Skyworks SKY81452 voltage output regulator
884	  via I2C bus. SKY81452 has one voltage linear regulator can be
885	  programmed from 4.5V to 20V.
886
887	  This driver can also be built as a module. If so, the module
888	  will be called sky81452-regulator.
889
890config REGULATOR_SLG51000
891	tristate "Dialog Semiconductor SLG51000 regulators"
892	depends on I2C
893	select REGMAP_I2C
894	help
895	  Say y here to support for the Dialog Semiconductor SLG51000.
896	  The SLG51000 is seven compact and customizable low dropout
897	  regulators.
898
899config REGULATOR_STM32_BOOSTER
900	tristate "STMicroelectronics STM32 BOOSTER"
901	depends on ARCH_STM32 || COMPILE_TEST
902	help
903	  This driver supports internal booster (3V3) embedded in some
904	  STMicroelectronics STM32 chips. It can be used to supply ADC analog
905	  input switches when vdda supply is below 2.7V.
906
907	  This driver can also be built as a module. If so, the module
908	  will be called stm32-booster.
909
910config REGULATOR_STM32_VREFBUF
911	tristate "STMicroelectronics STM32 VREFBUF"
912	depends on ARCH_STM32 || COMPILE_TEST
913	help
914	  This driver supports STMicroelectronics STM32 VREFBUF (voltage
915	  reference buffer) which can be used as voltage reference for
916	  internal ADCs, DACs and also for external components through
917	  dedicated Vref+ pin.
918
919	  This driver can also be built as a module. If so, the module
920	  will be called stm32-vrefbuf.
921
922config REGULATOR_STM32_PWR
923	bool "STMicroelectronics STM32 PWR"
924	depends on ARCH_STM32 || COMPILE_TEST
925	help
926	  This driver supports internal regulators (1V1, 1V8, 3V3) in the
927	  STMicroelectronics STM32 chips.
928
929config REGULATOR_STPMIC1
930	tristate "STMicroelectronics STPMIC1 PMIC Regulators"
931	depends on MFD_STPMIC1
932	help
933	  This driver supports STMicroelectronics STPMIC1 PMIC voltage
934	  regulators and switches. The STPMIC1 regulators supply power to
935	  an application processor as well as to external system
936	  peripherals such as DDR, Flash memories and system devices.
937
938	  To compile this driver as a module, choose M here: the
939	  module will be called stpmic1_regulator.
940
941config REGULATOR_TI_ABB
942	tristate "TI Adaptive Body Bias on-chip LDO"
943	depends on ARCH_OMAP
944	help
945	  Select this option to support Texas Instruments' on-chip Adaptive Body
946	  Bias (ABB) LDO regulators. It is recommended that this option be
947	  enabled on required TI SoC. Certain Operating Performance Points
948	  on TI SoCs may be unstable without enabling this as it provides
949	  device specific optimized bias to allow/optimize functionality.
950
951config REGULATOR_STW481X_VMMC
952	bool "ST Microelectronics STW481X VMMC regulator"
953	depends on MFD_STW481X || COMPILE_TEST
954	default y if MFD_STW481X
955	help
956	  This driver supports the internal VMMC regulator in the STw481x
957	  PMIC chips.
958
959config REGULATOR_SY8106A
960	tristate "Silergy SY8106A regulator"
961	depends on I2C && (OF || COMPILE_TEST)
962	select REGMAP_I2C
963	help
964	  This driver supports SY8106A single output regulator.
965
966config REGULATOR_SY8824X
967	tristate "Silergy SY8824C/SY8824E regulator"
968	depends on I2C && (OF || COMPILE_TEST)
969	select REGMAP_I2C
970	help
971	  This driver supports SY8824C single output regulator.
972
973config REGULATOR_TPS51632
974	tristate "TI TPS51632 Power Regulator"
975	depends on I2C
976	select REGMAP_I2C
977	help
978	  This driver supports TPS51632 voltage regulator chip.
979	  The TPS51632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller
980	  with Serial VID control and DVFS.
981	  The voltage output can be configure through I2C interface or PWM
982	  interface.
983
984config REGULATOR_TPS6105X
985	tristate "TI TPS6105X Power regulators"
986	depends on TPS6105X
987	default y if TPS6105X
988	help
989	  This driver supports TPS61050/TPS61052 voltage regulator chips.
990	  It is a single boost converter primarily for white LEDs and
991	  audio amplifiers.
992
993config REGULATOR_TPS62360
994	tristate "TI TPS6236x Power Regulator"
995	depends on I2C
996	select REGMAP_I2C
997	help
998	  This driver supports TPS6236x voltage regulator chip. This
999	  regulator is meant for processor core supply. This chip is
1000	  high-frequency synchronous step down dc-dc converter optimized
1001	  for battery-powered portable applications.
1002
1003config REGULATOR_TPS65023
1004	tristate "TI TPS65023 Power regulators"
1005	depends on I2C
1006	select REGMAP_I2C
1007	help
1008	  This driver supports TPS65023 voltage regulator chips. TPS65023 provides
1009	  three step-down converters and two general-purpose LDO voltage regulators.
1010	  It supports TI's software based Class-2 SmartReflex implementation.
1011
1012config REGULATOR_TPS6507X
1013	tristate "TI TPS6507X Power regulators"
1014	depends on I2C
1015	help
1016	  This driver supports TPS6507X voltage regulator chips. TPS6507X provides
1017	  three step-down converters and two general-purpose LDO voltage regulators.
1018	  It supports TI's software based Class-2 SmartReflex implementation.
1019
1020config REGULATOR_TPS65086
1021	tristate "TI TPS65086 Power regulators"
1022	depends on MFD_TPS65086
1023	help
1024	  This driver provides support for the voltage regulators on
1025	  TI TPS65086 PMICs.
1026
1027config REGULATOR_TPS65090
1028	tristate "TI TPS65090 Power regulator"
1029	depends on MFD_TPS65090
1030	help
1031	  This driver provides support for the voltage regulators on the
1032	  TI TPS65090 PMIC.
1033
1034config REGULATOR_TPS65132
1035	tristate "TI TPS65132 Dual Output Power regulators"
1036	depends on I2C && GPIOLIB
1037	select REGMAP_I2C
1038	help
1039	  This driver supports TPS65132 single inductor - dual output
1040	  power supply specifically designed for display panels.
1041
1042config REGULATOR_TPS65217
1043	tristate "TI TPS65217 Power regulators"
1044	depends on MFD_TPS65217
1045	help
1046	  This driver supports TPS65217 voltage regulator chips. TPS65217
1047	  provides three step-down converters and four general-purpose LDO
1048	  voltage regulators. It supports software based voltage control
1049	  for different voltage domains
1050
1051config REGULATOR_TPS65218
1052	tristate "TI TPS65218 Power regulators"
1053	depends on MFD_TPS65218 && OF
1054	help
1055	  This driver supports TPS65218 voltage regulator chips. TPS65218
1056	  provides six step-down converters and one general-purpose LDO
1057	  voltage regulators. It supports software based voltage control
1058	  for different voltage domains
1059
1060config REGULATOR_TPS6524X
1061	tristate "TI TPS6524X Power regulators"
1062	depends on SPI
1063	help
1064	  This driver supports TPS6524X voltage regulator chips. TPS6524X
1065	  provides three step-down converters and two general-purpose LDO
1066	  voltage regulators.  This device is interfaced using a customized
1067	  serial interface currently supported on the sequencer serial
1068	  port controller.
1069
1070config REGULATOR_TPS6586X
1071	tristate "TI TPS6586X Power regulators"
1072	depends on MFD_TPS6586X
1073	help
1074	  This driver supports TPS6586X voltage regulator chips.
1075
1076config REGULATOR_TPS65910
1077	tristate "TI TPS65910/TPS65911 Power Regulators"
1078	depends on MFD_TPS65910
1079	help
1080	  This driver supports TPS65910/TPS65911 voltage regulator chips.
1081
1082config REGULATOR_TPS65912
1083	tristate "TI TPS65912 Power regulator"
1084	depends on MFD_TPS65912
1085	help
1086	    This driver supports TPS65912 voltage regulator chip.
1087
1088config REGULATOR_TPS80031
1089	tristate "TI TPS80031/TPS80032 power regulator driver"
1090	depends on MFD_TPS80031
1091	help
1092	  TPS80031/ TPS80032 Fully Integrated Power Management with Power
1093	  Path and Battery Charger. It has 5 configurable step-down
1094	  converters, 11 general purpose LDOs, VBUS generator and digital
1095	  output to control regulators.
1096
1097config REGULATOR_TWL4030
1098	tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
1099	depends on TWL4030_CORE
1100	help
1101	  This driver supports the voltage regulators provided by
1102	  this family of companion chips.
1103
1104config REGULATOR_UNIPHIER
1105	tristate "UniPhier regulator driver"
1106	depends on ARCH_UNIPHIER || COMPILE_TEST
1107	depends on OF
1108	select REGMAP_MMIO
1109	default ARCH_UNIPHIER
1110	help
1111	  Support for regulators implemented on Socionext UniPhier SoCs.
1112
1113config REGULATOR_VCTRL
1114	tristate "Voltage controlled regulators"
1115	depends on OF
1116	help
1117	  This driver provides support for voltage regulators whose output
1118	  voltage is controlled by the voltage of another regulator.
1119
1120config REGULATOR_VEXPRESS
1121	tristate "Versatile Express regulators"
1122	depends on VEXPRESS_CONFIG
1123	help
1124	  This driver provides support for voltage regulators available
1125	  on the ARM Ltd's Versatile Express platform.
1126
1127config REGULATOR_VQMMC_IPQ4019
1128	tristate "IPQ4019 VQMMC SD LDO regulator support"
1129	depends on ARCH_QCOM
1130	help
1131	  This driver provides support for the VQMMC LDO I/0
1132	  voltage regulator of the IPQ4019 SD/EMMC controller.
1133
1134config REGULATOR_WM831X
1135	tristate "Wolfson Microelectronics WM831x PMIC regulators"
1136	depends on MFD_WM831X
1137	help
1138	  Support the voltage and current regulators of the WM831x series
1139	  of PMIC devices.
1140
1141config REGULATOR_WM8350
1142	tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
1143	depends on MFD_WM8350
1144	help
1145	  This driver provides support for the voltage and current regulators
1146	  of the WM8350 AudioPlus PMIC.
1147
1148config REGULATOR_WM8400
1149	tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
1150	depends on MFD_WM8400
1151	help
1152	  This driver provides support for the voltage regulators of the
1153	  WM8400 AudioPlus PMIC.
1154
1155config REGULATOR_WM8994
1156	tristate "Wolfson Microelectronics WM8994 CODEC"
1157	depends on MFD_WM8994
1158	help
1159	  This driver provides support for the voltage regulators on the
1160	  WM8994 CODEC.
1161
1162endif
1163
1164