blob: 9aeb32c320aab0d3de90a1ca57a944437d246da0 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Takashi Iwaibbda14d2008-10-30 15:57:05 +01002menuconfig REGULATOR
Liam Girdwoodba7e4762008-04-30 17:13:42 +01003 bool "Voltage and Current Regulator Support"
Matti Vaittinen60ab7f42020-05-08 18:43:36 +03004 select LINEAR_RANGES
Liam Girdwoodba7e4762008-04-30 17:13:42 +01005 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
Mark Brown809d3102012-06-20 11:08:43 +010025
Takashi Iwaibbda14d2008-10-30 15:57:05 +010026if REGULATOR
27
Liam Girdwoodba7e4762008-04-30 17:13:42 +010028config REGULATOR_DEBUG
29 bool "Regulator debug support"
Liam Girdwoodba7e4762008-04-30 17:13:42 +010030 help
31 Say yes here to enable debugging support.
32
33config REGULATOR_FIXED_VOLTAGE
Mark Browna9cb63b2009-01-19 13:37:05 +000034 tristate "Fixed voltage regulator support"
Mark Browna9cb63b2009-01-19 13:37:05 +000035 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.
Liam Girdwoodba7e4762008-04-30 17:13:42 +010039
40config REGULATOR_VIRTUAL_CONSUMER
41 tristate "Virtual regulator consumer support"
Liam Girdwoodba7e4762008-04-30 17:13:42 +010042 help
43 This driver provides a virtual consumer for the voltage and
Michael Jonesc6d678b2012-07-26 16:07:23 +020044 current regulator API which provides sysfs controls for
45 configuring the supplies requested. This is mainly useful
46 for test purposes.
Liam Girdwoodba7e4762008-04-30 17:13:42 +010047
Michael Jonesc6d678b2012-07-26 16:07:23 +020048 If unsure, say no.
Liam Girdwoodba7e4762008-04-30 17:13:42 +010049
Mike Rapoport1d98ccc2009-04-26 16:49:39 +030050config REGULATOR_USERSPACE_CONSUMER
51 tristate "Userspace regulator consumer support"
Mike Rapoport1d98ccc2009-04-26 16:49:39 +030052 help
53 There are some classes of devices that are controlled entirely
Michael Prokop6f2653e2009-09-05 02:59:14 +020054 from user space. Userspace consumer driver provides ability to
Mike Rapoport1d98ccc2009-04-26 16:49:39 +030055 control power supplies for such devices.
56
Michael Jonesc6d678b2012-07-26 16:07:23 +020057 If unsure, say no.
Mike Rapoport1d98ccc2009-04-26 16:49:39 +030058
Alexander Monakova265b032018-03-09 01:53:03 +030059config 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
Chao Xie95f1dc02013-07-17 23:07:03 -040068config REGULATOR_88PM800
69 tristate "Marvell 88PM800 Power regulators"
Axel Lin7c45f602013-07-19 09:17:53 +080070 depends on MFD_88PM800
Chao Xie95f1dc02013-07-17 23:07:03 -040071 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
Mark Brown82b736d2013-07-05 20:45:22 +010078config REGULATOR_88PM8607
Mark Brown631a1fc2013-07-29 16:49:46 +010079 tristate "Marvell 88PM8607 Power regulators"
Mark Brown82b736d2013-07-05 20:45:22 +010080 depends on MFD_88PM860X=y
Heiko Stübner3f0292a2011-10-05 12:27:05 +020081 help
Mark Brown82b736d2013-07-05 20:45:22 +010082 This driver supports 88PM8607 voltage regulator chips.
Heiko Stübner3f0292a2011-10-05 12:27:05 +020083
Wenyou Yang33036f42013-12-24 10:34:28 +080084config REGULATOR_ACT8865
85 tristate "Active-semi act8865 voltage regulator"
86 depends on I2C
YueHaibing5375f1e2019-08-07 21:38:22 +080087 depends on POWER_SUPPLY
Wenyou Yang33036f42013-12-24 10:34:28 +080088 select REGMAP_I2C
89 help
90 This driver controls a active-semi act8865 voltage output
91 regulator via I2C bus.
92
Wenyou Yang38c09962016-02-05 12:33:30 +080093config 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
Axel Lindfb9b8a2012-02-22 09:29:16 +0800102config REGULATOR_AD5398
103 tristate "Analog Devices AD5398/AD5821 regulators"
104 depends on I2C
Philipp Zabel0eb5d5a2008-07-11 17:28:06 +0200105 help
Axel Lindfb9b8a2012-02-22 09:29:16 +0800106 This driver supports AD5398 and AD5821 current regulator chips.
107 If building into module, its name is ad5398.ko.
108
Mark Brown82b736d2013-07-05 20:45:22 +0100109config REGULATOR_ANATOP
110 tristate "Freescale i.MX on-chip ANATOP LDO regulators"
Anson Huang6179b0e2020-03-02 19:55:18 +0800111 depends on ARCH_MXC || COMPILE_TEST
Mark Brown82b736d2013-07-05 20:45:22 +0100112 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
Axel Lindfb9b8a2012-02-22 09:29:16 +0800118config 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
Mark Brown82b736d2013-07-05 20:45:22 +0100125config REGULATOR_AB8500
126 bool "ST-Ericsson AB8500 Power Regulators"
127 depends on AB8500_CORE
128 help
129 This driver supports the regulators found on the ST-Ericsson mixed
130 signal AB8500 PMIC
131
Richard Fitzgerald7e642592017-04-18 11:43:48 +0100132config REGULATOR_ARIZONA_LDO1
Richard Fitzgerald1f5f11e2019-05-21 11:04:38 +0100133 tristate "Cirrus Madera and Wolfson Arizona class devices LDO1"
134 depends on MFD_ARIZONA || MFD_MADERA
Mark Browne6ed9052013-01-10 19:14:11 +0000135 depends on SND_SOC
Mark Brownb667a452012-06-14 18:14:00 +0100136 help
Richard Fitzgerald1f5f11e2019-05-21 11:04:38 +0100137 Support for the LDO1 regulators found on Cirrus Logic Madera codecs
138 and Wolfson Microelectronic Arizona codecs.
Richard Fitzgerald7e642592017-04-18 11:43:48 +0100139
140config REGULATOR_ARIZONA_MICSUPP
Richard Fitzgerald7bd79162019-05-21 11:04:39 +0100141 tristate "Cirrus Madera and Wolfson Arizona class devices MICSUPP"
142 depends on MFD_ARIZONA || MFD_MADERA
Richard Fitzgerald7e642592017-04-18 11:43:48 +0100143 depends on SND_SOC
144 help
Richard Fitzgerald7bd79162019-05-21 11:04:39 +0100145 Support for the MICSUPP regulators found on Cirrus Logic Madera codecs
146 and Wolfson Microelectronic Arizona codecs
Mark Brownb667a452012-06-14 18:14:00 +0100147 devices.
148
Cristian Marussi0fbeae72020-11-23 20:23:36 +0000149config REGULATOR_ARM_SCMI
150 tristate "SCMI based regulator driver"
151 depends on ARM_SCMI_PROTOCOL && OF
152 help
153 This adds the regulator driver support for ARM platforms using SCMI
154 protocol for device voltage management.
155 This driver uses SCMI Message Protocol driver to interact with the
156 firmware providing the device Voltage functionality.
157
Mark Brown82b736d2013-07-05 20:45:22 +0100158config 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
Laxman Dewanganbc407332013-09-20 18:00:13 +0530165config 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
Cristian Ciocaltea3b15cca2020-12-29 19:31:19 +0200173config REGULATOR_ATC260X
174 tristate "Actions Semi ATC260x PMIC Regulators"
175 depends on MFD_ATC260X
176 help
177 This driver provides support for the voltage regulators on the
178 ATC260x PMICs. This will enable support for all the software
179 controllable DCDC/LDO regulators.
180
Carlo Caionedfe7a1b2014-04-11 11:38:10 +0200181config REGULATOR_AXP20X
182 tristate "X-POWERS AXP20X PMIC Regulators"
183 depends on MFD_AXP20X
184 help
185 This driver provides support for the voltage regulators on the
186 AXP20X PMIC.
187
Matt Porter462c9fc2014-03-11 11:46:13 -0400188config REGULATOR_BCM590XX
189 tristate "Broadcom BCM590xx PMU Regulators"
190 depends on MFD_BCM590XX
191 help
192 This driver provides support for the voltage regulators on the
193 BCM590xx PMUs. This will enable support for the software
194 controllable LDO/Switching regulators.
195
Matti Vaittinen99ea37b2019-01-22 11:46:08 +0200196config REGULATOR_BD70528
197 tristate "ROHM BD70528 Power Regulator"
198 depends on MFD_ROHM_BD70528
199 help
200 This driver supports voltage regulators on ROHM BD70528 PMIC.
201 This will enable support for the software controllable buck
202 and LDO regulators.
203
204 This driver can also be built as a module. If so, the module
205 will be called bd70528-regulator.
206
Matti Vaittinen1aad3902021-04-05 14:44:16 +0300207config REGULATOR_BD71815
208 tristate "ROHM BD71815 Power Regulator"
209 depends on MFD_ROHM_BD71828
Randy Dunlap5ba37472021-05-22 17:14:27 -0700210 select REGULATOR_ROHM
Matti Vaittinen1aad3902021-04-05 14:44:16 +0300211 help
212 This driver supports voltage regulators on ROHM BD71815 PMIC.
213 This will enable support for the software controllable buck
214 and LDO regulators and a current regulator for LEDs.
215
216 This driver can also be built as a module. If so, the module
217 will be called bd71815-regulator.
218
Matti Vaittinen522498f2019-12-11 11:46:11 +0200219config REGULATOR_BD71828
220 tristate "ROHM BD71828 Power Regulator"
221 depends on MFD_ROHM_BD71828
222 select REGULATOR_ROHM
223 help
224 This driver supports voltage regulators on ROHM BD71828 PMIC.
225 This will enable support for the software controllable buck
226 and LDO regulators.
227
228 This driver can also be built as a module. If so, the module
229 will be called bd71828-regulator.
230
Matti Vaittinen410e8b42018-07-30 14:50:08 +0300231config REGULATOR_BD718XX
Matti Vaittinenba087992018-05-30 11:43:43 +0300232 tristate "ROHM BD71837 Power Regulator"
Matti Vaittinen410e8b42018-07-30 14:50:08 +0300233 depends on MFD_ROHM_BD718XX
Matti Vaittinen21b72152020-01-20 15:44:45 +0200234 select REGULATOR_ROHM
Matti Vaittinenba087992018-05-30 11:43:43 +0300235 help
236 This driver supports voltage regulators on ROHM BD71837 PMIC.
237 This will enable support for the software controllable buck
238 and LDO regulators.
239
240 This driver can also be built as a module. If so, the module
Matti Vaittinen2ece6462018-09-14 11:34:02 +0300241 will be called bd718x7-regulator.
Matti Vaittinenba087992018-05-30 11:43:43 +0300242
Marek Vasute85c5a12017-04-24 17:21:30 +0200243config REGULATOR_BD9571MWV
244 tristate "ROHM BD9571MWV Regulators"
245 depends on MFD_BD9571MWV
246 help
247 This driver provides support for the voltage regulators on the
248 ROHM BD9571MWV PMIC. This will enable support for the software
249 controllable regulator and voltage sampling units.
250
251 This driver can also be built as a module. If so, the module
252 will be called bd9571mwv-regulator.
253
Matti Vaittinenb014e9f2020-09-17 11:03:31 +0300254config REGULATOR_BD957XMUF
255 tristate "ROHM BD9576MUF and BD9573MUF Regulators"
256 depends on MFD_ROHM_BD957XMUF
257 help
258 This driver supports voltage regulators on ROHM BD9576MUF and
259 BD9573MUF PMICs.
260
261 This driver can also be built as a module. If so, the module
262 will be called bd9576-regulator.
263
Tony Lindgren0ad4c072017-02-02 15:43:57 -0800264config REGULATOR_CPCAP
265 tristate "Motorola CPCAP regulator"
266 depends on MFD_CPCAP
267 help
268 Say y here for CPCAP regulator found on some Motorola phones
269 and tablets such as Droid 4.
270
Pi-Hsun Shih8d9f8d52020-06-12 12:05:20 +0800271config REGULATOR_CROS_EC
272 tristate "ChromeOS EC regulators"
273 depends on CROS_EC && OF
274 help
275 This driver supports voltage regulators that is connected to ChromeOS
276 EC and controlled through EC host commands.
277
278 This driver can also be built as a module. If so, the module
279 will be called cros-ec-regulator.
280
Axel Lindfb9b8a2012-02-22 09:29:16 +0800281config REGULATOR_DA903X
282 tristate "Dialog Semiconductor DA9030/DA9034 regulators"
283 depends on PMIC_DA903X
Arnd Bergmann0077aaa2019-03-07 11:26:02 +0100284 depends on !CC_IS_CLANG # https://bugs.llvm.org/show_bug.cgi?id=38789
Axel Lindfb9b8a2012-02-22 09:29:16 +0800285 help
286 Say y here to support the BUCKs and LDOs regulators found on
287 Dialog Semiconductor DA9030/DA9034 PMIC.
288
289config REGULATOR_DA9052
290 tristate "Dialog Semiconductor DA9052/DA9053 regulators"
291 depends on PMIC_DA9052
292 help
293 This driver supports the voltage regulators of DA9052-BC and
294 DA9053-AA/Bx PMIC.
295
Ashish Jangamf6130be2012-11-01 13:57:56 +0530296config REGULATOR_DA9055
297 tristate "Dialog Semiconductor DA9055 regulators"
298 depends on MFD_DA9055
299 help
300 Say y here to support the BUCKs and LDOs regulators found on
301 Dialog Semiconductor DA9055 PMIC.
302
303 This driver can also be built as a module. If so, the module
304 will be called da9055-regulator.
305
S Twiss4068e512015-05-19 14:10:30 +0100306config REGULATOR_DA9062
Steve Twiss4b7f4952017-06-07 09:13:48 +0100307 tristate "Dialog Semiconductor DA9061/62 regulators"
S Twiss4068e512015-05-19 14:10:30 +0100308 depends on MFD_DA9062
309 help
310 Say y here to support the BUCKs and LDOs regulators found on
Steve Twiss4b7f4952017-06-07 09:13:48 +0100311 DA9061 and DA9062 PMICs.
S Twiss4068e512015-05-19 14:10:30 +0100312
313 This driver can also be built as a module. If so, the module
314 will be called da9062-regulator.
315
Krystian Garbaciak69ca3e52013-07-29 19:00:45 +0200316config REGULATOR_DA9063
317 tristate "Dialog Semiconductor DA9063 regulators"
Wolfram Sang973af542019-05-20 11:34:46 +0200318 depends on MFD_DA9063 && OF
Krystian Garbaciak69ca3e52013-07-29 19:00:45 +0200319 help
320 Say y here to support the BUCKs and LDOs regulators found on
321 DA9063 PMICs.
322
323 This driver can also be built as a module. If so, the module
324 will be called da9063-regulator.
325
Vincent Whitchurche6ff10f2020-11-03 11:00:21 +0100326config REGULATOR_DA9121
Adam Wardc8604762020-11-30 16:59:08 +0000327 tristate "Dialog Semiconductor DA9121/DA9122/DA9220/DA9217/DA9130/DA9131/DA9132 regulator"
Vincent Whitchurche6ff10f2020-11-03 11:00:21 +0100328 depends on I2C && OF
329 select REGMAP_I2C
330 help
331 Say y here to support for the Dialog Semiconductor DA9121. The
Adam Wardc8604762020-11-30 16:59:08 +0000332 DA9121 is a single channel dual-phase buck converter controlled
333 through an I2C interface.
334
335 DA9121 Single-channel dual-phase 10A buck converter
336 DA9130 Single-channel dual-phase 10A buck converter (Automotive)
337 DA9217 Single-channel dual-phase 6A buck converter
338 DA9122 Dual-channel single-phase 5A buck converter
339 DA9131 Dual-channel single-phase 5A buck converter (Automotive)
340 DA9220 Dual-channel single-phase 3A buck converter
341 DA9132 Dual-channel single-phase 3A buck converter (Automotive)
Vincent Whitchurche6ff10f2020-11-03 11:00:21 +0100342
343 This driver can also be built as a module. If so, the module
344 will be called da9121-regulator.
345
Steve Twiss16f10912013-08-06 15:30:48 +0100346config REGULATOR_DA9210
347 tristate "Dialog Semiconductor DA9210 regulator"
348 depends on I2C
349 select REGMAP_I2C
350 help
351 Say y here to support for the Dialog Semiconductor DA9210.
352 The DA9210 is a multi-phase synchronous step down
353 converter 12A DC-DC Buck controlled through an I2C
354 interface.
355
James Ban1028a372014-07-14 13:48:45 +0900356config REGULATOR_DA9211
James Ban707ce9e2017-10-30 11:32:38 +0900357 tristate "Dialog Semiconductor DA9211/DA9212/DA9213/DA9223/DA9214/DA9224/DA9215/DA9225 regulator"
James Ban1028a372014-07-14 13:48:45 +0900358 depends on I2C
359 select REGMAP_I2C
360 help
James Ban005547e2014-08-08 14:27:04 +0900361 Say y here to support for the Dialog Semiconductor DA9211/DA9212
James Ban7bd39352015-06-30 13:39:39 +0900362 /DA9213/DA9214/DA9215.
363 The DA9211/DA9212/DA9213/DA9214/DA9215 is a multi-phase synchronous
James Ban005547e2014-08-08 14:27:04 +0900364 step down converter 12A or 16A DC-DC Buck controlled through an I2C
James Ban1028a372014-07-14 13:48:45 +0900365 interface.
366
Mark Brown82b736d2013-07-05 20:45:22 +0100367config REGULATOR_DBX500_PRCMU
368 bool
369
370config REGULATOR_DB8500_PRCMU
371 bool "ST-Ericsson DB8500 Voltage Domain Regulators"
372 depends on MFD_DB8500_PRCMU
373 select REGULATOR_DBX500_PRCMU
374 help
375 This driver supports the voltage domain regulators controlled by the
376 DB8500 PRCMU
377
Yunfan Zhang49d8c592012-09-08 03:52:18 -0700378config REGULATOR_FAN53555
379 tristate "Fairchild FAN53555 Regulator"
380 depends on I2C
381 select REGMAP_I2C
382 help
383 This driver supports Fairchild FAN53555 Digitally Programmable
384 TinyBuck Regulator. The FAN53555 is a step-down switching voltage
385 regulator that delivers a digitally programmable output from an
386 input voltage supply of 2.5V to 5.5V. The output voltage is
387 programmed through an I2C interface.
388
Christoph Fritze6dea512020-07-02 23:08:45 +0200389config REGULATOR_FAN53880
390 tristate "Fairchild FAN53880 Regulator"
Christoph Fritz318b8a02020-07-07 12:57:31 +0200391 depends on I2C && (OF || COMPILE_TEST)
Christoph Fritze6dea512020-07-02 23:08:45 +0200392 select REGMAP_I2C
393 help
394 This driver supports Fairchild (ON Semiconductor) FAN53880
395 regulator. The regulator is a programmable power management IC
396 (PMIC), it is controlled by I2C and provides one BUCK, one BOOST
397 and four LDO outputs.
398
Mark Brown82b736d2013-07-05 20:45:22 +0100399config REGULATOR_GPIO
400 tristate "GPIO regulator support"
Geert Uytterhoeven9eac5fd2015-05-05 18:32:32 +0200401 depends on GPIOLIB || COMPILE_TEST
Ying-Chun Liu (PaulLiu)e3e5aff2012-03-14 10:29:12 +0800402 help
Mark Brown82b736d2013-07-05 20:45:22 +0100403 This driver provides support for regulators that can be
404 controlled via gpios.
405 It is capable of supporting current and voltage regulators
406 and the platform has to provide a mapping of GPIO-states
407 to target volts/amps.
Axel Lindfb9b8a2012-02-22 09:29:16 +0800408
Guodong Xu87ca1862014-08-13 19:33:42 +0800409config REGULATOR_HI6421
410 tristate "HiSilicon Hi6421 PMIC voltage regulator support"
411 depends on MFD_HI6421_PMIC && OF
412 help
413 This driver provides support for the voltage regulators on the
414 HiSilicon Hi6421 PMU / Codec IC.
415 Hi6421 is a multi-function device which, on regulator part, provides
416 21 general purpose LDOs, 3 dedicated LDOs, and 5 BUCKs. All
417 of them come with support to either ECO (idle) or sleep mode.
418
Wang Xiaoyin5c7024a2017-06-07 15:06:03 +0800419config REGULATOR_HI6421V530
420 tristate "HiSilicon Hi6421v530 PMIC voltage regulator support"
421 depends on MFD_HI6421_PMIC && OF
422 help
423 This driver provides support for the voltage regulators on
424 HiSilicon Hi6421v530 PMU / Codec IC.
425 Hi6421v530 is a multi-function device which, on regulator part,
426 provides 5 general purpose LDOs, and all of them come with support
427 to either ECO (idle) or sleep mode.
428
Chen Feng46181192016-02-14 14:29:22 +0800429config REGULATOR_HI655X
430 tristate "Hisilicon HI655X PMIC regulators support"
431 depends on ARCH_HISI || COMPILE_TEST
432 depends on MFD_HI655X_PMIC && OF
433 help
434 This driver provides support for the voltage regulators of the
435 Hisilicon Hi655x PMIC device.
436
Mauro Carvalho Chehab507614b2021-03-25 19:05:37 +0100437config REGULATOR_HI6421V600
438 tristate "HiSilicon Hi6421v600 PMIC voltage regulator support"
439 depends on MFD_HI6421_SPMI && OF
440 select REGMAP
441 help
442 This driver provides support for the voltage regulators on
443 HiSilicon Hi6421v600 PMU / Codec IC.
444 This is used on Kirin 3670 boards, like HiKey 970.
445
Mark Browndec38b52014-09-06 01:11:12 +0100446config REGULATOR_ISL9305
447 tristate "Intersil ISL9305 regulator"
448 depends on I2C
Axel Linba441ec2014-09-10 08:44:36 +0800449 select REGMAP_I2C
Mark Browndec38b52014-09-06 01:11:12 +0100450 help
451 This driver supports ISL9305 voltage regulator chip.
452
Axel Lindfb9b8a2012-02-22 09:29:16 +0800453config REGULATOR_ISL6271A
454 tristate "Intersil ISL6271A Power regulator"
455 depends on I2C
456 help
457 This driver supports ISL6271A voltage regulator chip.
458
Milo Kim3a8d1a72015-11-26 15:57:05 +0900459config REGULATOR_LM363X
460 tristate "TI LM363X voltage regulators"
461 depends on MFD_TI_LMU
462 help
Dan Murphybff5e802019-06-05 07:56:32 -0500463 This driver supports LM3631, LM3632 and LM36274 voltage regulators for
Milo Kim3a8d1a72015-11-26 15:57:05 +0900464 the LCD bias.
465 One boost output voltage is configurable and always on.
466 Other LDOs are used for the display module.
467
Charles Keepaxbef93912018-10-08 14:25:41 +0100468config REGULATOR_LOCHNAGAR
469 tristate "Cirrus Logic Lochnagar regulator driver"
470 depends on MFD_LOCHNAGAR
471 help
472 This enables regulator support on the Cirrus Logic Lochnagar audio
473 development board.
474
Mark Brown82b736d2013-07-05 20:45:22 +0100475config REGULATOR_LP3971
476 tristate "National Semiconductors LP3971 PMIC regulator driver"
477 depends on I2C
Axel Lindfb9b8a2012-02-22 09:29:16 +0800478 help
Mark Brown82b736d2013-07-05 20:45:22 +0100479 Say Y here to support the voltage regulators and convertors
480 on National Semiconductors LP3971 PMIC
481
482config REGULATOR_LP3972
483 tristate "National Semiconductors LP3972 PMIC regulator driver"
484 depends on I2C
485 help
486 Say Y here to support the voltage regulators and convertors
487 on National Semiconductors LP3972 PMIC
488
489config REGULATOR_LP872X
Mark Brown631a1fc2013-07-29 16:49:46 +0100490 tristate "TI/National Semiconductor LP8720/LP8725 voltage regulators"
Axel Lin613965f2013-08-30 22:13:44 +0800491 depends on I2C
Mark Brown82b736d2013-07-05 20:45:22 +0100492 select REGMAP_I2C
493 help
494 This driver supports LP8720/LP8725 PMIC
495
Keerthy994aae32016-05-10 09:34:39 +0530496config REGULATOR_LP873X
497 tristate "TI LP873X Power regulators"
Keerthyf618ed22016-08-31 14:28:12 +0530498 depends on MFD_TI_LP873X && OF
Keerthy994aae32016-05-10 09:34:39 +0530499 help
500 This driver supports LP873X voltage regulator chips. LP873X
501 provides two step-down converters and two general-purpose LDO
502 voltage regulators. It supports software based voltage control
503 for different voltage domains
504
Mark Brown82b736d2013-07-05 20:45:22 +0100505config REGULATOR_LP8755
506 tristate "TI LP8755 High Performance PMU driver"
507 depends on I2C
508 select REGMAP_I2C
509 help
510 This driver supports LP8755 High Performance PMU driver. This
511 chip contains six step-down DC/DC converters which can support
512 9 mode multiphase configuration.
513
Keerthyf0168a92017-05-23 17:46:55 +0530514config REGULATOR_LP87565
515 tristate "TI LP87565 Power regulators"
516 depends on MFD_TI_LP87565 && OF
517 help
518 This driver supports LP87565 voltage regulator chips. LP87565
519 provides four step-down converters. It supports software based
520 voltage control for different voltage domains
521
Mark Brown82b736d2013-07-05 20:45:22 +0100522config REGULATOR_LP8788
Mark Brown631a1fc2013-07-29 16:49:46 +0100523 tristate "TI LP8788 Power Regulators"
Mark Brown82b736d2013-07-05 20:45:22 +0100524 depends on MFD_LP8788
525 help
526 This driver supports LP8788 voltage regulator chip.
Philipp Zabel0eb5d5a2008-07-11 17:28:06 +0200527
Philipp Zabel3eb2c7e2014-05-26 10:38:16 +0200528config REGULATOR_LTC3589
Axel Linac1d6862014-05-27 13:51:49 +0800529 tristate "LTC3589 8-output voltage regulator"
530 depends on I2C
531 select REGMAP_I2C
Philipp Zabel3eb2c7e2014-05-26 10:38:16 +0200532 help
533 This enables support for the LTC3589, LTC3589-1, and LTC3589-2
534 8-output regulators controlled via I2C.
535
Tim Harvey37b918a2016-08-15 12:40:23 -0700536config REGULATOR_LTC3676
537 tristate "LTC3676 8-output voltage regulator"
538 depends on I2C
539 select REGMAP_I2C
540 help
541 This enables support for the LTC3676
542 8-output regulators controlled via I2C.
543
Krzysztof Kozlowskib0902bb2013-12-06 12:32:13 +0100544config REGULATOR_MAX14577
Krzysztof Kozlowski8a82b402014-04-14 11:17:20 +0200545 tristate "Maxim 14577/77836 regulator"
Krzysztof Kozlowskib0902bb2013-12-06 12:32:13 +0100546 depends on MFD_MAX14577
547 help
Krzysztof Kozlowski8a82b402014-04-14 11:17:20 +0200548 This driver controls a Maxim MAX14577/77836 regulator via I2C bus.
549 The MAX14577 regulators include safeout LDO and charger current
550 regulator. The MAX77836 has two additional LDOs.
Krzysztof Kozlowskib0902bb2013-12-06 12:32:13 +0100551
Robert Jarzmik55f4fa42009-04-23 20:10:43 +0200552config REGULATOR_MAX1586
553 tristate "Maxim 1586/1587 voltage regulator"
554 depends on I2C
Robert Jarzmik55f4fa42009-04-23 20:10:43 +0200555 help
556 This driver controls a Maxim 1586 or 1587 voltage output
557 regulator via I2C bus. The provided regulator is suitable
558 for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
559
Laxman Dewangan5b1c2022016-02-11 17:26:34 +0530560config REGULATOR_MAX77620
561 tristate "Maxim 77620/MAX20024 voltage regulator"
Krzysztof Kozlowski0c7d1b42020-09-20 23:41:07 +0200562 depends on MFD_MAX77620 || COMPILE_TEST
Laxman Dewangan5b1c2022016-02-11 17:26:34 +0530563 help
564 This driver controls Maxim MAX77620 voltage output regulator
565 via I2C bus. The provided regulator is suitable for Tegra
566 chip to control Step-Down DC-DC and LDOs. Say Y here to
567 enable the regulator driver.
568
Bartosz Golaszewskibcc61f12019-01-29 14:35:40 +0100569config REGULATOR_MAX77650
570 tristate "Maxim MAX77650/77651 regulator support"
Krzysztof Kozlowski0c7d1b42020-09-20 23:41:07 +0200571 depends on MFD_MAX77650 || COMPILE_TEST
Bartosz Golaszewskibcc61f12019-01-29 14:35:40 +0100572 help
573 Regulator driver for MAX77650/77651 PMIC from Maxim
574 Semiconductor. This device has a SIMO with three independent
575 power rails and an LDO.
576
Haojian Zhuanga71b7972010-01-25 10:24:09 -0500577config REGULATOR_MAX8649
578 tristate "Maxim 8649 voltage regulator"
579 depends on I2C
Jonghwan Choic5b68d472011-10-24 22:26:26 +0900580 select REGMAP_I2C
Haojian Zhuanga71b7972010-01-25 10:24:09 -0500581 help
582 This driver controls a Maxim 8649 voltage output regulator via
583 I2C bus.
584
Wolfram Sang27f37e42009-09-25 09:39:26 +0200585config REGULATOR_MAX8660
586 tristate "Maxim 8660/8661 voltage regulator"
587 depends on I2C
588 help
589 This driver controls a Maxim 8660/8661 voltage output
590 regulator via I2C bus.
591
Gyungoh Yooffee1902012-08-09 14:24:34 -0600592config REGULATOR_MAX8907
593 tristate "Maxim 8907 voltage regulator"
Krzysztof Kozlowski0c7d1b42020-09-20 23:41:07 +0200594 depends on MFD_MAX8907 || COMPILE_TEST
Gyungoh Yooffee1902012-08-09 14:24:34 -0600595 help
596 This driver controls a Maxim 8907 voltage output regulator
597 via I2C bus. The provided regulator is suitable for Tegra
598 chip to control Step-Down DC-DC and LDOs.
599
Haojian Zhuang08ff6f22010-01-11 13:10:08 +0100600config REGULATOR_MAX8925
601 tristate "Maxim MAX8925 Power Management IC"
602 depends on MFD_MAX8925
603 help
Krzysztof Kozlowski48f1b4e2019-01-08 13:12:33 +0100604 Say y here to support the voltage regulator of Maxim MAX8925 PMIC.
Haojian Zhuang08ff6f22010-01-11 13:10:08 +0100605
MyungJoo Ham202f4f52010-08-20 14:43:56 +0900606config REGULATOR_MAX8952
607 tristate "Maxim MAX8952 Power Management IC"
608 depends on I2C
609 help
610 This driver controls a Maxim 8952 voltage output regulator
611 via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS
612 modes ranging from 0.77V to 1.40V by 0.01V steps.
613
Laxman Dewangan5928f532012-11-19 06:58:29 +0530614config REGULATOR_MAX8973
615 tristate "Maxim MAX8973 voltage regulator "
616 depends on I2C
Laxman Dewangand2d5437b2016-04-13 15:29:45 +0530617 depends on THERMAL && THERMAL_OF
Laxman Dewangan5928f532012-11-19 06:58:29 +0530618 select REGMAP_I2C
619 help
620 The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
Krzysztof Kozlowski48f1b4e2019-01-08 13:12:33 +0100621 switching regulator delivers up to 9A of output current. Each
Laxman Dewangan5928f532012-11-19 06:58:29 +0530622 phase operates at a 2MHz fixed frequency with a 120 deg shift
623 from the adjacent phase, allowing the use of small magnetic component.
624
MyungJoo Hambd6ca2c2011-03-11 11:34:44 +0900625config REGULATOR_MAX8997
626 tristate "Maxim 8997/8966 regulator"
627 depends on MFD_MAX8997
628 help
629 This driver controls a Maxim 8997/8966 regulator
630 via I2C bus. The provided regulator is suitable for S5PC110,
631 S5PV210, and Exynos-4 chips to control VCC_CORE and
632 VCC_USIM voltages.
633
Kyungmin Park156f2522010-06-16 09:04:16 +0200634config REGULATOR_MAX8998
635 tristate "Maxim 8998 voltage regulator"
Marek Szyprowski69f71002010-06-21 10:04:23 +0200636 depends on MFD_MAX8998
Kyungmin Park156f2522010-06-16 09:04:16 +0200637 help
638 This driver controls a Maxim 8998 voltage output regulator
639 via I2C bus. The provided regulator is suitable for S3C6410
640 and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
641
Jonghwa Lee133d4012012-06-01 13:17:14 +0900642config REGULATOR_MAX77686
643 tristate "Maxim 77686 regulator"
Krzysztof Kozlowski0c7d1b42020-09-20 23:41:07 +0200644 depends on MFD_MAX77686 || COMPILE_TEST
Jonghwa Lee133d4012012-06-01 13:17:14 +0900645 help
646 This driver controls a Maxim 77686 regulator
647 via I2C bus. The provided regulator is suitable for
648 Exynos-4 chips to control VARM and VINT voltages.
649
Jonghwa Lee80b022e2013-06-25 10:08:38 +0900650config REGULATOR_MAX77693
Krzysztof Kozlowski9e9a08e2015-07-15 21:59:54 +0900651 tristate "Maxim 77693/77843 regulator"
Krzysztof Kozlowski0c7d1b42020-09-20 23:41:07 +0200652 depends on MFD_MAX77693 || MFD_MAX77843 || COMPILE_TEST
Jonghwa Lee80b022e2013-06-25 10:08:38 +0900653 help
Krzysztof Kozlowski9e9a08e2015-07-15 21:59:54 +0900654 This driver controls a Maxim 77693/77843 regulators via I2C bus.
Jonghwa Lee80b022e2013-06-25 10:08:38 +0900655 The regulators include two LDOs, 'SAFEOUT1', 'SAFEOUT2'
656 and one current regulator 'CHARGER'. This is suitable for
Krzysztof Kozlowski9e9a08e2015-07-15 21:59:54 +0900657 Exynos-4x12 (MAX77693) or Exynos5433 (MAX77843) SoC chips.
Jonghwa Lee80b022e2013-06-25 10:08:38 +0900658
Javier Martinez Canillase6f2f802014-08-18 10:32:41 +0200659config REGULATOR_MAX77802
660 tristate "Maxim 77802 regulator"
Krzysztof Kozlowski0c7d1b42020-09-20 23:41:07 +0200661 depends on MFD_MAX77686 || COMPILE_TEST
Javier Martinez Canillase6f2f802014-08-18 10:32:41 +0200662 help
663 This driver controls a Maxim 77802 regulator
664 via I2C bus. The provided regulator is suitable for
665 Exynos5420/Exynos5800 SoCs to control various voltages.
666 It includes support for control of voltage and ramp speed.
667
Iskren Cherneve7314652020-04-14 20:22:48 +0300668config REGULATOR_MAX77826
669 tristate "Maxim 77826 regulator"
670 depends on I2C
671 select REGMAP_I2C
672 help
673 This driver controls a Maxim 77826 regulator via I2C bus.
674 The regulator include 15 LDOs, BUCK and BUCK BOOST regulator.
675 It includes support for control of output voltage. This
676 regulator is found on the Samsung Galaxy S5 (klte) smartphone.
677
Mark Brown82b736d2013-07-05 20:45:22 +0100678config REGULATOR_MC13XXX_CORE
679 tristate
680
681config REGULATOR_MC13783
682 tristate "Freescale MC13783 regulator driver"
Alexander Shiyane5a3da22013-12-14 17:03:10 +0400683 depends on MFD_MC13XXX
Mark Brown82b736d2013-07-05 20:45:22 +0100684 select REGULATOR_MC13XXX_CORE
685 help
686 Say y here to support the regulators found on the Freescale MC13783
687 PMIC.
688
689config REGULATOR_MC13892
690 tristate "Freescale MC13892 regulator driver"
691 depends on MFD_MC13XXX
692 select REGULATOR_MC13XXX_CORE
693 help
694 Say y here to support the regulators found on the Freescale MC13892
695 PMIC.
696
Andrei.Stefanescu@microchip.com919261c2018-12-12 18:31:18 +0000697config REGULATOR_MCP16502
698 tristate "Microchip MCP16502 PMIC"
699 depends on I2C && OF
Axel Lin77ea9062018-12-21 10:49:29 +0800700 select REGMAP_I2C
Andrei.Stefanescu@microchip.com919261c2018-12-12 18:31:18 +0000701 help
702 Say y here to support the MCP16502 PMIC. This driver supports
703 basic operations (get/set voltage, get/set operating mode)
704 through the regulator interface. In addition it enables
705 suspend-to-ram/standby transition.
706
Saravanan Sekara2731882020-02-04 12:04:18 +0100707config REGULATOR_MP5416
708 tristate "Monolithic MP5416 PMIC"
709 depends on I2C && OF
710 select REGMAP_I2C
711 help
712 Say y here to support the MP5416 PMIC. This will enable supports
713 the software controllable 4 buck and 4 LDO regulators.
714 Say M here if you want to include support for the regulator as a
715 module.
716
Markus Reichlc66f1cb2020-01-06 22:16:25 +0100717config REGULATOR_MP8859
718 tristate "MPS MP8859 regulator driver"
719 depends on I2C
720 select REGMAP_I2C
721 help
722 Say y here to support the MP8859 voltage regulator. This driver
723 supports basic operations (get/set voltage) through the regulator
724 interface.
725 Say M here if you want to include support for the regulator as a
726 module. The module will be named "mp8859".
727
Jisheng Zhang97be82882020-03-16 22:30:20 +0800728config REGULATOR_MP886X
729 tristate "MPS MP8869 regulator driver"
730 depends on I2C && (OF || COMPILE_TEST)
731 select REGMAP_I2C
732 help
733 This driver supports the MP8869 voltage regulator.
734
Saravanan Sekar6501c1f2020-01-09 20:53:46 +0100735config REGULATOR_MPQ7920
736 tristate "Monolithic MPQ7920 PMIC"
737 depends on I2C && OF
738 select REGMAP_I2C
739 help
740 Say y here to support the MPQ7920 PMIC. This will enable supports
741 the software controllable 4 buck and 5 LDO regulators.
742 This driver supports the control of different power rails of device
743 through regulator interface.
744
Henry Chen87660182015-07-24 13:24:41 +0800745config REGULATOR_MT6311
746 tristate "MediaTek MT6311 PMIC"
747 depends on I2C
Henry Chenaab3c3f2015-11-17 16:36:49 +0800748 select REGMAP_I2C
Henry Chen87660182015-07-24 13:24:41 +0800749 help
750 Say y here to select this option to enable the power regulator of
751 MediaTek MT6311 PMIC.
752 This driver supports the control of different power rails of device
753 through regulator interface.
754
Hsin-Hsiung Wang7aa382c2021-02-07 14:14:16 +0800755config REGULATOR_MT6315
756 tristate "MediaTek MT6315 PMIC"
757 depends on SPMI
758 select REGMAP_SPMI
759 help
760 Say y here to select this option to enable the power regulator of
761 MediaTek MT6315 PMIC.
762 This driver supports the control of different power rails of device
763 through regulator interface.
764
Chen Zhong2fdf8292016-07-18 14:40:51 +0200765config REGULATOR_MT6323
766 tristate "MediaTek MT6323 PMIC"
767 depends on MFD_MT6397
768 help
769 Say y here to select this option to enable the power regulator of
770 MediaTek MT6323 PMIC.
771 This driver supports the control of different power rails of device
772 through regulator interface.
773
Hsin-Hsiung Wangf67ff1b2019-08-23 11:45:28 +0800774config REGULATOR_MT6358
775 tristate "MediaTek MT6358 PMIC"
Axel Lin1b3bcca2020-06-16 21:50:30 +0800776 depends on MFD_MT6397
Hsin-Hsiung Wangf67ff1b2019-08-23 11:45:28 +0800777 help
778 Say y here to select this option to enable the power regulator of
779 MediaTek MT6358 PMIC.
780 This driver supports the control of different power rails of device
781 through regulator interface.
782
Gene Chend3215712020-08-26 18:49:17 +0800783config REGULATOR_MT6360
784 tristate "MT6360 SubPMIC Regulator"
785 depends on MFD_MT6360
786 help
787 Say Y here to enable MT6360 regulator support.
788 This is support MT6360 PMIC/LDO part include
789 2-channel buck with Thermal Shutdown and Overload Protection
790 6-channel High PSRR and Low Dropout LDO.
791
Chenglin Xua551e272017-08-15 17:09:15 +0800792config REGULATOR_MT6380
793 tristate "MediaTek MT6380 PMIC"
794 depends on MTK_PMIC_WRAP
795 help
796 Say y here to select this option to enable the power regulator of
797 MediaTek MT6380 PMIC.
798 This driver supports the control of different power rails of device
799 through regulator interface.
800
Flora Fu0425e242014-12-05 12:07:54 +0800801config REGULATOR_MT6397
802 tristate "MediaTek MT6397 PMIC"
803 depends on MFD_MT6397
804 help
805 Say y here to select this option to enable the power regulator of
806 MediaTek MT6397 PMIC.
807 This driver supports the control of different power rails of device
808 through regulator interface.
809
henryc.chena0db6b02020-12-24 14:08:52 +0800810config REGULATOR_MTK_DVFSRC
811 tristate "MediaTek DVFSRC regulator driver"
812 depends on MTK_DVFSRC
813 help
814 Say y here to control regulator by DVFSRC (dynamic voltage
815 and frequency scaling resource collector).
816 This driver supports to control regulators via the DVFSRC
817 of Mediatek. It allows for voting on regulator state
818 between multiple users.
819
Mark Brown82b736d2013-07-05 20:45:22 +0100820config REGULATOR_PALMAS
821 tristate "TI Palmas PMIC Regulators"
822 depends on MFD_PALMAS
823 help
824 If you wish to control the regulators on the Palmas series of
825 chips say Y here. This will enable support for all the software
826 controllable SMPS/LDO regulators.
827
828 The regulators available on Palmas series chips vary depending
829 on the muxing. This is handled automatically in the driver by
830 reading the mux info from OTP.
831
Balaji T K11469e02014-02-19 20:26:40 +0530832config REGULATOR_PBIAS
833 tristate "PBIAS OMAP regulator driver"
834 depends on (ARCH_OMAP || COMPILE_TEST) && MFD_SYSCON
835 help
836 Say y here to support pbias regulator for mmc1:SD card i/o
837 on OMAP SoCs.
838 This driver provides support for OMAP pbias modelled
839 regulators.
840
Robin Gong0935ff5f2020-07-04 00:19:35 +0800841config REGULATOR_PCA9450
842 tristate "NXP PCA9450A/PCA9450B/PCA9450C regulator driver"
843 depends on I2C
844 select REGMAP_I2C
845 help
846 Say y here to support the NXP PCA9450A/PCA9450B/PCA9450C PMIC
847 regulator driver.
848
Axel Lindfb9b8a2012-02-22 09:29:16 +0800849config REGULATOR_PCAP
850 tristate "Motorola PCAP2 regulator driver"
851 depends on EZX_PCAP
Sangbeom Kim62aa4922012-01-13 10:13:13 +0900852 help
Axel Lindfb9b8a2012-02-22 09:29:16 +0800853 This driver provides support for the voltage regulators of the
854 PCAP2 PMIC.
Balaji Rao5ec271e2009-01-09 01:51:01 +0100855
Axel Lindfb9b8a2012-02-22 09:29:16 +0800856config REGULATOR_PCF50633
857 tristate "NXP PCF50633 regulator driver"
Michael Jonesc6d678b2012-07-26 16:07:23 +0200858 depends on MFD_PCF50633
Daniel Ribeiro39b17722009-06-27 00:18:02 -0300859 help
Krzysztof Kozlowski48f1b4e2019-01-08 13:12:33 +0100860 Say Y here to support the voltage regulators and converters
Axel Lindfb9b8a2012-02-22 09:29:16 +0800861 on PCF50633
Daniel Ribeiro39b17722009-06-27 00:18:02 -0300862
Jagan Tekid3795d62020-11-30 16:53:29 +0530863config REGULATOR_PF8X00
864 tristate "NXP PF8100/PF8121A/PF8200 regulator driver"
865 depends on I2C && OF
866 select REGMAP_I2C
867 help
868 Say y here to support the regulators found on the NXP
869 PF8100/PF8121A/PF8200 PMIC.
870
Adrien Grassein4d23b842021-01-14 18:47:09 +0100871 Say M here if you want to support for the regulators found
872 on the NXP PF8100/PF8121A/PF8200 PMIC. The module will be named
873 "pf8x00-regulator".
874
Robin Gong3784b6d2013-07-25 11:33:18 +0800875config REGULATOR_PFUZE100
Stefan Wahren297101a2018-06-15 13:44:53 +0200876 tristate "Freescale PFUZE100/200/3000/3001 regulator driver"
Fabio Estevam6a6939d2020-12-10 18:27:48 -0300877 depends on I2C && OF
Axel Lin94421b02013-07-29 12:08:01 +0800878 select REGMAP_I2C
Robin Gong3784b6d2013-07-25 11:33:18 +0800879 help
Axel Lin2cee2122014-03-05 18:02:43 +0800880 Say y here to support the regulators found on the Freescale
Stefan Wahren297101a2018-06-15 13:44:53 +0200881 PFUZE100/200/3000/3001 PMIC.
Robin Gong3784b6d2013-07-25 11:33:18 +0800882
James Banf307a7e2015-11-19 09:59:15 +0900883config REGULATOR_PV88060
884 tristate "Powerventure Semiconductor PV88060 regulator"
885 depends on I2C
886 select REGMAP_I2C
887 help
888 Say y here to support the voltage regulators and convertors
889 PV88060
890
James Ban99cf3af2016-04-15 13:34:22 +0900891config REGULATOR_PV88080
892 tristate "Powerventure Semiconductor PV88080 regulator"
893 depends on I2C
894 select REGMAP_I2C
895 help
896 Say y here to support the buck convertors on PV88080
897
James Banc90456e2015-12-08 10:57:29 +0900898config REGULATOR_PV88090
899 tristate "Powerventure Semiconductor PV88090 regulator"
900 depends on I2C
901 select REGMAP_I2C
902 help
903 Say y here to support the voltage regulators and convertors
904 on PV88090
905
Chris Zhongaa66cc62014-09-28 10:28:53 +0800906config REGULATOR_PWM
907 tristate "PWM voltage regulator"
908 depends on PWM
909 help
910 This driver supports PWM controlled voltage regulators. PWM
911 duty cycle can increase or decrease the voltage.
912
Bjorn Andersson27203862014-09-22 16:25:29 -0700913config REGULATOR_QCOM_RPM
914 tristate "Qualcomm RPM regulator driver"
915 depends on MFD_QCOM_RPM
916 help
917 If you say yes to this option, support will be included for the
918 regulators exposed by the Resource Power Manager found in Qualcomm
919 8660, 8960 and 8064 based devices.
920
921 Say M here if you want to include support for the regulators on the
922 Qualcomm RPM as a module. The module will be named
923 "qcom_rpm-regulator".
924
David Collins46fc0332018-07-13 18:50:59 -0700925config REGULATOR_QCOM_RPMH
926 tristate "Qualcomm Technologies, Inc. RPMh regulator driver"
John Stultz34c5aa22020-11-23 22:23:59 +0000927 depends on QCOM_RPMH || (QCOM_RPMH=n && COMPILE_TEST)
Arnd Bergmannd957d162020-12-30 15:56:23 +0100928 depends on QCOM_COMMAND_DB || (QCOM_COMMAND_DB=n && COMPILE_TEST)
David Collins46fc0332018-07-13 18:50:59 -0700929 help
930 This driver supports control of PMIC regulators via the RPMh hardware
931 block found on Qualcomm Technologies Inc. SoCs. RPMh regulator
932 control allows for voting on regulator state between multiple
933 processors within the SoC.
934
Bjorn Anderssonda65e362015-08-17 11:43:59 -0700935config REGULATOR_QCOM_SMD_RPM
936 tristate "Qualcomm SMD based RPM regulator driver"
937 depends on QCOM_SMD_RPM
938 help
939 If you say yes to this option, support will be included for the
940 regulators exposed by the Resource Power Manager found in Qualcomm
941 8974 based devices.
942
943 Say M here if you want to include support for the regulators on the
944 Qualcomm RPM as a module. The module will be named
945 "qcom_smd-regulator".
946
Stephen Boyde92a4042015-06-12 15:47:10 -0700947config REGULATOR_QCOM_SPMI
948 tristate "Qualcomm SPMI regulator driver"
949 depends on SPMI || COMPILE_TEST
950 help
951 If you say yes to this option, support will be included for the
952 regulators found in Qualcomm SPMI PMICs.
953
954 Say M here if you want to include support for the regulators on the
955 Qualcomm SPMI PMICs as a module. The module will be named
956 "qcom_spmi-regulator".
957
Wesley Cheng4fe66d52020-06-26 11:55:14 -0700958config REGULATOR_QCOM_USB_VBUS
959 tristate "Qualcomm USB Vbus regulator driver"
960 depends on SPMI || COMPILE_TEST
961 help
962 If you say yes to this option, support will be included for the
963 regulator used to enable the VBUS output.
964
965 Say M here if you want to include support for enabling the VBUS output
966 as a module. The module will be named "qcom_usb_vbus_regulator".
967
Marek Vasut38573472020-08-09 12:59:38 +0200968config REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY
969 tristate "Raspberry Pi 7-inch touchscreen panel ATTINY regulator"
970 depends on BACKLIGHT_CLASS_DEVICE
971 depends on I2C
972 select REGMAP_I2C
973 help
974 This driver supports ATTINY regulator on the Raspberry Pi 7-inch
975 touchscreen unit. The regulator is used to enable power to the
976 TC358762, display and to control backlight.
977
Laxman Dewangan6ffc3272012-04-04 12:44:00 +0530978config REGULATOR_RC5T583
979 tristate "RICOH RC5T583 Power regulators"
980 depends on MFD_RC5T583
981 help
982 Select this option to enable the power regulator of RICOH
983 PMIC RC5T583.
984 This driver supports the control of different power rails of device
985 through regulator interface. The device supports multiple DCDC/LDO
986 outputs which can be controlled by i2c communication.
987
Chris Zhong2cd64ae2014-08-20 11:36:42 +0800988config REGULATOR_RK808
Heiko Stuebnere444f6d2019-06-26 14:29:18 +0200989 tristate "Rockchip RK805/RK808/RK809/RK817/RK818 Power regulators"
Chris Zhong2cd64ae2014-08-20 11:36:42 +0800990 depends on MFD_RK808
991 help
992 Select this option to enable the power regulator of ROCKCHIP
Heiko Stuebnere444f6d2019-06-26 14:29:18 +0200993 PMIC RK805,RK809&RK817,RK808 and RK818.
Chris Zhong2cd64ae2014-08-20 11:36:42 +0800994 This driver supports the control of different power rails of device
995 through regulator interface. The device supports multiple DCDC/LDO
996 outputs which can be controlled by i2c communication.
997
Beniamino Galvani811b7002014-08-30 14:50:24 +0200998config REGULATOR_RN5T618
Stefan Agnered6d3622016-06-28 22:53:20 -0700999 tristate "Ricoh RN5T567/618 voltage regulators"
Beniamino Galvani811b7002014-08-30 14:50:24 +02001000 depends on MFD_RN5T618
1001 help
Pierre-Hugues Husson83b2a3c2017-08-27 15:58:31 +02001002 Say y here to support the regulators found on Ricoh RN5T567,
1003 RN5T618 or RC5T619 PMIC.
Beniamino Galvani811b7002014-08-30 14:50:24 +02001004
Matti Vaittinen21b72152020-01-20 15:44:45 +02001005config REGULATOR_ROHM
1006 tristate
1007
ChiYuan Huang5bbbfc7f2020-08-15 11:14:20 +08001008config REGULATOR_RT4801
1009 tristate "Richtek RT4801 Regulators"
1010 depends on I2C
Axel Lin02532cb2020-08-19 16:59:59 +08001011 select REGMAP_I2C
ChiYuan Huang5bbbfc7f2020-08-15 11:14:20 +08001012 help
1013 This adds support for voltage regulators in Richtek RT4801 Display Bias IC.
1014 The device supports two regulators (DSVP/DSVN).
1015
ChiYuan Huang9351ab82020-12-17 23:00:44 +08001016config REGULATOR_RT4831
1017 tristate "Richtek RT4831 DSV Regulators"
1018 depends on MFD_RT4831
1019 help
1020 This adds support for voltage regulators in Richtek RT4831.
1021 There are three regulators (VLCM/DSVP/DSVN).
1022 VLCM is a virtual voltage input for DSVP/DSVN inside IC.
1023 And DSVP/DSVN is the real Vout range from 4V to 6.5V.
1024 It's common used to provide the power for the display panel.
1025
Beomho Seob1917572014-11-12 21:07:59 +09001026config REGULATOR_RT5033
1027 tristate "Richtek RT5033 Regulators"
1028 depends on MFD_RT5033
1029 help
1030 This adds support for voltage and current regulators in Richtek
1031 RT5033 PMIC. The device supports multiple regulators like
1032 current source, LDO and Buck.
1033
ChiYuan Huangb8c054a2020-09-28 15:19:43 +08001034config REGULATOR_RTMV20
1035 tristate "RTMV20 Laser Diode Regulator"
1036 depends on I2C
1037 select REGMAP_I2C
1038 help
1039 This driver adds support for the load switch current regulator on
1040 the Richtek RTMV20. It can support the load current up to 6A and
1041 integrate strobe/vsync/fsin signal to synchronize the IR camera.
1042
Sachin Kamatf1879272014-03-14 17:21:58 +05301043config REGULATOR_S2MPA01
1044 tristate "Samsung S2MPA01 voltage regulator"
Krzysztof Kozlowski0c7d1b42020-09-20 23:41:07 +02001045 depends on MFD_SEC_CORE || COMPILE_TEST
Sangbeom Kimcb746852012-07-11 21:08:17 +09001046 help
Sachin Kamatf1879272014-03-14 17:21:58 +05301047 This driver controls Samsung S2MPA01 voltage output regulator
1048 via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
1049
Sangbeom Kimcb746852012-07-11 21:08:17 +09001050config REGULATOR_S2MPS11
Thomas Abraham51af2062015-11-20 16:07:52 +05301051 tristate "Samsung S2MPS11/13/14/15/S2MPU02 voltage regulator"
Krzysztof Kozlowski0c7d1b42020-09-20 23:41:07 +02001052 depends on MFD_SEC_CORE || COMPILE_TEST
Sangbeom Kimcb746852012-07-11 21:08:17 +09001053 help
Thomas Abraham51af2062015-11-20 16:07:52 +05301054 This driver supports a Samsung S2MPS11/13/14/15/S2MPU02 voltage
Chanwoo Choi76b98402014-11-18 17:59:40 +09001055 output regulator via I2C bus. The chip is comprised of high efficient
1056 Buck converters including Dual-Phase Buck converter, Buck-Boost
1057 converter, various LDOs.
Sangbeom Kimcb746852012-07-11 21:08:17 +09001058
Axel Lindfb9b8a2012-02-22 09:29:16 +08001059config REGULATOR_S5M8767
1060 tristate "Samsung S5M8767A voltage regulator"
Krzysztof Kozlowski0c7d1b42020-09-20 23:41:07 +02001061 depends on MFD_SEC_CORE || COMPILE_TEST
Sascha Hauer295c08b2009-08-19 01:43:50 +02001062 help
Axel Lindfb9b8a2012-02-22 09:29:16 +08001063 This driver supports a Samsung S5M8767A voltage output regulator
1064 via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
1065 supports DVS mode with 8bits of output voltage control.
Yong Shen5e428d52010-12-14 14:00:55 +08001066
Erick Chen433c9bb2017-12-05 14:35:46 +08001067config REGULATOR_SC2731
1068 tristate "Spreadtrum SC2731 power regulator driver"
1069 depends on MFD_SC27XX_PMIC || COMPILE_TEST
1070 help
1071 This driver provides support for the voltage regulators on the
1072 SC2731 PMIC.
1073
Gyungoh Yoo9839d622014-08-08 18:10:22 +09001074config REGULATOR_SKY81452
1075 tristate "Skyworks Solutions SKY81452 voltage regulator"
Gyungoh Yoo70b5b272014-11-17 17:33:10 +09001076 depends on MFD_SKY81452
Lee Jones4a5d3012014-03-21 10:21:36 +00001077 help
Gyungoh Yoo9839d622014-08-08 18:10:22 +09001078 This driver supports Skyworks SKY81452 voltage output regulator
1079 via I2C bus. SKY81452 has one voltage linear regulator can be
1080 programmed from 4.5V to 20V.
1081
1082 This driver can also be built as a module. If so, the module
1083 will be called sky81452-regulator.
Lee Jones4a5d3012014-03-21 10:21:36 +00001084
Eric Jeonga867bde2019-04-18 15:09:44 +09001085config REGULATOR_SLG51000
Krzysztof Kozlowski76bec252019-11-20 21:39:49 +08001086 tristate "Dialog Semiconductor SLG51000 regulators"
1087 depends on I2C
1088 select REGMAP_I2C
1089 help
Eric Jeonga867bde2019-04-18 15:09:44 +09001090 Say y here to support for the Dialog Semiconductor SLG51000.
1091 The SLG51000 is seven compact and customizable low dropout
1092 regulators.
1093
Fabrice Gasnier4e210fb2019-07-01 10:14:23 +02001094config REGULATOR_STM32_BOOSTER
1095 tristate "STMicroelectronics STM32 BOOSTER"
1096 depends on ARCH_STM32 || COMPILE_TEST
1097 help
1098 This driver supports internal booster (3V3) embedded in some
1099 STMicroelectronics STM32 chips. It can be used to supply ADC analog
1100 input switches when vdda supply is below 2.7V.
1101
1102 This driver can also be built as a module. If so, the module
1103 will be called stm32-booster.
1104
Fabrice Gasnier0cdbf482017-08-30 17:55:28 +02001105config REGULATOR_STM32_VREFBUF
1106 tristate "STMicroelectronics STM32 VREFBUF"
1107 depends on ARCH_STM32 || COMPILE_TEST
1108 help
1109 This driver supports STMicroelectronics STM32 VREFBUF (voltage
1110 reference buffer) which can be used as voltage reference for
1111 internal ADCs, DACs and also for external components through
1112 dedicated Vref+ pin.
1113
1114 This driver can also be built as a module. If so, the module
1115 will be called stm32-vrefbuf.
1116
Pascal PAILLET-LME6cdae812019-04-15 09:17:38 +00001117config REGULATOR_STM32_PWR
1118 bool "STMicroelectronics STM32 PWR"
1119 depends on ARCH_STM32 || COMPILE_TEST
1120 help
1121 This driver supports internal regulators (1V1, 1V8, 3V3) in the
1122 STMicroelectronics STM32 chips.
1123
pascal pailletca55b712018-10-08 16:29:40 +00001124config REGULATOR_STPMIC1
1125 tristate "STMicroelectronics STPMIC1 PMIC Regulators"
1126 depends on MFD_STPMIC1
1127 help
1128 This driver supports STMicroelectronics STPMIC1 PMIC voltage
1129 regulators and switches. The STPMIC1 regulators supply power to
1130 an application processor as well as to external system
1131 peripherals such as DDR, Flash memories and system devices.
1132
1133 To compile this driver as a module, choose M here: the
1134 module will be called stpmic1_regulator.
1135
Mark Brown82b736d2013-07-05 20:45:22 +01001136config REGULATOR_TI_ABB
Mark Brown631a1fc2013-07-29 16:49:46 +01001137 tristate "TI Adaptive Body Bias on-chip LDO"
Mark Brown82b736d2013-07-05 20:45:22 +01001138 depends on ARCH_OMAP
Linus Walleijd619bc12009-09-09 11:31:00 +02001139 help
Mark Brown82b736d2013-07-05 20:45:22 +01001140 Select this option to support Texas Instruments' on-chip Adaptive Body
1141 Bias (ABB) LDO regulators. It is recommended that this option be
1142 enabled on required TI SoC. Certain Operating Performance Points
1143 on TI SoCs may be unstable without enabling this as it provides
1144 device specific optimized bias to allow/optimize functionality.
Graeme Gregory4c5dabc2012-05-15 15:48:59 +09001145
Linus Walleij3615a342013-09-13 21:01:15 +02001146config REGULATOR_STW481X_VMMC
1147 bool "ST Microelectronics STW481X VMMC regulator"
Luis de Bethencourt4049dc12015-10-12 17:27:08 +01001148 depends on MFD_STW481X || COMPILE_TEST
Linus Walleij3615a342013-09-13 21:01:15 +02001149 default y if MFD_STW481X
1150 help
1151 This driver supports the internal VMMC regulator in the STw481x
1152 PMIC chips.
1153
Ondrej Jirman88783022018-05-07 20:29:41 +08001154config REGULATOR_SY8106A
1155 tristate "Silergy SY8106A regulator"
1156 depends on I2C && (OF || COMPILE_TEST)
1157 select REGMAP_I2C
1158 help
1159 This driver supports SY8106A single output regulator.
1160
Jisheng Zhangd5a2b822019-08-27 08:45:33 +00001161config REGULATOR_SY8824X
Jisheng Zhang67a7b052019-08-27 08:47:30 +00001162 tristate "Silergy SY8824C/SY8824E regulator"
Jisheng Zhangd5a2b822019-08-27 08:45:33 +00001163 depends on I2C && (OF || COMPILE_TEST)
1164 select REGMAP_I2C
1165 help
1166 This driver supports SY8824C single output regulator.
1167
Jisheng Zhang38fc6f22020-07-02 17:14:38 +08001168config REGULATOR_SY8827N
1169 tristate "Silergy SY8827N regulator"
1170 depends on I2C && (OF || COMPILE_TEST)
1171 select REGMAP_I2C
1172 help
1173 This driver supports SY8827N single output regulator.
1174
Laxman Dewangan0c570672012-10-06 20:47:46 +05301175config REGULATOR_TPS51632
1176 tristate "TI TPS51632 Power Regulator"
1177 depends on I2C
1178 select REGMAP_I2C
1179 help
1180 This driver supports TPS51632 voltage regulator chip.
Axel Lin7bde7672012-11-01 14:02:36 +08001181 The TPS51632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller
Laxman Dewangan0c570672012-10-06 20:47:46 +05301182 with Serial VID control and DVFS.
1183 The voltage output can be configure through I2C interface or PWM
1184 interface.
1185
Linus Walleij2edd3b62011-03-09 12:02:55 +00001186config REGULATOR_TPS6105X
1187 tristate "TI TPS6105X Power regulators"
1188 depends on TPS6105X
1189 default y if TPS6105X
1190 help
1191 This driver supports TPS61050/TPS61052 voltage regulator chips.
1192 It is a single boost converter primarily for white LEDs and
1193 audio amplifiers.
1194
Axel Lindfb9b8a2012-02-22 09:29:16 +08001195config REGULATOR_TPS62360
Axel Lind1cf4f62012-04-02 18:19:28 +08001196 tristate "TI TPS6236x Power Regulator"
Axel Lindfb9b8a2012-02-22 09:29:16 +08001197 depends on I2C
1198 select REGMAP_I2C
1199 help
Axel Lind1cf4f62012-04-02 18:19:28 +08001200 This driver supports TPS6236x voltage regulator chip. This
Axel Lindfb9b8a2012-02-22 09:29:16 +08001201 regulator is meant for processor core supply. This chip is
1202 high-frequency synchronous step down dc-dc converter optimized
1203 for battery-powered portable applications.
1204
Anuj Aggarwal2de79852009-08-21 00:39:44 +05301205config REGULATOR_TPS65023
1206 tristate "TI TPS65023 Power regulators"
1207 depends on I2C
Mark Brown90923352011-06-18 01:18:51 +01001208 select REGMAP_I2C
Anuj Aggarwal2de79852009-08-21 00:39:44 +05301209 help
1210 This driver supports TPS65023 voltage regulator chips. TPS65023 provides
1211 three step-down converters and two general-purpose LDO voltage regulators.
1212 It supports TI's software based Class-2 SmartReflex implementation.
1213
1214config REGULATOR_TPS6507X
1215 tristate "TI TPS6507X Power regulators"
1216 depends on I2C
1217 help
1218 This driver supports TPS6507X voltage regulator chips. TPS6507X provides
1219 three step-down converters and two general-purpose LDO voltage regulators.
1220 It supports TI's software based Class-2 SmartReflex implementation.
1221
Andrew F. Davisd2a2e722015-11-04 11:12:14 -06001222config REGULATOR_TPS65086
1223 tristate "TI TPS65086 Power regulators"
1224 depends on MFD_TPS65086
1225 help
1226 This driver provides support for the voltage regulators on
1227 TI TPS65086 PMICs.
1228
Venu Byravarasu452534e2012-03-22 18:34:09 +05301229config REGULATOR_TPS65090
1230 tristate "TI TPS65090 Power regulator"
1231 depends on MFD_TPS65090
1232 help
1233 This driver provides support for the voltage regulators on the
1234 TI TPS65090 PMIC.
1235
Venkat Reddy Talla77c129b2017-04-12 15:44:36 +05301236config REGULATOR_TPS65132
1237 tristate "TI TPS65132 Dual Output Power regulators"
1238 depends on I2C && GPIOLIB
1239 select REGMAP_I2C
1240 help
1241 This driver supports TPS65132 single inductor - dual output
Krzysztof Kozlowski48f1b4e2019-01-08 13:12:33 +01001242 power supply specifically designed for display panels.
Venkat Reddy Talla77c129b2017-04-12 15:44:36 +05301243
AnilKumar Cha493077f2012-01-11 16:11:49 +05301244config REGULATOR_TPS65217
1245 tristate "TI TPS65217 Power regulators"
1246 depends on MFD_TPS65217
1247 help
1248 This driver supports TPS65217 voltage regulator chips. TPS65217
1249 provides three step-down converters and four general-purpose LDO
1250 voltage regulators. It supports software based voltage control
1251 for different voltage domains
1252
Keerthy90e7d522014-02-06 11:20:13 +05301253config REGULATOR_TPS65218
1254 tristate "TI TPS65218 Power regulators"
Axel Lin948838a2014-02-19 16:35:03 +08001255 depends on MFD_TPS65218 && OF
Keerthy90e7d522014-02-06 11:20:13 +05301256 help
1257 This driver supports TPS65218 voltage regulator chips. TPS65218
1258 provides six step-down converters and one general-purpose LDO
1259 voltage regulators. It supports software based voltage control
1260 for different voltage domains
1261
Cyril Chemparathy1394fd22010-12-07 12:04:11 -05001262config REGULATOR_TPS6524X
1263 tristate "TI TPS6524X Power regulators"
1264 depends on SPI
1265 help
1266 This driver supports TPS6524X voltage regulator chips. TPS6524X
1267 provides three step-down converters and two general-purpose LDO
1268 voltage regulators. This device is interfaced using a customized
1269 serial interface currently supported on the sequencer serial
1270 port controller.
1271
Axel Lindfb9b8a2012-02-22 09:29:16 +08001272config REGULATOR_TPS6586X
1273 tristate "TI TPS6586X Power regulators"
1274 depends on MFD_TPS6586X
1275 help
1276 This driver supports TPS6586X voltage regulator chips.
1277
Graeme Gregory518fb722011-05-02 16:20:08 -05001278config REGULATOR_TPS65910
Axel Linae0e6542012-02-21 10:14:55 +08001279 tristate "TI TPS65910/TPS65911 Power Regulators"
Graeme Gregory518fb722011-05-02 16:20:08 -05001280 depends on MFD_TPS65910
1281 help
Axel Linae0e6542012-02-21 10:14:55 +08001282 This driver supports TPS65910/TPS65911 voltage regulator chips.
Graeme Gregory518fb722011-05-02 16:20:08 -05001283
Axel Lindfb9b8a2012-02-22 09:29:16 +08001284config REGULATOR_TPS65912
1285 tristate "TI TPS65912 Power regulator"
Andrew F. Davis33f9d8c2016-01-25 09:43:46 -06001286 depends on MFD_TPS65912
Laxman Dewangan62199292012-01-09 20:27:41 +05301287 help
Axel Lindfb9b8a2012-02-22 09:29:16 +08001288 This driver supports TPS65912 voltage regulator chip.
Laxman Dewangan62199292012-01-09 20:27:41 +05301289
Laxman Dewangan1a0bb672012-11-11 20:42:01 +05301290config REGULATOR_TPS80031
Sebastiaan Schalbroeck3b063492016-08-22 18:23:14 +02001291 tristate "TI TPS80031/TPS80032 power regulator driver"
Laxman Dewangan1a0bb672012-11-11 20:42:01 +05301292 depends on MFD_TPS80031
1293 help
1294 TPS80031/ TPS80032 Fully Integrated Power Management with Power
1295 Path and Battery Charger. It has 5 configurable step-down
1296 converters, 11 general purpose LDOs, VBUS generator and digital
1297 output to control regulators.
1298
Mark Brownda091552008-10-10 15:58:15 +01001299config REGULATOR_TWL4030
Mark Brown631a1fc2013-07-29 16:49:46 +01001300 tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
Mark Brownda091552008-10-10 15:58:15 +01001301 depends on TWL4030_CORE
Mark Brownda091552008-10-10 15:58:15 +01001302 help
1303 This driver supports the voltage regulators provided by
1304 this family of companion chips.
1305
Kunihiko Hayashi9df4f902018-07-11 13:30:52 +09001306config REGULATOR_UNIPHIER
1307 tristate "UniPhier regulator driver"
1308 depends on ARCH_UNIPHIER || COMPILE_TEST
Axel Lina71bcdf2019-03-25 18:59:19 +08001309 depends on OF
1310 select REGMAP_MMIO
Kunihiko Hayashi9df4f902018-07-11 13:30:52 +09001311 default ARCH_UNIPHIER
1312 help
1313 Support for regulators implemented on Socionext UniPhier SoCs.
1314
Matthias Kaehlcke9dee7a72017-04-07 12:51:58 -07001315config REGULATOR_VCTRL
1316 tristate "Voltage controlled regulators"
1317 depends on OF
1318 help
1319 This driver provides support for voltage regulators whose output
1320 voltage is controlled by the voltage of another regulator.
1321
Pawel Moll31e54082012-09-24 18:56:54 +01001322config REGULATOR_VEXPRESS
1323 tristate "Versatile Express regulators"
1324 depends on VEXPRESS_CONFIG
1325 help
1326 This driver provides support for voltage regulators available
1327 on the ARM Ltd's Versatile Express platform.
1328
Robert Markoebf652b2020-01-12 12:30:01 +01001329config REGULATOR_VQMMC_IPQ4019
1330 tristate "IPQ4019 VQMMC SD LDO regulator support"
1331 depends on ARCH_QCOM
1332 help
1333 This driver provides support for the VQMMC LDO I/0
1334 voltage regulator of the IPQ4019 SD/EMMC controller.
1335
Liam Girdwoodba7e4762008-04-30 17:13:42 +01001336config REGULATOR_WM831X
Axel Lindfb9b8a2012-02-22 09:29:16 +08001337 tristate "Wolfson Microelectronics WM831x PMIC regulators"
Liam Girdwoodba7e4762008-04-30 17:13:42 +01001338 depends on MFD_WM831X
1339 help
1340 Support the voltage and current regulators of the WM831x series
1341 of PMIC devices.
1342
Mark Brown42fad572008-09-11 11:12:01 +01001343config REGULATOR_WM8350
1344 tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC"
1345 depends on MFD_WM8350
Mark Brown42fad572008-09-11 11:12:01 +01001346 help
1347 This driver provides support for the voltage and current regulators
Michael Jonesc6d678b2012-07-26 16:07:23 +02001348 of the WM8350 AudioPlus PMIC.
Mark Brown42fad572008-09-11 11:12:01 +01001349
1350config REGULATOR_WM8400
1351 tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC"
1352 depends on MFD_WM8400
1353 help
1354 This driver provides support for the voltage regulators of the
1355 WM8400 AudioPlus PMIC.
Mark Brownda091552008-10-10 15:58:15 +01001356
Eric Miao129eef92008-08-27 04:16:08 +08001357config REGULATOR_WM8994
1358 tristate "Wolfson Microelectronics WM8994 CODEC"
1359 depends on MFD_WM8994
Eric Miao129eef92008-08-27 04:16:08 +08001360 help
1361 This driver provides support for the voltage regulators on the
1362 WM8994 CODEC.
1363
Nisha Kumari498ab2f2020-06-22 18:11:10 +05301364config REGULATOR_QCOM_LABIBB
1365 tristate "QCOM LAB/IBB regulator support"
1366 depends on SPMI || COMPILE_TEST
1367 help
1368 This driver supports Qualcomm's LAB/IBB regulators present on the
1369 Qualcomm's PMIC chip pmi8998. QCOM LAB and IBB are SPMI
1370 based PMIC implementations. LAB can be used as positive
1371 boost regulator and IBB can be used as a negative boost regulator
1372 for LCD display panel.
1373
Takashi Iwaibbda14d2008-10-30 15:57:05 +01001374endif
Sascha Hauer295c08b2009-08-19 01:43:50 +02001375