xref: /linux/drivers/mfd/Kconfig (revision 69050f8d6d075dc01af7a5f2f550a8067510366f)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Multifunction miscellaneous devices
4#
5
6if HAS_IOMEM
7menu "Multifunction device drivers"
8
9config MFD_CORE
10	tristate
11	select IRQ_DOMAIN
12	default n
13
14config MFD_CS5535
15	tristate "AMD CS5535 and CS5536 southbridge core functions"
16	select MFD_CORE
17	depends on PCI && (X86_32 || (X86 && COMPILE_TEST))
18	depends on !UML
19	help
20	  This is the core driver for CS5535/CS5536 MFD functions.  This is
21	  necessary for using the board's GPIO and MFGPT functionality.
22
23config MFD_ADP5585
24	tristate "Analog Devices ADP5585 keypad decoder and I/O expander driver"
25	select MFD_CORE
26	select REGMAP_I2C
27	depends on I2C
28	depends on OF
29	help
30	  Say yes here to add support for the Analog Devices ADP5585 GPIO
31	  expander, PWM and keypad controller. This includes the I2C driver and
32	  the core APIs _only_, you have to select individual components like
33	  the GPIO and PWM functions under the corresponding menus.
34
35config MFD_ALTERA_A10SR
36	bool "Altera Arria10 DevKit System Resource chip"
37	depends on ARCH_INTEL_SOCFPGA && SPI_MASTER=y && OF
38	select REGMAP_SPI
39	select MFD_CORE
40	help
41	  Support for the Altera Arria10 DevKit MAX5 System Resource chip
42	  using the SPI interface. This driver provides common support for
43	  accessing the external gpio extender (LEDs & buttons) and
44	  power supply alarms (hwmon).
45
46config MFD_ALTERA_SYSMGR
47	bool "Altera SOCFPGA System Manager"
48	depends on ARCH_INTEL_SOCFPGA || COMPILE_TEST
49	depends on OF
50	select MFD_SYSCON
51	help
52	  Select this to get System Manager support for all Altera branded
53	  SOCFPGAs. The SOCFPGA System Manager handles all SOCFPGAs by
54	  using regmap_mmio accesses for ARM32 parts and SMC calls to
55	  EL3 for ARM64 parts.
56
57config MFD_ACT8945A
58	tristate "Active-semi ACT8945A"
59	select MFD_CORE
60	select REGMAP_I2C
61	depends on I2C && OF
62	help
63	  Support for the ACT8945A PMIC from Active-semi. This device
64	  features three step-down DC/DC converters and four low-dropout
65	  linear regulators, along with a complete ActivePath battery
66	  charger.
67
68config MFD_SUN4I_GPADC
69	tristate "Allwinner sunxi platforms' GPADC MFD driver"
70	select MFD_CORE
71	select REGMAP_MMIO
72	select REGMAP_IRQ
73	depends on ARCH_SUNXI || COMPILE_TEST
74	depends on !TOUCHSCREEN_SUN4I
75	help
76	  Select this to get support for Allwinner SoCs (A10, A13 and A31) ADC.
77	  This driver will only map the hardware interrupt and registers, you
78	  have to select individual drivers based on this MFD to be able to use
79	  the ADC or the thermal sensor. This will try to probe the ADC driver
80	  sun4i-gpadc-iio and the hwmon driver iio_hwmon.
81
82	  To compile this driver as a module, choose M here: the module will be
83	  called sun4i-gpadc.
84
85config MFD_AS3711
86	bool "AMS AS3711"
87	select MFD_CORE
88	select REGMAP_I2C
89	select REGMAP_IRQ
90	depends on I2C=y
91	help
92	  Support for the AS3711 PMIC from AMS
93
94config MFD_SMPRO
95	tristate "Ampere Computing SMpro core driver"
96	depends on I2C
97	select MFD_CORE
98	select REGMAP_I2C
99	help
100	  Say yes here to enable SMpro driver support for Ampere's Altra
101	  processor family.
102
103	  Ampere's Altra SMpro exposes an I2C regmap interface that can
104	  be accessed by child devices.
105
106config MFD_AS3722
107	tristate "ams AS3722 Power Management IC"
108	select MFD_CORE
109	select REGMAP_I2C
110	select REGMAP_IRQ
111	depends on I2C=y && OF
112	help
113	  The ams AS3722 is a compact system PMU suitable for mobile phones,
114	  tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down
115	  controllers, 11 LDOs, RTC, automatic battery, temperature and
116	  over current monitoring, GPIOs, ADC and a watchdog.
117
118config PMIC_ADP5520
119	bool "Analog Devices ADP5520/01 MFD PMIC Core Support"
120	depends on I2C=y
121	help
122	  Say yes here to add support for Analog Devices ADP5520 and ADP5501,
123	  Multifunction Power Management IC. This includes
124	  the I2C driver and the core APIs _only_, you have to select
125	  individual components like LCD backlight, LEDs, GPIOs and Kepad
126	  under the corresponding menus.
127
128config MFD_AAT2870_CORE
129	bool "AnalogicTech AAT2870"
130	select MFD_CORE
131	depends on I2C=y
132	depends on GPIOLIB || COMPILE_TEST
133	depends on GPIOLIB_LEGACY
134	help
135	  If you say yes here you get support for the AAT2870.
136	  This driver provides common support for accessing the device,
137	  additional drivers must be enabled in order to use the
138	  functionality of the device.
139
140config MFD_AT91_USART
141	tristate "AT91 USART Driver"
142	select MFD_CORE
143	depends on ARCH_MICROCHIP || COMPILE_TEST
144	help
145	  Select this to get support for AT91 USART IP. This is a wrapper
146	  over at91-usart-serial driver and usart-spi-driver. Only one function
147	  can be used at a time. The choice is done at boot time by the probe
148	  function of this MFD driver according to a device tree property.
149
150config MFD_ATMEL_FLEXCOM
151	tristate "Atmel Flexcom (Flexible Serial Communication Unit)"
152	select MFD_CORE
153	depends on OF
154	help
155	  Select this to get support for Atmel Flexcom. This is a wrapper
156	  which embeds a SPI controller, a I2C controller and a USART. Only
157	  one function can be used at a time. The choice is done at boot time
158	  by the probe function of this MFD driver according to a device tree
159	  property.
160
161config MFD_ATMEL_HLCDC
162	tristate "Atmel HLCDC (High-end LCD Controller)"
163	select MFD_CORE
164	select REGMAP_MMIO
165	depends on OF
166	help
167	  If you say yes here you get support for the HLCDC block.
168	  This driver provides common support for accessing the device,
169	  additional drivers must be enabled in order to use the
170	  functionality of the device.
171
172config MFD_ATMEL_SMC
173	bool
174	select MFD_SYSCON
175
176config MFD_BCM590XX
177	tristate "Broadcom BCM590xx PMUs"
178	select MFD_CORE
179	select REGMAP_I2C
180	depends on I2C
181	help
182	  Support for the BCM590xx PMUs from Broadcom
183
184config MFD_BD9571MWV
185	tristate "ROHM BD9571MWV PMIC"
186	select MFD_CORE
187	select REGMAP_I2C
188	select REGMAP_IRQ
189	depends on I2C
190	help
191	  Support for the ROHM BD9571MWV PMIC, which contains single
192	  voltage regulator, voltage sampling units, GPIO block and
193	  watchdog block.
194
195	  This driver can also be built as a module. If so, the module
196	  will be called bd9571mwv.
197
198config MFD_AC100
199	tristate "X-Powers AC100"
200	select MFD_CORE
201	depends on SUNXI_RSB
202	help
203	  If you say Y here you get support for the X-Powers AC100 audio codec
204	  IC.
205	  This driver include only the core APIs. You have to select individual
206	  components like codecs or RTC under the corresponding menus.
207
208config MFD_AXP20X
209	tristate
210	select MFD_CORE
211	select REGMAP_IRQ
212
213config MFD_AXP20X_I2C
214	tristate "X-Powers AXP series PMICs with I2C"
215	select MFD_AXP20X
216	select REGMAP_I2C
217	depends on I2C
218	help
219	  If you say Y here you get support for the X-Powers AXP series power
220	  management ICs (PMICs) controlled with I2C.
221	  This driver include only the core APIs. You have to select individual
222	  components like regulators or the PEK (Power Enable Key) under the
223	  corresponding menus.
224
225	  Note on x86 this provides an ACPI OpRegion, so this must be 'y'
226	  (builtin) and not a module, as the OpRegion must be available as
227	  soon as possible. For the same reason the I2C bus driver options
228	  I2C_DESIGNWARE_PLATFORM and I2C_DESIGNWARE_BAYTRAIL must be 'y' too.
229
230config MFD_AXP20X_RSB
231	tristate "X-Powers AXP series PMICs with RSB"
232	select MFD_AXP20X
233	depends on SUNXI_RSB
234	help
235	  If you say Y here you get support for the X-Powers AXP series power
236	  management ICs (PMICs) controlled with RSB.
237	  This driver include only the core APIs. You have to select individual
238	  components like regulators or the PEK (Power Enable Key) under the
239	  corresponding menus.
240
241config MFD_CGBC
242	tristate "Congatec Board Controller"
243	select MFD_CORE
244	depends on X86
245	help
246	  This is the core driver of the Board Controller found on some Congatec
247	  SMARC modules. The Board Controller provides functions like watchdog,
248	  I2C busses, and GPIO controller.
249
250	  To compile this driver as a module, choose M here: the module will be
251	  called cgbc-core.
252
253config MFD_CROS_EC_DEV
254	tristate "ChromeOS Embedded Controller multifunction device"
255	select MFD_CORE
256	depends on CROS_EC
257	default CROS_EC
258	help
259	  Select this to get support for ChromeOS Embedded Controller
260	  sub-devices. This driver will instantiate additional drivers such
261	  as RTC, USBPD, etc. but you have to select the individual drivers.
262
263	  To compile this driver as a module, choose M here: the module will be
264	  called cros-ec-dev.
265
266config MFD_CS40L50_CORE
267	tristate
268	select MFD_CORE
269	select FW_CS_DSP
270	select REGMAP_IRQ
271
272config MFD_CS40L50_I2C
273	tristate "Cirrus Logic CS40L50 (I2C)"
274	select REGMAP_I2C
275	select MFD_CS40L50_CORE
276	depends on I2C
277	help
278	  Select this to support the Cirrus Logic CS40L50 Haptic
279	  Driver over I2C.
280
281	  This driver can be built as a module. If built as a module it will be
282	  called "cs40l50-i2c".
283
284config MFD_CS40L50_SPI
285	tristate "Cirrus Logic CS40L50 (SPI)"
286	select REGMAP_SPI
287	select MFD_CS40L50_CORE
288	depends on SPI
289	help
290	  Select this to support the Cirrus Logic CS40L50 Haptic
291	  Driver over SPI.
292
293	  This driver can be built as a module. If built as a module it will be
294	  called "cs40l50-spi".
295
296config MFD_CS42L43
297	tristate
298	select MFD_CORE
299	select REGMAP
300	select REGMAP_IRQ
301
302config MFD_CS42L43_I2C
303	tristate "Cirrus Logic CS42L43 (I2C)"
304	depends on I2C
305	select REGMAP_I2C
306	select MFD_CS42L43
307	help
308	  Select this to support the Cirrus Logic CS42L43 PC CODEC with
309	  headphone and class D speaker drivers over I2C.
310
311config MFD_CS42L43_SDW
312	tristate "Cirrus Logic CS42L43 (SoundWire)"
313	depends on SOUNDWIRE
314	select REGMAP_SOUNDWIRE
315	select MFD_CS42L43
316	help
317	  Select this to support the Cirrus Logic CS42L43 PC CODEC with
318	  headphone and class D speaker drivers over SoundWire.
319
320config MFD_LOCHNAGAR
321	bool "Cirrus Logic Lochnagar Audio Development Board"
322	select MFD_CORE
323	select REGMAP_I2C
324	depends on I2C=y && OF
325	help
326	  Support for Cirrus Logic Lochnagar audio development board.
327
328config MFD_MACSMC
329	tristate "Apple Silicon System Management Controller (SMC)"
330	depends on ARCH_APPLE || COMPILE_TEST
331	depends on OF
332	depends on APPLE_RTKIT
333	select MFD_CORE
334	help
335	  The System Management Controller (SMC) on Apple Silicon machines is a
336	  piece of hardware that exposes various functionalities such as
337	  temperature sensors, voltage/power meters, shutdown/reboot handling,
338	  GPIOs and more.
339
340	  Communication happens via a shared mailbox using the RTKit protocol
341	  which is also used for other co-processors. The SMC protocol then
342	  allows reading and writing many different keys which implement the
343	  various features. The MFD core device handles this protocol and
344	  exposes it to the sub-devices.
345
346config MFD_MADERA
347	tristate "Cirrus Logic Madera codecs"
348	select MFD_CORE
349	select REGMAP
350	select REGMAP_IRQ
351	select MADERA_IRQ
352	select PINCTRL
353	select PINCTRL_MADERA
354	help
355	  Support for the Cirrus Logic Madera platform audio codecs
356
357config MFD_MADERA_I2C
358	tristate "Cirrus Logic Madera codecs with I2C"
359	depends on MFD_MADERA
360	depends on I2C
361	select REGMAP_I2C
362	help
363	  Support for the Cirrus Logic Madera platform audio SoC
364	  core functionality controlled via I2C.
365
366config MFD_MADERA_SPI
367	tristate "Cirrus Logic Madera codecs with SPI"
368	depends on MFD_MADERA
369	depends on SPI_MASTER
370	select REGMAP_SPI
371	help
372	  Support for the Cirrus Logic Madera platform audio SoC
373	  core functionality controlled via SPI.
374
375config MFD_CS47L15
376	bool "Cirrus Logic CS47L15"
377	select PINCTRL_CS47L15
378	depends on MFD_MADERA
379	help
380	  Support for Cirrus Logic CS47L15 Smart Codec
381
382config MFD_CS47L35
383	bool "Cirrus Logic CS47L35"
384	select PINCTRL_CS47L35
385	depends on MFD_MADERA
386	help
387	  Support for Cirrus Logic CS47L35 Smart Codec
388
389config MFD_CS47L85
390	bool "Cirrus Logic CS47L85"
391	select PINCTRL_CS47L85
392	depends on MFD_MADERA
393	help
394	  Support for Cirrus Logic CS47L85 Smart Codec
395
396config MFD_CS47L90
397	bool "Cirrus Logic CS47L90/91"
398	select PINCTRL_CS47L90
399	depends on MFD_MADERA
400	help
401	  Support for Cirrus Logic CS47L90 and CS47L91 Smart Codecs
402
403config MFD_CS47L92
404	bool "Cirrus Logic CS47L92/93"
405	select PINCTRL_CS47L92
406	depends on MFD_MADERA
407	help
408	  Support for Cirrus Logic CS42L92, CS47L92 and CS47L93 Smart Codecs
409
410config MFD_TN48M_CPLD
411	tristate "Delta Networks TN48M switch CPLD driver"
412	depends on I2C
413	depends on ARCH_MVEBU || COMPILE_TEST
414	select MFD_SIMPLE_MFD_I2C
415	help
416	  Select this option to enable support for Delta Networks TN48M switch
417	  CPLD. It consists of reset and GPIO drivers. CPLD provides GPIOS-s
418	  for the SFP slots as well as power supply related information.
419	  SFP support depends on the GPIO driver being selected.
420
421config PMIC_DA903X
422	bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
423	depends on I2C=y
424	help
425	  Say yes here to add support for Dialog Semiconductor DA9030 (a.k.a
426	  ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC
427	  usually found on PXA processors-based platforms. This includes
428	  the I2C driver and the core APIs _only_, you have to select
429	  individual components like LCD backlight, voltage regulators,
430	  LEDs and battery-charger under the corresponding menus.
431
432config PMIC_DA9052
433	bool
434	select MFD_CORE
435
436config MFD_DA9052_SPI
437	bool "Dialog Semiconductor DA9052/53 PMIC variants with SPI"
438	select REGMAP_SPI
439	select REGMAP_IRQ
440	select PMIC_DA9052
441	depends on SPI_MASTER=y
442	help
443	  Support for the Dialog Semiconductor DA9052 PMIC
444	  when controlled using SPI. This driver provides common support
445	  for accessing the device, additional drivers must be enabled in
446	  order to use the functionality of the device.
447
448config MFD_DA9052_I2C
449	bool "Dialog Semiconductor DA9052/53 PMIC variants with I2C"
450	select REGMAP_I2C
451	select REGMAP_IRQ
452	select PMIC_DA9052
453	depends on I2C=y
454	help
455	  Support for the Dialog Semiconductor DA9052 PMIC
456	  when controlled using I2C. This driver provides common support
457	  for accessing the device, additional drivers must be enabled in
458	  order to use the functionality of the device.
459
460config MFD_DA9055
461	bool "Dialog Semiconductor DA9055 PMIC Support"
462	select REGMAP_I2C
463	select REGMAP_IRQ
464	select MFD_CORE
465	depends on I2C=y
466	help
467	  Say yes here for support of Dialog Semiconductor DA9055. This is
468	  a Power Management IC. This driver provides common support for
469	  accessing the device as well as the I2C interface to the chip itself.
470	  Additional drivers must be enabled in order to use the functionality
471	  of the device.
472
473config MFD_DA9062
474	tristate "Dialog Semiconductor DA9062/61 PMIC Support"
475	select MFD_CORE
476	select REGMAP_I2C
477	select REGMAP_IRQ
478	depends on I2C
479	help
480	  Say yes here for support for the Dialog Semiconductor DA9061 and
481	  DA9062 PMICs.
482	  This includes the I2C driver and core APIs.
483	  Additional drivers must be enabled in order to use the functionality
484	  of the device.
485
486config MFD_DA9063
487	tristate "Dialog Semiconductor DA9063 PMIC Support"
488	select MFD_CORE
489	select REGMAP_I2C
490	select REGMAP_IRQ
491	depends on I2C
492	help
493	  Say yes here for support for the Dialog Semiconductor DA9063 PMIC.
494	  This includes the I2C driver and core APIs.
495	  Additional drivers must be enabled in order to use the functionality
496	  of the device.
497
498config MFD_DA9150
499	tristate "Dialog Semiconductor DA9150 Charger Fuel-Gauge chip"
500	depends on I2C
501	select MFD_CORE
502	select REGMAP_I2C
503	select REGMAP_IRQ
504	help
505	  This adds support for the DA9150 integrated charger and fuel-gauge
506	  chip. This driver provides common support for accessing the device.
507	  Additional drivers must be enabled in order to use the specific
508	  features of the device.
509
510config MFD_DLN2
511	tristate "Diolan DLN2 support"
512	select MFD_CORE
513	depends on USB
514	help
515	  This adds support for Diolan USB-I2C/SPI/GPIO Master Adapter
516	  DLN-2. Additional drivers such as I2C_DLN2, GPIO_DLN2,
517	  etc. must be enabled in order to use the functionality of
518	  the device.
519
520config MFD_ENE_KB3930
521	tristate "ENE KB3930 Embedded Controller support"
522	depends on I2C
523	depends on MACH_MMP3_DT || COMPILE_TEST
524	select MFD_CORE
525	help
526	  This adds support for the power-off functionality and access to
527	  the registers that control LEDS and USB port power on ENE KB3930
528	  Embedded Controller. To use the LED functionality LEDS_ARIEL must
529	  be enabled.
530
531config MFD_EXYNOS_LPASS
532	tristate "Samsung Exynos SoC Low Power Audio Subsystem"
533	depends on ARCH_EXYNOS || COMPILE_TEST
534	select MFD_CORE
535	select REGMAP_MMIO
536	help
537	  Select this option to enable support for Samsung Exynos Low Power
538	  Audio Subsystem present on some of Samsung Exynos
539	  SoCs (e.g. Exynos5433).
540	  Choose Y here only if you build for such Samsung SoC.
541
542config MFD_GATEWORKS_GSC
543	tristate "Gateworks System Controller"
544	depends on I2C && OF
545	select MFD_CORE
546	select REGMAP_I2C
547	select REGMAP_IRQ
548	help
549	  Enable support for the Gateworks System Controller (GSC) found
550	  on Gateworks Single Board Computers supporting system functions
551	  such as push-button monitor, multiple ADC's for voltage and
552	  temperature monitoring, fan controller and watchdog monitor.
553	  This driver provides common support for accessing the device.
554	  Additional drivers must be enabled in order to use the
555	  functionality of the device.
556
557config MFD_MC13XXX
558	tristate
559	depends on SPI_MASTER || I2C
560	select MFD_CORE
561	select REGMAP_IRQ
562	help
563	  Enable support for the Freescale MC13783 and MC13892 PMICs.
564	  This driver provides common support for accessing the device,
565	  additional drivers must be enabled in order to use the
566	  functionality of the device.
567
568config MFD_MC13XXX_SPI
569	tristate "Freescale MC13783 and MC13892 SPI interface"
570	depends on SPI_MASTER
571	select REGMAP_SPI
572	select MFD_MC13XXX
573	help
574	  Select this if your MC13xxx is connected via an SPI bus.
575
576config MFD_MC13XXX_I2C
577	tristate "Freescale MC13892 I2C interface"
578	depends on I2C
579	select REGMAP_I2C
580	select MFD_MC13XXX
581	help
582	  Select this if your MC13xxx is connected via an I2C bus.
583
584config MFD_MP2629
585	tristate "Monolithic Power Systems MP2629 ADC and Battery charger"
586	depends on I2C
587	select REGMAP_I2C
588	select MFD_CORE
589	help
590	  Select this option to enable support for Monolithic Power Systems
591	  battery charger. This provides ADC, thermal and battery charger power
592	  management functions.
593
594config MFD_MXS_LRADC
595	tristate "Freescale i.MX23/i.MX28 LRADC"
596	depends on ARCH_MXS || COMPILE_TEST
597	select MFD_CORE
598	select STMP_DEVICE
599	help
600	  Say yes here to build support for the Low Resolution
601	  Analog-to-Digital Converter (LRADC) found on the i.MX23 and i.MX28
602	  processors. This driver provides common support for accessing the
603	  device, additional drivers must be enabled in order to use the
604	  functionality of the device:
605		mxs-lradc-adc for ADC readings
606		mxs-lradc-ts  for touchscreen support
607
608	  This driver can also be built as a module. If so, the module will be
609	  called mxs-lradc.
610
611config MFD_MX25_TSADC
612	tristate "Freescale i.MX25 integrated Touchscreen and ADC unit"
613	select REGMAP_MMIO
614	depends on (SOC_IMX25 && OF) || COMPILE_TEST
615	help
616	  Enable support for the integrated Touchscreen and ADC unit of the
617	  i.MX25 processors. They consist of a conversion queue for general
618	  purpose ADC and a queue for Touchscreens.
619
620config MFD_PF1550
621	tristate "NXP PF1550 PMIC Support"
622	depends on I2C=y && OF
623	select MFD_CORE
624	select REGMAP_I2C
625	select REGMAP_IRQ
626	help
627	  Say yes here to add support for NXP PF1550. This is a companion Power
628	  Management IC with regulators, onkey, and charger control on chip.
629	  This driver provides common support for accessing the device;
630	  additional drivers must be enabled in order to use the functionality
631	  of the device.
632
633	  This driver can also be built as a module and if so will be called
634	  pf1550.
635
636config MFD_HI6421_PMIC
637	tristate "HiSilicon Hi6421 PMU/Codec IC"
638	depends on OF
639	select MFD_CORE
640	select REGMAP_MMIO
641	help
642	  Add support for HiSilicon Hi6421 PMIC. Hi6421 includes multi-
643	  functions, such as regulators, RTC, codec, Coulomb counter, etc.
644	  This driver includes core APIs _only_. You have to select
645	  individual components like voltage regulators under corresponding
646	  menus in order to enable them.
647	  We communicate with the Hi6421 via memory-mapped I/O.
648
649config MFD_HI6421_SPMI
650	tristate "HiSilicon Hi6421v600 SPMI PMU/Codec IC"
651	depends on OF
652	depends on SPMI
653	select MFD_CORE
654	select REGMAP_SPMI
655	help
656	  Add support for HiSilicon Hi6421v600 SPMI PMIC. Hi6421 includes
657	  multi-functions, such as regulators, RTC, codec, Coulomb counter,
658	  etc.
659
660	  This driver includes core APIs _only_. You have to select
661	  individual components like voltage regulators under corresponding
662	  menus in order to enable them.
663	  We communicate with the Hi6421v600 via a SPMI bus.
664
665config MFD_HI655X_PMIC
666	tristate "HiSilicon Hi655X series PMU/Codec IC"
667	depends on ARCH_HISI || COMPILE_TEST
668	depends on OF
669	select MFD_CORE
670	select REGMAP_MMIO
671	select REGMAP_IRQ
672	help
673	  Select this option to enable Hisilicon hi655x series pmic driver.
674
675config MFD_INTEL_QUARK_I2C_GPIO
676	tristate "Intel Quark MFD I2C GPIO"
677	depends on PCI
678	depends on X86
679	depends on COMMON_CLK
680	select MFD_CORE
681	help
682	  This MFD provides support for I2C and GPIO that exist only
683	  in a single PCI device. It splits the 2 IO devices to
684	  their respective IO driver.
685	  The GPIO exports a total amount of 8 interrupt-capable GPIOs.
686
687config LPC_ICH
688	tristate "Intel ICH LPC"
689	depends on PCI
690	select MFD_CORE
691	select P2SB if X86
692	help
693	  The LPC bridge function of the Intel ICH provides support for
694	  many functional units. This driver provides needed support for
695	  other drivers to control these functions, currently GPIO and
696	  watchdog.
697
698config LPC_SCH
699	tristate "Intel SCH LPC"
700	depends on PCI
701	select MFD_CORE
702	help
703	  LPC bridge function of the Intel SCH provides support for
704	  System Management Bus and General Purpose I/O.
705
706config INTEL_SOC_PMIC
707	bool "Support for Crystal Cove PMIC"
708	depends on HAS_IOMEM && I2C=y && GPIOLIB && COMMON_CLK
709	depends on (X86 && ACPI) || COMPILE_TEST
710	depends on I2C_DESIGNWARE_PLATFORM=y || COMPILE_TEST
711	select MFD_CORE
712	select REGMAP_I2C
713	select REGMAP_IRQ
714	help
715	  Select this option to enable support for Crystal Cove PMIC
716	  on some Intel SoC systems. The PMIC provides ADC, GPIO,
717	  thermal, charger and related power management functions
718	  on these systems.
719
720	  This option is a bool as it provides an ACPI OpRegion which must be
721	  available before any devices using it are probed. This option also
722	  causes the designware-i2c driver to be builtin for the same reason.
723
724config INTEL_SOC_PMIC_BXTWC
725	tristate "Support for Intel Broxton Whiskey Cove PMIC"
726	depends on MFD_INTEL_PMC_BXT
727	select MFD_CORE
728	select REGMAP_IRQ
729	help
730	  Select this option to enable support for Whiskey Cove PMIC
731	  on Intel Broxton systems. The PMIC provides ADC, GPIO,
732	  thermal, charger and related power management functions
733	  on these systems.
734
735config INTEL_SOC_PMIC_CHTWC
736	bool "Support for Intel Cherry Trail Whiskey Cove PMIC"
737	depends on ACPI && HAS_IOMEM && I2C=y && COMMON_CLK
738	depends on X86 || COMPILE_TEST
739	depends on I2C_DESIGNWARE_PLATFORM=y
740	select MFD_CORE
741	select REGMAP_I2C
742	select REGMAP_IRQ
743	help
744	  Select this option to enable support for the Intel Cherry Trail
745	  Whiskey Cove PMIC found on some Intel Cherry Trail systems.
746
747	  This option is a bool as it provides an ACPI OpRegion which must be
748	  available before any devices using it are probed. This option also
749	  causes the designware-i2c driver to be builtin for the same reason.
750
751config INTEL_SOC_PMIC_CHTDC_TI
752	tristate "Support for Intel Cherry Trail Dollar Cove TI PMIC"
753	depends on GPIOLIB
754	depends on I2C=y && I2C_DESIGNWARE_PLATFORM=y
755	depends on ACPI
756	depends on X86
757	select MFD_CORE
758	select REGMAP_I2C
759	select REGMAP_IRQ
760	help
761	  Select this option for supporting Dollar Cove (TI version) PMIC
762	  device that is found on some Intel Cherry Trail systems.
763
764	  This option is a bool as it provides an ACPI OpRegion which must be
765	  available before any devices using it are probed. This option also
766	  needs the designware-i2c driver to be builtin for the same reason.
767
768config INTEL_SOC_PMIC_MRFLD
769	tristate "Support for Intel Merrifield Basin Cove PMIC"
770	depends on GPIOLIB
771	depends on ACPI
772	depends on INTEL_SCU
773	select MFD_CORE
774	select REGMAP_IRQ
775	help
776	  Select this option for supporting Basin Cove PMIC device
777	  that is found on Intel Merrifield systems.
778
779config MFD_INTEL_LPSS
780	tristate
781	select COMMON_CLK
782	select MFD_CORE
783
784config MFD_INTEL_LPSS_ACPI
785	tristate "Intel Low Power Subsystem support in ACPI mode"
786	select MFD_INTEL_LPSS
787	depends on X86 && ACPI
788	help
789	  This driver supports Intel Low Power Subsystem (LPSS) devices such as
790	  I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake
791	  PCH) in ACPI mode.
792
793config MFD_INTEL_LPSS_PCI
794	tristate "Intel Low Power Subsystem support in PCI mode"
795	select MFD_INTEL_LPSS
796	depends on X86 && PCI
797	help
798	  This driver supports Intel Low Power Subsystem (LPSS) devices such as
799	  I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake
800	  PCH) in PCI mode.
801
802config MFD_INTEL_PMC_BXT
803	tristate "Intel PMC Driver for Broxton"
804	depends on X86
805	depends on X86_PLATFORM_DEVICES
806	depends on ACPI
807	select INTEL_SCU_IPC
808	select MFD_CORE
809	help
810	  This driver provides support for the PMC (Power Management
811	  Controller) on Intel Broxton and Apollo Lake. The PMC is a
812	  multi-function device that exposes IPC, General Control
813	  Register and P-unit access. In addition this creates devices
814	  for iTCO watchdog and telemetry that are part of the PMC.
815
816config MFD_IPAQ_MICRO
817	bool "Atmel Micro ASIC (iPAQ h3100/h3600/h3700) Support"
818	depends on SA1100_H3600
819	select MFD_CORE
820	help
821	  Select this to get support for the Microcontroller found in
822	  the Compaq iPAQ handheld computers. This is an Atmel
823	  AT90LS8535 microcontroller flashed with a special iPAQ
824	  firmware using the custom protocol implemented in this driver.
825
826config MFD_IQS62X
827	tristate "Azoteq IQS620A/621/622/624/625 core support"
828	depends on I2C
829	select MFD_CORE
830	select REGMAP_I2C
831	help
832	  Say Y here if you want to build core support for the Azoteq IQS620A,
833	  IQS621, IQS622, IQS624 and IQS625 multi-function sensors. Additional
834	  options must be selected to enable device-specific functions.
835
836	  To compile this driver as a module, choose M here: the module will
837	  be called iqs62x.
838
839config MFD_JANZ_CMODIO
840	tristate "Janz CMOD-IO PCI MODULbus Carrier Board"
841	select MFD_CORE
842	depends on PCI
843	help
844	  This is the core driver for the Janz CMOD-IO PCI MODULbus
845	  carrier board. This device is a PCI to MODULbus bridge which may
846	  host many different types of MODULbus daughterboards, including
847	  CAN and GPIO controllers.
848
849config MFD_KEMPLD
850	tristate "Kontron module PLD device"
851	select MFD_CORE
852	help
853	  This is the core driver for the PLD (Programmable Logic Device) found
854	  on some Kontron ETX and nearly all COMexpress (ETXexpress) modules as
855	  well as on some other Kontron products. The PLD device may provide
856	  functions like watchdog, GPIO, UART and I2C bus.
857
858	  This driver can also be built as a module. If so, the module
859	  will be called kempld-core.
860
861config MFD_88PM800
862	tristate "Marvell 88PM800"
863	depends on I2C
864	select REGMAP_I2C
865	select REGMAP_IRQ
866	select MFD_CORE
867	help
868	  This supports for Marvell 88PM800 Power Management IC.
869	  This includes the I2C driver and the core APIs _only_, you have to
870	  select individual components like voltage regulators, RTC and
871	  battery-charger under the corresponding menus.
872
873config MFD_88PM805
874	tristate "Marvell 88PM805"
875	depends on I2C
876	select REGMAP_I2C
877	select REGMAP_IRQ
878	select MFD_CORE
879	help
880	  This supports for Marvell 88PM805 Power Management IC. This includes
881	  the I2C driver and the core APIs _only_, you have to select individual
882	  components like codec device, headset/Mic device under the
883	  corresponding menus.
884
885config MFD_88PM860X
886	bool "Marvell 88PM8606/88PM8607"
887	depends on I2C=y
888	select REGMAP_I2C
889	select MFD_CORE
890	help
891	  This supports for Marvell 88PM8606/88PM8607 Power Management IC.
892	  This includes the I2C driver and the core APIs _only_, you have to
893	  select individual components like voltage regulators, RTC and
894	  battery-charger under the corresponding menus.
895
896config MFD_88PM886_PMIC
897	bool "Marvell 88PM886 PMIC"
898	depends on I2C=y
899	depends on OF
900	select REGMAP_I2C
901	select REGMAP_IRQ
902	select MFD_CORE
903	help
904	  This enables support for Marvell 88PM886 Power Management IC.
905	  This includes the I2C driver and the core APIs _only_, you have to
906	  select individual components like onkey under the corresponding menus.
907
908config MFD_MAX5970
909	tristate "Maxim 5970/5978 power switch and monitor"
910	depends on I2C
911	select MFD_SIMPLE_MFD_I2C
912	help
913	  This driver controls a Maxim 5970/5978 switch via I2C bus.
914	  The MAX5970/5978 is a smart switch with no output regulation, but
915	  fault protection and voltage and current monitoring capabilities.
916	  Also it supports upto 4 indication leds.
917
918config MFD_MAX14577
919	tristate "Maxim Semiconductor MAX14577/77836 MUIC + Charger Support"
920	depends on I2C
921	select MFD_CORE
922	select REGMAP_I2C
923	select REGMAP_IRQ
924	select IRQ_DOMAIN
925	help
926	  Say yes here to add support for Maxim Semiconductor MAX14577 and
927	  MAX77836 Micro-USB ICs with battery charger.
928	  This driver provides common support for accessing the device;
929	  additional drivers must be enabled in order to use the functionality
930	  of the device.
931
932config MFD_MAX77541
933	tristate "Analog Devices MAX77541/77540 PMIC Support"
934	depends on I2C=y
935	select MFD_CORE
936	select REGMAP_I2C
937	select REGMAP_IRQ
938	help
939	  Say yes here to add support for Analog Devices MAX77541 and
940	  MAX77540 Power Management ICs. This driver provides
941	  common support for accessing the device; additional drivers
942	  must be enabled in order to use the functionality of the device.
943	  There are regulators and adc.
944
945config MFD_MAX77620
946	tristate "Maxim Semiconductor MAX77620 and MAX20024 PMIC Support"
947	depends on I2C=y
948	depends on OF
949	select MFD_CORE
950	select REGMAP_I2C
951	select REGMAP_IRQ
952	select IRQ_DOMAIN
953	help
954	  Say yes here to add support for Maxim Semiconductor MAX77620 and
955	  MAX20024 which are Power Management IC with General purpose pins,
956	  RTC, regulators, clock generator, watchdog etc. This driver
957	  provides common support for accessing the device; additional drivers
958	  must be enabled in order to use the functionality of the device.
959
960config MFD_MAX77650
961	tristate "Maxim MAX77650/77651 PMIC Support"
962	depends on I2C
963	depends on OF
964	select MFD_CORE
965	select REGMAP_I2C
966	select REGMAP_IRQ
967	help
968	  Say Y here to add support for Maxim Semiconductor MAX77650 and
969	  MAX77651 Power Management ICs. This is the core multifunction
970	  driver for interacting with the device. The module name is
971	  'max77650'. Additional drivers can be enabled in order to use
972	  the following functionalities of the device: GPIO, regulator,
973	  charger, LED, onkey.
974
975config MFD_MAX77686
976	tristate "Maxim Semiconductor MAX77686/802 PMIC Support"
977	depends on I2C
978	depends on OF
979	select MFD_CORE
980	select REGMAP_I2C
981	select REGMAP_IRQ
982	select IRQ_DOMAIN
983	help
984	  Say yes here to add support for Maxim Semiconductor MAX77686 and
985	  MAX77802 which are Power Management IC with an RTC on chip.
986	  This driver provides common support for accessing the device;
987	  additional drivers must be enabled in order to use the functionality
988	  of the device.
989
990config MFD_MAX77693
991	tristate "Maxim Semiconductor MAX77693 PMIC Support"
992	depends on I2C
993	select MFD_CORE
994	select REGMAP_I2C
995	select REGMAP_IRQ
996	help
997	  Say yes here to add support for Maxim Semiconductor MAX77693.
998	  This is a companion Power Management IC with Flash, Haptic, Charger,
999	  and MUIC(Micro USB Interface Controller) controls on chip.
1000	  This driver provides common support for accessing the device;
1001	  additional drivers must be enabled in order to use the functionality
1002	  of the device.
1003
1004config MFD_MAX77705
1005	tristate "Maxim MAX77705 PMIC Support"
1006	depends on I2C
1007	select MFD_CORE
1008	select MFD_SIMPLE_MFD_I2C
1009	help
1010	  Say yes here to add support for Maxim Integrated MAX77705 PMIC.
1011	  This is a Power Management IC with Charger, safe LDOs, Flash, Haptic
1012	  and MUIC controls on chip.
1013	  This driver provides common support for accessing the device;
1014	  additional drivers must be enabled in order to use the functionality
1015	  of the device.
1016
1017config MFD_MAX77714
1018	tristate "Maxim Semiconductor MAX77714 PMIC Support"
1019	depends on I2C
1020	depends on OF
1021	select MFD_CORE
1022	select REGMAP_I2C
1023	help
1024	  Say yes here to add support for Maxim Semiconductor MAX77714.
1025	  This is a Power Management IC with 4 buck regulators, 9
1026	  low-dropout regulators, 8 GPIOs, RTC, watchdog etc. This driver
1027	  provides common support for accessing the device; additional
1028	  drivers must be enabled in order to use each functionality of the
1029	  device.
1030
1031config MFD_MAX77759
1032	tristate "Maxim Integrated MAX77759 PMIC"
1033	depends on I2C
1034	depends on OF
1035	select IRQ_DOMAIN
1036	select MFD_CORE
1037	select REGMAP_I2C
1038	select REGMAP_IRQ
1039	help
1040	  Say yes here to add support for Maxim Integrated MAX77759.
1041	  This is a companion Power Management IC for USB Type-C applications
1042	  with Battery Charger, Fuel Gauge, temperature sensors, USB Type-C
1043	  Port Controller (TCPC), NVMEM, and additional GPIO interfaces.
1044	  This driver provides common support for accessing the device;
1045	  additional drivers must be enabled in order to use the functionality
1046	  of the device.
1047
1048	  To compile this driver as a module, choose M here: the module will be
1049	  called max77759.
1050
1051config MFD_MAX77843
1052	bool "Maxim Semiconductor MAX77843 PMIC Support"
1053	depends on I2C=y
1054	select MFD_CORE
1055	select REGMAP_I2C
1056	select REGMAP_IRQ
1057	help
1058	  Say yes here to add support for Maxim Semiconductor MAX77843.
1059	  This is companion Power Management IC with LEDs, Haptic, Charger,
1060	  Fuel Gauge, MUIC(Micro USB Interface Controller) controls on chip.
1061	  This driver provides common support for accessing the device;
1062	  additional drivers must be enabled in order to use the functionality
1063	  of the device.
1064
1065config MFD_MAX8907
1066	tristate "Maxim Semiconductor MAX8907 PMIC Support"
1067	select MFD_CORE
1068	depends on I2C
1069	select REGMAP_I2C
1070	select REGMAP_IRQ
1071	help
1072	  Say yes here to add support for Maxim Semiconductor MAX8907. This is
1073	  a Power Management IC. This driver provides common support for
1074	  accessing the device; additional drivers must be enabled in order
1075	  to use the functionality of the device.
1076
1077config MFD_MAX8925
1078	bool "Maxim Semiconductor MAX8925 PMIC Support"
1079	depends on I2C=y
1080	select MFD_CORE
1081	help
1082	  Say yes here to add support for Maxim Semiconductor MAX8925. This is
1083	  a Power Management IC. This driver provides common support for
1084	  accessing the device, additional drivers must be enabled in order
1085	  to use the functionality of the device.
1086
1087config MFD_MAX8997
1088	bool "Maxim Semiconductor MAX8997/8966 PMIC Support"
1089	depends on I2C=y
1090	select MFD_CORE
1091	select IRQ_DOMAIN
1092	help
1093	  Say yes here to add support for Maxim Semiconductor MAX8997/8966.
1094	  This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic,
1095	  MUIC controls on chip.
1096	  This driver provides common support for accessing the device;
1097	  additional drivers must be enabled in order to use the functionality
1098	  of the device.
1099
1100config MFD_MAX8998
1101	bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support"
1102	depends on I2C=y
1103	select MFD_CORE
1104	select IRQ_DOMAIN
1105	help
1106	  Say yes here to add support for Maxim Semiconductor MAX8998 and
1107	  National Semiconductor LP3974. This is a Power Management IC.
1108	  This driver provides common support for accessing the device,
1109	  additional drivers must be enabled in order to use the functionality
1110	  of the device.
1111
1112config MFD_MT6360
1113	tristate "Mediatek MT6360 SubPMIC"
1114	select MFD_CORE
1115	select REGMAP_I2C
1116	select REGMAP_IRQ
1117	select CRC8
1118	depends on I2C
1119	help
1120	  Say Y here to enable MT6360 PMU/PMIC/LDO functional support.
1121	  PMU part includes Charger, Flashlight, RGB LED
1122	  PMIC part includes 2-channel BUCKs and 2-channel LDOs
1123	  LDO part includes 4-channel LDOs
1124
1125config MFD_MT6370
1126	tristate "MediaTek MT6370 SubPMIC"
1127	select MFD_CORE
1128	select REGMAP_I2C
1129	select REGMAP_IRQ
1130	depends on I2C
1131	help
1132	  Say Y here to enable MT6370 SubPMIC functional support.
1133	  It consists of a single cell battery charger with ADC monitoring, RGB
1134	  LEDs, dual channel flashlight, WLED backlight driver, display bias
1135	  voltage supply, one general purpose LDO, and the USB Type-C & PD
1136	  controller complies with the latest USB Type-C and PD standards.
1137
1138	  This driver can also be built as a module. If so, the module
1139	  will be called "mt6370".
1140
1141config MFD_MT6397
1142	tristate "MediaTek MT6397 PMIC Support"
1143	select MFD_CORE
1144	select IRQ_DOMAIN
1145	help
1146	  Say yes here to add support for MediaTek MT6397 PMIC. This is
1147	  a Power Management IC. This driver provides common support for
1148	  accessing the device; additional drivers must be enabled in order
1149	  to use the functionality of the device.
1150
1151config MFD_MENF21BMC
1152	tristate "MEN 14F021P00 Board Management Controller Support"
1153	depends on I2C
1154	select MFD_CORE
1155	help
1156	  Say yes here to add support for the MEN 14F021P00 BMC
1157	  which is a Board Management Controller connected to the I2C bus.
1158	  The device supports multiple sub-devices like LED, HWMON and WDT.
1159	  This driver provides common support for accessing the devices;
1160	  additional drivers must be enabled in order to use the
1161	  functionality of the BMC device.
1162
1163	  This driver can also be built as a module. If so the module
1164	  will be called menf21bmc.
1165
1166config MFD_NCT6694
1167	tristate "Nuvoton NCT6694 support"
1168	select MFD_CORE
1169	depends on USB
1170	help
1171	  This enables support for the Nuvoton USB device NCT6694, which shares
1172	  peripherals.
1173	  The Nuvoton NCT6694 is a peripheral expander with 16 GPIO chips,
1174	  6 I2C controllers, 2 CANfd controllers, 2 Watchdog timers, ADC,
1175	  PWM, and RTC.
1176	  This driver provides core APIs to access the NCT6694 hardware
1177	  monitoring and control features.
1178	  Additional drivers must be enabled to utilize the specific
1179	  functionalities of the device.
1180
1181config MFD_OCELOT
1182	tristate "Microsemi Ocelot External Control Support"
1183	depends on SPI_MASTER
1184	select MFD_CORE
1185	select REGMAP_SPI
1186	help
1187	  Ocelot is a family of networking chips that support multiple ethernet
1188	  and fibre interfaces. In addition to networking, they contain several
1189	  other functions, including pinctrl, MDIO, and communication with
1190	  external chips. While some chips have an internal processor capable of
1191	  running an OS, others don't. All chips can be controlled externally
1192	  through different interfaces, including SPI, I2C, and PCIe.
1193
1194	  Say yes here to add support for Ocelot chips (VSC7511, VSC7512,
1195	  VSC7513, VSC7514) controlled externally.
1196
1197	  To compile this driver as a module, choose M here: the module will be
1198	  called ocelot-soc.
1199
1200	  If unsure, say N.
1201
1202config EZX_PCAP
1203	bool "Motorola EZXPCAP Support"
1204	depends on SPI_MASTER
1205	help
1206	  This enables the PCAP ASIC present on EZX Phones. This is
1207	  needed for MMC, TouchScreen, Sound, USB, etc..
1208
1209config MFD_CPCAP
1210	tristate "Support for Motorola CPCAP"
1211	depends on SPI
1212	depends on OF
1213	select MFD_CORE
1214	select REGMAP_SPI
1215	select REGMAP_IRQ
1216	help
1217	  Say yes here if you want to include driver for CPCAP.
1218	  It is used on many Motorola phones and tablets as a PMIC.
1219	  At least Motorola Droid 4 is known to use CPCAP.
1220
1221config MFD_VIPERBOARD
1222	tristate "Nano River Technologies Viperboard"
1223	select MFD_CORE
1224	depends on USB
1225	default n
1226	help
1227	  Say yes here if you want support for Nano River Technologies
1228	  Viperboard.
1229	  There are mfd cell drivers available for i2c master, adc and
1230	  both gpios found on the board. The spi part does not yet
1231	  have a driver.
1232	  You need to select the mfd cell drivers separately.
1233	  The drivers do not support all features the board exposes.
1234
1235config MFD_NTXEC
1236	tristate "Netronix embedded controller (EC)"
1237	depends on OF
1238	depends on I2C
1239	select REGMAP_I2C
1240	select MFD_CORE
1241	help
1242	  Say yes here if you want to support the embedded controller found in
1243	  certain e-book readers designed by the original design manufacturer
1244	  Netronix.
1245
1246config MFD_RETU
1247	tristate "Nokia Retu and Tahvo multi-function device"
1248	select MFD_CORE
1249	depends on I2C
1250	select REGMAP_IRQ
1251	help
1252	  Retu and Tahvo are a multi-function devices found on Nokia
1253	  Internet Tablets (770, N800 and N810).
1254
1255config MFD_PM8XXX
1256	tristate "Qualcomm PM8xxx PMIC chips driver"
1257	depends on ARM || HEXAGON || COMPILE_TEST
1258	select IRQ_DOMAIN_HIERARCHY
1259	select MFD_CORE
1260	select REGMAP
1261	help
1262	  If you say yes to this option, support will be included for the
1263	  built-in PM8xxx PMIC chips.
1264
1265	  This is required if your board has a PM8xxx and uses its features,
1266	  such as: MPPs, GPIOs, regulators, interrupts, and PWM.
1267
1268	  Say M here if you want to include support for PM8xxx chips as a
1269	  module. This will build a module called "pm8xxx-core".
1270
1271config MFD_QCOM_RPM
1272	tristate "Qualcomm Resource Power Manager (RPM)"
1273	depends on ARCH_QCOM && OF
1274	help
1275	  If you say yes to this option, support will be included for the
1276	  Resource Power Manager system found in the Qualcomm 8660, 8960 and
1277	  8064 based devices.
1278
1279	  This is required to access many regulators, clocks and bus
1280	  frequencies controlled by the RPM on these devices.
1281
1282	  Say M here if you want to include support for the Qualcomm RPM as a
1283	  module. This will build a module called "qcom_rpm".
1284
1285config MFD_SPACEMIT_P1
1286	tristate "SpacemiT P1 PMIC"
1287	depends on ARCH_SPACEMIT || COMPILE_TEST
1288	depends on I2C
1289	select MFD_SIMPLE_MFD_I2C
1290	default m if ARCH_SPACEMIT
1291	help
1292	  This option supports the I2C-based SpacemiT P1 PMIC, which
1293	  contains regulators, a power switch, GPIOs, an RTC, and more.
1294	  This option is selected when any of the supported sub-devices
1295	  is configured.  The basic functionality is implemented by the
1296	  simple MFD I2C driver.
1297
1298config MFD_SPMI_PMIC
1299	tristate "Qualcomm SPMI PMICs"
1300	depends on ARCH_QCOM || COMPILE_TEST
1301	depends on OF
1302	depends on SPMI
1303	select REGMAP_SPMI
1304	help
1305	  This enables support for the Qualcomm SPMI PMICs.
1306	  These PMICs are currently used with the Snapdragon 800 series of
1307	  SoCs.  Note, that this will only be useful paired with descriptions
1308	  of the independent functions as children nodes in the device tree.
1309
1310	  Say M here if you want to include support for the SPMI PMIC
1311	  series as a module.  The module will be called "qcom-spmi-pmic".
1312
1313config MFD_SY7636A
1314	tristate "Silergy SY7636A voltage regulator"
1315	depends on I2C
1316	select MFD_SIMPLE_MFD_I2C
1317	help
1318	  Enable support for Silergy SY7636A voltage regulator.
1319
1320	  To enable support for building sub-devices as modules,
1321	  choose M here.
1322
1323config MFD_RDC321X
1324	tristate "RDC R-321x southbridge"
1325	select MFD_CORE
1326	depends on PCI
1327	help
1328	  Say yes here if you want to have support for the RDC R-321x SoC
1329	  southbridge which provides access to GPIOs and Watchdog using the
1330	  southbridge PCI device configuration space.
1331
1332config MFD_RT4831
1333	tristate "Richtek RT4831 four channel WLED and Display Bias Voltage"
1334	depends on I2C
1335	select MFD_CORE
1336	select REGMAP_I2C
1337	help
1338	  This enables support for the Richtek RT4831 that includes 4 channel
1339	  WLED driving and Display Bias Voltage. It's commonly used to provide
1340	  power to the LCD display and LCD backlight.
1341
1342config MFD_RT5033
1343	tristate "Richtek RT5033 Power Management IC"
1344	depends on I2C
1345	select MFD_CORE
1346	select REGMAP_I2C
1347	select REGMAP_IRQ
1348	help
1349	  This driver provides for the Richtek RT5033 Power Management IC,
1350	  which includes the I2C driver and the Core APIs. This driver provides
1351	  common support for accessing the device. The device supports multiple
1352	  sub-devices like charger, fuel gauge, flash LED, current source,
1353	  LDO and Buck.
1354
1355config MFD_RT5120
1356	tristate "Richtek RT5120 Power Management IC"
1357	depends on I2C
1358	select MFD_CORE
1359	select REGMAP_I2C
1360	select REGMAP_IRQ
1361	help
1362	  The enables support for Richtek RT5120 PMIC. It includes four high
1363	  efficiency buck converters and one LDO voltage regulator. The device
1364	  is targeted at providing the CPU voltage, memory, I/O and peripheral
1365	  power rails in home entertainment devices.
1366
1367config MFD_RC5T583
1368	bool "Ricoh RC5T583 Power Management system device"
1369	depends on I2C=y
1370	select MFD_CORE
1371	select REGMAP_I2C
1372	help
1373	  Select this option to get support for the RICOH583 Power
1374	  Management system device.
1375	  This driver provides common support for accessing the device
1376	  through i2c interface. The device supports multiple sub-devices
1377	  like GPIO, interrupts, RTC, LDO and DCDC regulators, onkey.
1378	  Additional drivers must be enabled in order to use the
1379	  different functionality of the device.
1380
1381config MFD_RK8XX
1382	tristate
1383	select MFD_CORE
1384
1385config MFD_RK8XX_I2C
1386	tristate "Rockchip RK8xx Power Management Chips"
1387	depends on I2C && OF
1388	select MFD_CORE
1389	select REGMAP_I2C
1390	select REGMAP_IRQ
1391	select MFD_RK8XX
1392	help
1393	  If you say yes here you get support for the RK801, RK805, RK808,
1394	  RK809, RK816, RK817 and RK818 Power Management chips.
1395	  This driver provides common support for accessing the device
1396	  through I2C interface. The device supports multiple sub-devices
1397	  including interrupts, RTC, LDO & DCDC regulators, and onkey.
1398
1399config MFD_RK8XX_SPI
1400	tristate "Rockchip RK806 Power Management Chip"
1401	depends on SPI && OF
1402	select MFD_CORE
1403	select REGMAP_SPI
1404	select REGMAP_IRQ
1405	select MFD_RK8XX
1406	help
1407	  If you say yes here you get support for the RK806 Power Management
1408	  chip.
1409	  This driver provides common support for accessing the device
1410	  through an SPI interface. The device supports multiple sub-devices
1411	  including interrupts, LDO & DCDC regulators, and power on-key.
1412
1413config MFD_RN5T618
1414	tristate "Ricoh RN5T567/618 PMIC"
1415	depends on I2C
1416	depends on OF
1417	select MFD_CORE
1418	select REGMAP_I2C
1419	select REGMAP_IRQ
1420	help
1421	  Say yes here to add support for the Ricoh RN5T567,
1422	  RN5T618, RC5T619 PMIC.
1423	  This driver provides common support for accessing the device,
1424	  additional drivers must be enabled in order to use the
1425	  functionality of the device.
1426
1427config MFD_SEC_CORE
1428	tristate
1429	select MFD_CORE
1430	select REGMAP_IRQ
1431
1432config MFD_SEC_ACPM
1433	tristate "Samsung Electronics S2MPG1x PMICs"
1434	depends on EXYNOS_ACPM_PROTOCOL
1435	depends on OF
1436	select MFD_SEC_CORE
1437	help
1438	  Support for the Samsung Electronics PMICs with ACPM interface.
1439	  This is a Power Management IC for mobile applications with buck
1440	  converters, various LDOs, power meters, RTC, clock outputs, and
1441	  additional GPIOs interfaces.
1442	  This driver provides common support for accessing the device;
1443	  additional drivers must be enabled in order to use the functionality
1444	  of the device.
1445
1446	  To compile this driver as a module, choose M here: the module will be
1447	  called sec-acpm.
1448
1449config MFD_SEC_I2C
1450	tristate "Samsung Electronics S2MPA/S2MPS1X/S2MPU/S5M series PMICs"
1451	depends on I2C=y
1452	depends on OF
1453	select MFD_SEC_CORE
1454	select REGMAP_I2C
1455	help
1456	  Support for the Samsung Electronics PMIC devices with I2C interface
1457	  coming usually along with Samsung Exynos SoC chipset.
1458	  This driver provides common support for accessing the device,
1459	  additional drivers must be enabled in order to use the functionality
1460	  of the device.
1461
1462	  To compile this driver as a module, choose M here: the
1463	  module will be called sec-i2c.
1464	  Have in mind that important core drivers (like regulators) depend
1465	  on this driver so building this as a module might require proper
1466	  initial ramdisk or might not boot up as well in certain scenarios.
1467
1468config MFD_SI476X_CORE
1469	tristate "Silicon Laboratories 4761/64/68 AM/FM radio."
1470	depends on I2C
1471	depends on GPIOLIB_LEGACY
1472	select MFD_CORE
1473	select REGMAP_I2C
1474	help
1475	  This is the core driver for the SI476x series of AM/FM
1476	  radio. This MFD driver connects the radio-si476x V4L2 module
1477	  and the si476x audio codec.
1478
1479	  To compile this driver as a module, choose M here: the
1480	  module will be called si476x-core.
1481
1482config MFD_SIMPLE_MFD_I2C
1483	tristate
1484	depends on I2C
1485	select MFD_CORE
1486	select REGMAP_I2C
1487	help
1488	  This driver creates a single register map with the intention for it
1489	  to be shared by all sub-devices.
1490
1491	  Once the register map has been successfully initialised, any
1492	  sub-devices represented by child nodes in Device Tree will be
1493	  subsequently registered.
1494
1495config MFD_SL28CPLD
1496	tristate "Kontron sl28cpld Board Management Controller"
1497	depends on I2C
1498	depends on ARCH_LAYERSCAPE || COMPILE_TEST
1499	select MFD_SIMPLE_MFD_I2C
1500	help
1501	  Say yes here to enable support for the Kontron sl28cpld board
1502	  management controller.
1503
1504	  It can be found on the following boards:
1505		* SMARC-sAL28
1506
1507config MFD_SM501
1508	tristate "Silicon Motion SM501"
1509	depends on HAS_DMA
1510	help
1511	  This is the core driver for the Silicon Motion SM501 multimedia
1512	  companion chip. This device is a multifunction device which may
1513	  provide numerous interfaces including USB host controller, USB gadget,
1514	  asynchronous serial ports, audio functions, and a dual display video
1515	  interface. The device may be connected by PCI or local bus with
1516	  varying functions enabled.
1517
1518config MFD_SM501_GPIO
1519	bool "Export GPIO via GPIO layer"
1520	depends on MFD_SM501 && GPIOLIB
1521	help
1522	  This option uses the gpio library layer to export the 64 GPIO
1523	  lines on the SM501. The platform data is used to supply the
1524	  base number for the first GPIO line to register.
1525
1526config MFD_SKY81452
1527	tristate "Skyworks Solutions SKY81452"
1528	select MFD_CORE
1529	select REGMAP_I2C
1530	depends on I2C
1531	help
1532	  This is the core driver for the Skyworks SKY81452 backlight and
1533	  voltage regulator device.
1534
1535	  This driver can also be built as a module.  If so, the module
1536	  will be called sky81452.
1537
1538config MFD_SC27XX_PMIC
1539	tristate "Spreadtrum SC27xx PMICs"
1540	depends on ARCH_SPRD || COMPILE_TEST
1541	depends on SPI_MASTER
1542	select MFD_CORE
1543	select REGMAP_SPI
1544	select REGMAP_IRQ
1545	help
1546	  This enables support for the Spreadtrum SC27xx PMICs with SPI
1547	  interface. The SC27xx series PMICs integrate power management,
1548	  audio codec, battery management and user interface support
1549	  function (such as RTC, Typec, indicator and so on) in a single chip.
1550
1551	  This driver provides common support for accessing the SC27xx PMICs,
1552	  and it also adds the irq_chip parts for handling the PMIC chip events.
1553
1554config RZ_MTU3
1555	tristate "Renesas RZ/G2L MTU3a core driver"
1556	depends on (ARCH_RZG2L && OF) || COMPILE_TEST
1557	select MFD_CORE
1558	help
1559	  Select this option to enable Renesas RZ/G2L MTU3a core driver for
1560	  the Multi-Function Timer Pulse Unit 3 (MTU3a) hardware available
1561	  on SoCs from Renesas. The core driver shares the clk and channel
1562	  register access for the other child devices like Counter, PWM,
1563	  Clock Source, and Clock event.
1564
1565config ABX500_CORE
1566	bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions"
1567	depends on ARCH_U8500 || COMPILE_TEST
1568	default y if ARCH_U8500
1569	help
1570	  Say yes here if you have the ABX500 Mixed Signal IC family
1571	  chips. This core driver expose register access functions.
1572	  Functionality specific drivers using these functions can
1573	  remain unchanged when IC changes. Binding of the functions to
1574	  actual register access is done by the IC core driver.
1575
1576config AB8500_CORE
1577	bool "ST-Ericsson AB8500 Mixed Signal Power Management chip"
1578	depends on ABX500_CORE && MFD_DB8500_PRCMU
1579	select POWER_SUPPLY
1580	select MFD_CORE
1581	select IRQ_DOMAIN
1582	help
1583	  Select this option to enable access to AB8500 power management
1584	  chip. This connects to U8500 either on the SSP/SPI bus (deprecated
1585	  since hardware version v1.0) or the I2C bus via PRCMU. It also adds
1586	  the irq_chip parts for handling the Mixed Signal chip events.
1587	  This chip embeds various other multimedia functionalities as well.
1588
1589config MFD_DB8500_PRCMU
1590	bool "ST-Ericsson DB8500 Power Reset Control Management Unit"
1591	depends on UX500_SOC_DB8500
1592	select MFD_CORE
1593	help
1594	  Select this option to enable support for the DB8500 Power Reset
1595	  and Control Management Unit. This is basically an autonomous
1596	  system controller running an XP70 microprocessor, which is accessed
1597	  through a register map.
1598
1599config MFD_STMPE
1600	tristate "STMicroelectronics STMPE"
1601	depends on I2C || SPI_MASTER
1602	depends on OF
1603	select MFD_CORE
1604	help
1605	  Support for the STMPE family of I/O Expanders from
1606	  STMicroelectronics.
1607
1608	  Currently supported devices are:
1609
1610		STMPE811: GPIO, Touchscreen, ADC
1611		STMPE1601: GPIO, Keypad
1612		STMPE1801: GPIO, Keypad
1613		STMPE2401: GPIO, Keypad
1614		STMPE2403: GPIO, Keypad
1615
1616	  This driver provides common support for accessing the device,
1617	  additional drivers must be enabled in order to use the functionality
1618	  of the device.  Currently available sub drivers are:
1619
1620		GPIO: stmpe-gpio
1621		Keypad: stmpe-keypad
1622		Touchscreen: stmpe-ts
1623		ADC: stmpe-adc
1624
1625menu "STMicroelectronics STMPE Interface Drivers"
1626depends on MFD_STMPE
1627
1628config STMPE_I2C
1629	tristate "STMicroelectronics STMPE I2C Interface"
1630	depends on I2C
1631	default y
1632	help
1633	  This is used to enable I2C interface of STMPE
1634
1635config STMPE_SPI
1636	tristate "STMicroelectronics STMPE SPI Interface"
1637	depends on SPI_MASTER
1638	help
1639	  This is used to enable SPI interface of STMPE
1640endmenu
1641
1642config MFD_SUN6I_PRCM
1643	bool "Allwinner A31/A23/A33 PRCM controller"
1644	depends on ARCH_SUNXI || COMPILE_TEST
1645	select MFD_CORE
1646	help
1647	  Support for the PRCM (Power/Reset/Clock Management) unit available
1648	  in the A31, A23, and A33 SoCs. Other Allwinner SoCs contain similar
1649	  hardware, but they do not use this driver.
1650
1651config MFD_SYSCON
1652	bool "System Controller Register R/W Based on Regmap"
1653	select REGMAP_MMIO
1654	help
1655	  Select this option to enable accessing system control registers
1656	  via regmap.
1657
1658config MFD_TI_AM335X_TSCADC
1659	tristate "TI ADC / Touch Screen chip support"
1660	depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST
1661	select MFD_CORE
1662	select REGMAP
1663	select REGMAP_MMIO
1664	help
1665	  If you say yes here you get support for Texas Instruments series
1666	  of Touch Screen /ADC chips.
1667	  To compile this driver as a module, choose M here: the
1668	  module will be called ti_am335x_tscadc.
1669
1670config MFD_LP3943
1671	tristate "TI/National Semiconductor LP3943 MFD Driver"
1672	depends on I2C
1673	select MFD_CORE
1674	select REGMAP_I2C
1675	help
1676	  Support for the TI/National Semiconductor LP3943.
1677	  This driver consists of GPIO and PWM drivers.
1678	  With these functionalities, it can be used for LED string control or
1679	  general usage such like a GPIO controller and a PWM controller.
1680
1681config MFD_LP8788
1682	bool "TI LP8788 Power Management Unit Driver"
1683	depends on I2C=y
1684	select MFD_CORE
1685	select REGMAP_I2C
1686	select IRQ_DOMAIN
1687	help
1688	  TI LP8788 PMU supports regulators, battery charger, RTC,
1689	  ADC, backlight driver and current sinks.
1690
1691config MFD_TI_LMU
1692	tristate "TI Lighting Management Unit driver"
1693	depends on I2C
1694	select MFD_CORE
1695	select REGMAP_I2C
1696	help
1697	  Say yes here to enable support for TI LMU chips.
1698	  TI LMU MFD supports LM3532, LM3631, LM3632, LM3633, LM3695 and
1699	  LM36274.  It consists of backlight, LED and regulator driver.
1700	  It provides consistent device controls for lighting functions.
1701
1702config MFD_BQ257XX
1703	tristate "TI BQ257XX Buck/Boost Charge Controller"
1704	depends on I2C
1705	select MFD_CORE
1706	select REGMAP_I2C
1707	help
1708	  Support Texas Instruments BQ25703 Buck/Boost converter with
1709	  charge controller. It consists of regulators that provide
1710	  system voltage and OTG voltage, and a charger manager for
1711	  batteries containing one or more cells.
1712
1713config MFD_OMAP_USB_HOST
1714	bool "TI OMAP USBHS core and TLL driver"
1715	depends on USB_EHCI_HCD_OMAP || USB_OHCI_HCD_OMAP3
1716	depends on COMMON_CLK
1717	default y
1718	help
1719	  This is the core driver for the OAMP EHCI and OHCI drivers.
1720	  This MFD driver does the required setup functionalities for
1721	  OMAP USB Host drivers.
1722
1723config MFD_PALMAS
1724	tristate "TI Palmas series chips"
1725	select MFD_CORE
1726	select REGMAP_I2C
1727	select REGMAP_IRQ
1728	depends on I2C=y
1729	help
1730	  If you say yes here you get support for the Palmas
1731	  series of PMIC chips from Texas Instruments.
1732
1733config TPS6105X
1734	tristate "TI TPS61050/61052 Boost Converters"
1735	depends on I2C
1736	select REGMAP_I2C
1737	select REGULATOR
1738	select MFD_CORE
1739	select REGULATOR_FIXED_VOLTAGE
1740	help
1741	  This option enables a driver for the TP61050/TPS61052
1742	  high-power "white LED driver". This boost converter is
1743	  sometimes used for other things than white LEDs, and
1744	  also contains a GPIO pin.
1745
1746config TPS65010
1747	tristate "TI TPS6501x Power Management chips"
1748	depends on I2C && GPIOLIB
1749	default MACH_OMAP_OSK
1750	help
1751	  If you say yes here you get support for the TPS6501x series of
1752	  Power Management chips.  These include voltage regulators,
1753	  lithium ion/polymer battery charging, and other features that
1754	  are often used in portable devices like cell phones and cameras.
1755
1756	  This driver can also be built as a module.  If so, the module
1757	  will be called tps65010.
1758
1759config TPS6507X
1760	tristate "TI TPS6507x Power Management / Touch Screen chips"
1761	select MFD_CORE
1762	depends on I2C
1763	help
1764	  If you say yes here you get support for the TPS6507x series of
1765	  Power Management / Touch Screen chips.  These include voltage
1766	  regulators, lithium ion/polymer battery charging, touch screen
1767	  and other features that are often used in portable devices.
1768	  This driver can also be built as a module.  If so, the module
1769	  will be called tps6507x.
1770
1771config MFD_TPS65086
1772	tristate "TI TPS65086 Power Management Integrated Chips (PMICs)"
1773	select MFD_CORE
1774	select REGMAP
1775	select REGMAP_IRQ
1776	select REGMAP_I2C
1777	depends on I2C
1778	help
1779	  If you say yes here you get support for the TPS65086 series of
1780	  Power Management chips.
1781	  This driver provides common support for accessing the device,
1782	  additional drivers must be enabled in order to use the
1783	  functionality of the device.
1784
1785config TPS65911_COMPARATOR
1786	tristate
1787
1788config MFD_TPS65090
1789	bool "TI TPS65090 Power Management chips"
1790	depends on I2C=y
1791	select MFD_CORE
1792	select REGMAP_I2C
1793	select REGMAP_IRQ
1794	help
1795	  If you say yes here you get support for the TPS65090 series of
1796	  Power Management chips.
1797	  This driver provides common support for accessing the device,
1798	  additional drivers must be enabled in order to use the
1799	  functionality of the device.
1800
1801config MFD_TPS65217
1802	tristate "TI TPS65217 Power Management / White LED chips"
1803	depends on I2C && OF
1804	select MFD_CORE
1805	select REGMAP_I2C
1806	select IRQ_DOMAIN
1807	help
1808	  If you say yes here you get support for the TPS65217 series of
1809	  Power Management / White LED chips.
1810	  These include voltage regulators, lithium ion/polymer battery
1811	  charger, wled and other features that are often used in portable
1812	  devices.
1813
1814	  This driver can also be built as a module.  If so, the module
1815	  will be called tps65217.
1816
1817config MFD_TI_LP873X
1818	tristate "TI LP873X Power Management IC"
1819	depends on I2C
1820	select MFD_CORE
1821	select REGMAP_I2C
1822	help
1823	  If you say yes here then you get support for the LP873X series of
1824	  Power Management Integrated Circuits (PMIC).
1825	  These include voltage regulators, thermal protection, configurable
1826	  General Purpose Outputs (GPO) that are used in portable devices.
1827
1828	  This driver can also be built as a module. If so, the module
1829	  will be called lp873x.
1830
1831config MFD_TI_LP87565
1832	tristate "TI LP87565 Power Management IC"
1833	depends on I2C && OF
1834	select MFD_CORE
1835	select REGMAP_I2C
1836	help
1837	  If you say yes here then you get support for the LP87565 series of
1838	  Power Management Integrated Circuits (PMIC).
1839	  These include voltage regulators, thermal protection, configurable
1840	  General Purpose Outputs (GPO) that are used in portable devices.
1841
1842	  This driver can also be built as a module. If so, the module
1843	  will be called lp87565.
1844
1845config MFD_TPS65218
1846	tristate "TI TPS65218 Power Management chips"
1847	depends on I2C && OF
1848	select MFD_CORE
1849	select REGMAP_I2C
1850	select REGMAP_IRQ
1851	help
1852	  If you say yes here you get support for the TPS65218 series of
1853	  Power Management chips.
1854	  These include voltage regulators, gpio and other features
1855	  that are often used in portable devices.
1856
1857	  This driver can also be built as a module.  If so, the module
1858	  will be called tps65218.
1859
1860config MFD_TPS65219
1861	tristate "TI TPS65219 Power Management IC"
1862	depends on I2C && OF
1863	select MFD_CORE
1864	select REGMAP_I2C
1865	select REGMAP_IRQ
1866	help
1867	  If you say yes here you get support for the TPS65219 series of Power
1868	  Management ICs. These include voltage regulators, GPIOs and
1869	  push/power button that is often used in portable devices.
1870
1871	  This driver can also be built as a module. If so, the module
1872	  will be called tps65219.
1873
1874config MFD_TPS6586X
1875	bool "TI TPS6586x Power Management chips"
1876	depends on I2C=y
1877	select MFD_CORE
1878	select REGMAP_I2C
1879	help
1880	  If you say yes here you get support for the TPS6586X series of
1881	  Power Management chips.
1882	  This driver provides common support for accessing the device,
1883	  additional drivers must be enabled in order to use the
1884	  functionality of the device.
1885
1886	  This driver can also be built as a module.  If so, the module
1887	  will be called tps6586x.
1888
1889config MFD_TPS65910
1890	bool "TI TPS65910 Power Management chip"
1891	depends on I2C=y
1892	depends on GPIOLIB || COMPILE_TEST
1893	select MFD_CORE
1894	select REGMAP_I2C
1895	select REGMAP_IRQ
1896	select IRQ_DOMAIN
1897	help
1898	  if you say yes here you get support for the TPS65910 series of
1899	  Power Management chips.
1900
1901config MFD_TPS65912
1902	tristate
1903	select MFD_CORE
1904	select REGMAP
1905	select REGMAP_IRQ
1906
1907config MFD_TPS65912_I2C
1908	tristate "TI TPS65912 Power Management chip with I2C"
1909	select MFD_TPS65912
1910	select REGMAP_I2C
1911	depends on I2C
1912	help
1913	  If you say yes here you get support for the TPS65912 series of
1914	  PM chips with I2C interface.
1915
1916config MFD_TPS65912_SPI
1917	tristate "TI TPS65912 Power Management chip with SPI"
1918	select MFD_TPS65912
1919	select REGMAP_SPI
1920	depends on SPI_MASTER
1921	help
1922	  If you say yes here you get support for the TPS65912 series of
1923	  PM chips with SPI interface.
1924
1925config MFD_TPS6594
1926	tristate
1927	select MFD_CORE
1928	select REGMAP
1929	select REGMAP_IRQ
1930
1931config MFD_TPS6594_I2C
1932	tristate "TI TPS6594 Power Management chip with I2C"
1933	select MFD_TPS6594
1934	select REGMAP_I2C
1935	select CRC8
1936	depends on I2C
1937	help
1938	  If you say yes here you get support for the TPS6594 series of
1939	  PM chips with I2C interface.
1940
1941	  This driver can also be built as a module.  If so, the module
1942	  will be called tps6594-i2c.
1943
1944config MFD_TPS6594_SPI
1945	tristate "TI TPS6594 Power Management chip with SPI"
1946	select MFD_TPS6594
1947	select REGMAP_SPI
1948	select CRC8
1949	depends on SPI_MASTER
1950	help
1951	  If you say yes here you get support for the TPS6594 series of
1952	  PM chips with SPI interface.
1953
1954	  This driver can also be built as a module.  If so, the module
1955	  will be called tps6594-spi.
1956
1957config TWL4030_CORE
1958	bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 Support"
1959	depends on I2C=y
1960	select IRQ_DOMAIN
1961	select MFD_CORE
1962	select REGMAP_I2C
1963	help
1964	  Say yes here if you have TWL4030 / TWL6030 family chip on your board.
1965	  This core driver provides register access and IRQ handling
1966	  facilities, and registers devices for the various functions
1967	  so that function-specific drivers can bind to them.
1968
1969	  These multi-function chips are found on many OMAP2 and OMAP3
1970	  boards, providing power management, RTC, GPIO, keypad, a
1971	  high speed USB OTG transceiver, an audio codec (on most
1972	  versions) and many other features.
1973
1974config TWL4030_POWER
1975	bool "TI TWL4030 power resources"
1976	depends on TWL4030_CORE && ARM
1977	help
1978	  Say yes here if you want to use the power resources on the
1979	  TWL4030 family chips.  Most of these resources are regulators,
1980	  which have a separate driver; some are control signals, such
1981	  as clock request handshaking.
1982
1983	  This driver uses board-specific data to initialize the resources
1984	  and load scripts controlling which resources are switched off/on
1985	  or reset when a sleep, wakeup or warm reset event occurs.
1986
1987config MFD_TWL4030_AUDIO
1988	bool "TI TWL4030 Audio"
1989	depends on TWL4030_CORE
1990	select MFD_CORE
1991	default n
1992
1993config TWL6040_CORE
1994	bool "TI TWL6040 audio codec"
1995	depends on I2C=y
1996	select MFD_CORE
1997	select REGMAP_I2C
1998	select REGMAP_IRQ
1999	default n
2000	help
2001	  Say yes here if you want support for Texas Instruments TWL6040 audio
2002	  codec.
2003	  This driver provides common support for accessing the device,
2004	  additional drivers must be enabled in order to use the
2005	  functionality of the device (audio, vibra).
2006
2007config MENELAUS
2008	bool "TI TWL92330/Menelaus PM chip"
2009	depends on I2C=y && ARCH_OMAP2
2010	help
2011	  If you say yes here you get support for the Texas Instruments
2012	  TWL92330/Menelaus Power Management chip. This include voltage
2013	  regulators, Dual slot memory card transceivers, real-time clock
2014	  and other features that are often used in portable devices like
2015	  cell phones and PDAs.
2016
2017config MFD_LM3533
2018	tristate "TI/National Semiconductor LM3533 Lighting Power chip"
2019	depends on I2C
2020	select MFD_CORE
2021	select REGMAP_I2C
2022	help
2023	  Say yes here to enable support for National Semiconductor / TI
2024	  LM3533 Lighting Power chips.
2025
2026	  This driver provides common support for accessing the device;
2027	  additional drivers must be enabled in order to use the LED,
2028	  backlight or ambient-light-sensor functionality of the device.
2029
2030config MFD_TIMBERDALE
2031	tristate "Timberdale FPGA"
2032	select MFD_CORE
2033	depends on PCI && GPIOLIB && (X86_32 || COMPILE_TEST)
2034	help
2035	This is the core driver for the timberdale FPGA. This device is a
2036	multifunction device which exposes numerous platform devices.
2037
2038	The timberdale FPGA can be found on the Intel Atom development board
2039	for in-vehicle infotainment, called Russellville.
2040
2041config MFD_TC3589X
2042	bool "Toshiba TC35892 and variants"
2043	depends on I2C=y
2044	depends on OF
2045	select MFD_CORE
2046	help
2047	  Support for the Toshiba TC35892 and variants I/O Expander.
2048
2049	  This driver provides common support for accessing the device,
2050	  additional drivers must be enabled in order to use the
2051	  functionality of the device.
2052
2053config MFD_TQMX86
2054	tristate "TQ-Systems IO controller TQMX86"
2055	select MFD_CORE
2056	help
2057	  Say yes here to enable support for various functions of the
2058	  TQ-Systems IO controller and watchdog device, found on their
2059	  ComExpress CPU modules.
2060
2061config MFD_VX855
2062	tristate "VIA VX855/VX875 integrated south bridge"
2063	depends on PCI
2064	select MFD_CORE
2065	help
2066	  Say yes here to enable support for various functions of the
2067	  VIA VX855/VX875 south bridge. You will need to enable the vx855_spi
2068	  and/or vx855_gpio drivers for this to do anything useful.
2069
2070config MFD_ARIZONA
2071	select REGMAP
2072	select REGMAP_IRQ
2073	select MFD_CORE
2074	tristate
2075
2076config MFD_ARIZONA_I2C
2077	tristate "Cirrus Logic/Wolfson Microelectronics Arizona platform with I2C"
2078	select MFD_ARIZONA
2079	select REGMAP_I2C
2080	depends on I2C
2081	help
2082	  Support for the Cirrus Logic/Wolfson Microelectronics Arizona platform
2083	  audio SoC core functionality controlled via I2C.
2084
2085config MFD_ARIZONA_SPI
2086	tristate "Cirrus Logic/Wolfson Microelectronics Arizona platform with SPI"
2087	select MFD_ARIZONA
2088	select REGMAP_SPI
2089	depends on SPI_MASTER
2090	help
2091	  Support for the Cirrus Logic/Wolfson Microelectronics Arizona platform
2092	  audio SoC core functionality controlled via SPI.
2093
2094config MFD_CS47L24
2095	bool "Cirrus Logic CS47L24 and WM1831"
2096	depends on MFD_ARIZONA
2097	help
2098	  Support for Cirrus Logic CS47L24 and WM1831 low power audio SoC
2099
2100config MFD_WM5102
2101	bool "Wolfson Microelectronics WM5102"
2102	depends on MFD_ARIZONA
2103	help
2104	  Support for Wolfson Microelectronics WM5102 low power audio SoC
2105
2106config MFD_WM5110
2107	bool "Wolfson Microelectronics WM5110 and WM8280/WM8281"
2108	depends on MFD_ARIZONA
2109	help
2110	  Support for Wolfson Microelectronics WM5110 and WM8280/WM8281
2111	  low power audio SoC
2112
2113config MFD_WM8997
2114	bool "Wolfson Microelectronics WM8997"
2115	depends on MFD_ARIZONA
2116	help
2117	  Support for Wolfson Microelectronics WM8997 low power audio SoC
2118
2119config MFD_WM8998
2120	bool "Wolfson Microelectronics WM8998"
2121	depends on MFD_ARIZONA
2122	help
2123	  Support for Wolfson Microelectronics WM8998 low power audio SoC
2124
2125config MFD_WM8400
2126	bool "Wolfson Microelectronics WM8400"
2127	select MFD_CORE
2128	depends on I2C=y
2129	select REGMAP_I2C
2130	help
2131	  Support for the Wolfson Microelecronics WM8400 PMIC and audio
2132	  CODEC.  This driver provides common support for accessing
2133	  the device, additional drivers must be enabled in order to use
2134	  the functionality of the device.
2135
2136config MFD_WM831X
2137	bool
2138
2139config MFD_WM831X_I2C
2140	bool "Wolfson Microelectronics WM831x/2x PMICs with I2C"
2141	select MFD_CORE
2142	select MFD_WM831X
2143	select REGMAP_I2C
2144	select IRQ_DOMAIN
2145	depends on I2C=y
2146	help
2147	  Support for the Wolfson Microelecronics WM831x and WM832x PMICs
2148	  when controlled using I2C.  This driver provides common support
2149	  for accessing the device, additional drivers must be enabled in
2150	  order to use the functionality of the device.
2151
2152config MFD_WM831X_SPI
2153	bool "Wolfson Microelectronics WM831x/2x PMICs with SPI"
2154	select MFD_CORE
2155	select MFD_WM831X
2156	select REGMAP_SPI
2157	select IRQ_DOMAIN
2158	depends on SPI_MASTER
2159	help
2160	  Support for the Wolfson Microelecronics WM831x and WM832x PMICs
2161	  when controlled using SPI.  This driver provides common support
2162	  for accessing the device, additional drivers must be enabled in
2163	  order to use the functionality of the device.
2164
2165config MFD_WM8350
2166	bool
2167
2168config MFD_WM8350_I2C
2169	bool "Wolfson Microelectronics WM8350 with I2C"
2170	select MFD_WM8350
2171	select REGMAP_I2C
2172	depends on I2C=y
2173	help
2174	  The WM8350 is an integrated audio and power management
2175	  subsystem with watchdog and RTC functionality for embedded
2176	  systems.  This option enables core support for the WM8350 with
2177	  I2C as the control interface.  Additional options must be
2178	  selected to enable support for the functionality of the chip.
2179
2180config MFD_WM8994
2181	tristate "Wolfson Microelectronics WM8994"
2182	select MFD_CORE
2183	select REGMAP_I2C
2184	select REGMAP_IRQ
2185	depends on I2C
2186	help
2187	  The WM8994 is a highly integrated hi-fi CODEC designed for
2188	  smartphone applications.  As well as audio functionality it
2189	  has on board GPIO and regulator functionality which is
2190	  supported via the relevant subsystems.  This driver provides
2191	  core support for the WM8994, in order to use the actual
2192	  functionality of the device other drivers must be enabled.
2193
2194config MFD_WM97xx
2195	tristate "Wolfson Microelectronics WM97xx"
2196	select MFD_CORE
2197	select REGMAP_AC97
2198	select AC97_BUS_COMPAT
2199	depends on AC97_BUS_NEW
2200	help
2201	  The WM9705, WM9712 and WM9713 is a highly integrated hi-fi CODEC
2202	  designed for smartphone applications.  As well as audio functionality
2203	  it has on board GPIO and a touchscreen functionality which is
2204	  supported via the relevant subsystems.  This driver provides core
2205	  support for the WM97xx, in order to use the actual functionality of
2206	  the device other drivers must be enabled.
2207
2208config MFD_STW481X
2209	tristate "Support for ST Microelectronics STw481x"
2210	depends on I2C && (ARCH_NOMADIK || COMPILE_TEST)
2211	select REGMAP_I2C
2212	select MFD_CORE
2213	help
2214	  Select this option to enable the STw481x chip driver used
2215	  in various ST Microelectronics and ST-Ericsson embedded
2216	  Nomadik series.
2217
2218config MFD_ROHM_BD718XX
2219	tristate "ROHM BD71837 Power Management IC"
2220	depends on I2C=y
2221	depends on OF
2222	select REGMAP_I2C
2223	select REGMAP_IRQ
2224	select MFD_CORE
2225	help
2226	  Select this option to get support for the ROHM BD71837
2227	  Power Management ICs. BD71837 is designed to power processors like
2228	  NXP i.MX8. It contains 8 BUCK outputs and 7 LDOs, voltage monitoring
2229	  and emergency shut down as well as 32,768KHz clock output.
2230
2231config MFD_ROHM_BD71828
2232	tristate "ROHM BD718[15/28/79], BD72720 and BD73900 PMICs"
2233	depends on I2C=y
2234	depends on OF
2235	select REGMAP_I2C
2236	select REGMAP_IRQ
2237	select MFD_CORE
2238	help
2239	  Select this option to get support for the ROHM BD71815, BD71828,
2240	  BD71879, BD72720 and BD73900 Power Management ICs (PMICs). These are
2241	  single-chip Power Management ICs (PMIC), mainly for battery-powered
2242	  portable devices.
2243	  The BD71815 has 5 bucks, 7 LDOs, and a boost for driving LEDs.
2244	  The BD718[28/79] have 7 buck converters and 7 LDOs.
2245	  The BD72720 and the BD73900 have 10 bucks and 11 LDOs.
2246	  All ICs provide a single-cell linear charger, a Coulomb counter,
2247	  a Real-Time Clock (RTC), GPIOs and a 32.768 kHz clock gate.
2248
2249config MFD_ROHM_BD957XMUF
2250	tristate "ROHM BD9576MUF and BD9573MUF Power Management ICs"
2251	depends on I2C=y
2252	depends on OF
2253	select REGMAP_I2C
2254	select REGMAP_IRQ
2255	select MFD_CORE
2256	help
2257	  Select this option to get support for the ROHM BD9576MUF and
2258	  BD9573MUF Power Management ICs. BD9576 and BD9573 are primarily
2259	  designed to be used to power R-Car series processors.
2260
2261config MFD_ROHM_BD96801
2262	tristate "ROHM BD96801 Power Management IC"
2263	depends on I2C=y
2264	depends on OF
2265	select REGMAP_I2C
2266	select REGMAP_IRQ
2267	select MFD_CORE
2268	help
2269	  Select this option to get support for the ROHM BD96801 Power
2270	  Management IC. The ROHM BD96801 is a highly scalable Power Management
2271	  IC for industrial and automotive use. The BD96801 can be used as a
2272	  master PMIC in a chained PMIC solution with suitable companion PMICs.
2273
2274config MFD_STM32_LPTIMER
2275	tristate "Support for STM32 Low-Power Timer"
2276	depends on (ARCH_STM32 && OF) || COMPILE_TEST
2277	select MFD_CORE
2278	select REGMAP
2279	select REGMAP_MMIO
2280	help
2281	  Select this option to enable STM32 Low-Power Timer driver
2282	  used for PWM, IIO Trigger, IIO Encoder and Counter. Shared
2283	  resources are also dealt with here.
2284
2285	  To compile this driver as a module, choose M here: the
2286	  module will be called stm32-lptimer.
2287
2288config MFD_STM32_TIMERS
2289	tristate "Support for STM32 Timers"
2290	depends on (ARCH_STM32 && OF) || COMPILE_TEST
2291	select MFD_CORE
2292	select REGMAP
2293	select REGMAP_MMIO
2294	help
2295	  Select this option to enable STM32 timers driver used
2296	  for PWM and IIO Timer. This driver allow to share the
2297	  registers between the others drivers.
2298
2299config MFD_STPMIC1
2300	tristate "Support for STPMIC1 PMIC"
2301	depends on I2C=y && OF
2302	select REGMAP_I2C
2303	select REGMAP_IRQ
2304	select MFD_CORE
2305	help
2306	  Support for ST Microelectronics STPMIC1 PMIC. STPMIC1 has power on
2307	  key, watchdog and regulator functionalities which are supported via
2308	  the relevant subsystems. This driver provides core support for the
2309	  STPMIC1. In order to use the actual functionality of the device other
2310	  drivers must be enabled.
2311
2312	  To compile this driver as a module, choose M here: the
2313	  module will be called stpmic1.
2314
2315config MFD_STMFX
2316	tristate "Support for STMicroelectronics Multi-Function eXpander (STMFX)"
2317	depends on I2C
2318	depends on OF
2319	select MFD_CORE
2320	select REGMAP_I2C
2321	help
2322	  Support for the STMicroelectronics Multi-Function eXpander.
2323
2324	  This driver provides common support for accessing the device,
2325	  additional drivers must be enabled in order to use the functionality
2326	  of the device.
2327
2328config MFD_WCD934X
2329	tristate "Support for WCD9340/WCD9341 Codec"
2330	depends on SLIMBUS
2331	select REGMAP
2332	select REGMAP_SLIMBUS
2333	select REGMAP_IRQ
2334	select MFD_CORE
2335	help
2336	  Support for the Qualcomm WCD9340/WCD9341 Codec.
2337	  This driver provides common support WCD934x audio codec and its
2338	  associated Pin Controller, Soundwire Controller and Audio codec.
2339
2340config MFD_ATC260X
2341	tristate
2342	select MFD_CORE
2343	select REGMAP
2344	select REGMAP_IRQ
2345
2346config MFD_ATC260X_I2C
2347	tristate "Actions Semi ATC260x PMICs with I2C"
2348	select MFD_ATC260X
2349	select REGMAP_I2C
2350	depends on I2C
2351	help
2352	  Support for the Actions Semi ATC260x PMICs controlled via I2C.
2353
2354	  This driver provides common support for accessing the ATC2603C
2355	  and ATC2609A chip variants, additional drivers must be enabled
2356	  in order to use the functionality of the device.
2357
2358config MFD_KHADAS_MCU
2359	tristate "Support for Khadas System control Microcontroller"
2360	depends on I2C
2361	depends on ARCH_MESON || ARCH_ROCKCHIP || COMPILE_TEST
2362	select MFD_CORE
2363	select REGMAP_I2C
2364	help
2365	  Support for the Khadas System control Microcontroller interface
2366	  present on their VIM and Edge boards.
2367
2368	  This Microcontroller is present on the Khadas VIM1, VIM2, VIM3 and
2369	  Edge boards.
2370
2371	  It provides multiple boot control features like password check,
2372	  power-on options, power-off control and system FAN control on recent
2373	  boards.
2374
2375	  This driver provides common support for accessing the device,
2376	  additional drivers must be enabled in order to use the functionality
2377	  of the device.
2378
2379config MFD_ACER_A500_EC
2380	tristate "Support for Acer Iconia Tab A500 Embedded Controller"
2381	depends on I2C
2382	depends on (ARCH_TEGRA_2x_SOC && OF) || COMPILE_TEST
2383	select MFD_CORE
2384	select REGMAP
2385	help
2386	  Support for Embedded Controller found on Acer Iconia Tab A500.
2387	  The controller itself is ENE KB930, it is running firmware
2388	  customized for the specific needs of the Acer A500 hardware.
2389
2390config MFD_QCOM_PM8008
2391	tristate "QCOM PM8008 Power Management IC"
2392	depends on I2C && OF
2393	select MFD_CORE
2394	select REGMAP_I2C
2395	select REGMAP_IRQ
2396	help
2397	  Select this option to get support for the Qualcomm Technologies, Inc.
2398	  PM8008 PMIC chip. PM8008 is a dedicated camera PMIC that integrates
2399	  all the necessary power management, housekeeping, and interface
2400	  support functions into a single IC. This driver provides common
2401	  support for accessing the device by instantiating all the child nodes
2402	  under it in the device tree. Additional drivers must be enabled in
2403	  order to use the functionality of the device.
2404
2405menu "Multimedia Capabilities Port drivers"
2406	depends on ARCH_SA1100
2407
2408config MCP
2409	tristate
2410
2411# Interface drivers
2412config MCP_SA11X0
2413	tristate "Support SA11x0 MCP interface"
2414	depends on ARCH_SA1100
2415	select MCP
2416
2417# Chip drivers
2418config MCP_UCB1200
2419	tristate "Support for UCB1200 / UCB1300"
2420	depends on MCP_SA11X0
2421	select MCP
2422
2423config MCP_UCB1200_TS
2424	tristate "Touchscreen interface support"
2425	depends on MCP_UCB1200 && INPUT
2426
2427endmenu
2428
2429config MFD_VEXPRESS_SYSREG
2430	tristate "Versatile Express System Registers"
2431	depends on VEXPRESS_CONFIG && GPIOLIB
2432	default y
2433	select GPIO_GENERIC_PLATFORM
2434	select MFD_CORE
2435	select MFD_SYSCON
2436	help
2437	  System Registers are the platform configuration block
2438	  on the ARM Ltd. Versatile Express board.
2439
2440config RAVE_SP_CORE
2441	tristate "RAVE SP MCU core driver"
2442	depends on SERIAL_DEV_BUS
2443	select CRC_ITU_T
2444	help
2445	  Select this to get support for the Supervisory Processor
2446	  device found on several devices in RAVE line of hardware.
2447
2448config SGI_MFD_IOC3
2449	bool "SGI IOC3 core driver"
2450	depends on PCI && MIPS && 64BIT
2451	select MFD_CORE
2452	help
2453	  This option enables basic support for the SGI IOC3-based
2454	  controller cards.  This option does not enable any specific
2455	  functions on such a card, but provides necessary infrastructure
2456	  for other drivers to utilize.
2457
2458	  If you have an SGI Origin, Octane, or a PCI IOC3 card,
2459	  then say Y. Otherwise say N.
2460
2461config MFD_INTEL_M10_BMC_CORE
2462        tristate
2463        select MFD_CORE
2464        select REGMAP
2465        default n
2466
2467config MFD_INTEL_M10_BMC_SPI
2468        tristate "Intel MAX 10 Board Management Controller with SPI"
2469        depends on SPI_MASTER
2470        select MFD_INTEL_M10_BMC_CORE
2471        select REGMAP_SPI_AVMM
2472        help
2473          Support for the Intel MAX 10 board management controller using the
2474          SPI interface.
2475
2476          This driver provides common support for accessing the device,
2477          additional drivers must be enabled in order to use the functionality
2478          of the device.
2479
2480config MFD_INTEL_M10_BMC_PMCI
2481	tristate "Intel MAX 10 Board Management Controller with PMCI"
2482	depends on FPGA_DFL
2483	select MFD_INTEL_M10_BMC_CORE
2484	select REGMAP
2485	help
2486	  Support for the Intel MAX 10 board management controller via PMCI.
2487
2488	  This driver provides common support for accessing the device,
2489	  additional drivers must be enabled in order to use the functionality
2490	  of the device.
2491
2492config MFD_LOONGSON_SE
2493	tristate "Loongson Security Engine chip controller driver"
2494	depends on LOONGARCH && ACPI
2495	select MFD_CORE
2496	help
2497	  The Loongson Security Engine chip supports RNG, SM2, SM3 and
2498	  SM4 accelerator engines. Each engine have its own DMA buffer
2499	  provided by the controller. The kernel cannot directly send
2500	  commands to the engine and must first send them to the controller,
2501	  which will forward them to the corresponding engine.
2502
2503config MFD_LS2K_BMC_CORE
2504	bool "Loongson-2K Board Management Controller Support"
2505	depends on PCI && ACPI_GENERIC_GSI
2506	select MFD_CORE
2507	help
2508	  Say yes here to add support for the Loongson-2K BMC which is a Board
2509	  Management Controller connected to the PCIe bus. The device supports
2510	  multiple sub-devices like display and IPMI. This driver provides common
2511	  support for accessing the devices.
2512
2513	  The display is enabled by default in the driver, while the IPMI interface
2514	  is enabled independently through the IPMI_LS2K option in the IPMI section.
2515
2516config MFD_QNAP_MCU
2517	tristate "QNAP microcontroller unit core driver"
2518	depends on SERIAL_DEV_BUS
2519	select MFD_CORE
2520	help
2521	  Select this to get support for the QNAP MCU device found in
2522	  several devices of QNAP network attached storage products that
2523	  implements additional functionality for the device, like fan
2524	  and LED control.
2525
2526	  This driver implements the base serial protocol to talk to the
2527	  device and provides functions for the other parts to hook into.
2528
2529config MFD_RSMU_I2C
2530	tristate "Renesas Synchronization Management Unit with I2C"
2531	depends on I2C && OF
2532	select MFD_CORE
2533	select REGMAP_I2C
2534	help
2535	  Support for the Renesas Synchronization Management Unit, such as
2536	  Clockmatrix and 82P33XXX series. This option supports I2C as
2537	  the control interface.
2538
2539	  This driver provides common support for accessing the device.
2540	  Additional drivers must be enabled in order to use the functionality
2541	  of the device.
2542
2543config MFD_RSMU_SPI
2544	tristate "Renesas Synchronization Management Unit with SPI"
2545	depends on SPI && OF
2546	select MFD_CORE
2547	select REGMAP_SPI
2548	help
2549	  Support for the Renesas Synchronization Management Unit, such as
2550	  Clockmatrix and 82P33XXX series. This option supports SPI as
2551	  the control interface.
2552
2553	  This driver provides common support for accessing the device.
2554	  Additional drivers must be enabled in order to use the functionality
2555	  of the device.
2556
2557config MFD_UPBOARD_FPGA
2558	tristate "Support for the AAeon UP board FPGA"
2559	depends on (X86 && ACPI)
2560	select MFD_CORE
2561	help
2562	  Select this option to enable the AAEON UP and UP^2 onboard FPGA.
2563	  This is the core driver of this FPGA, which has a pin controller and a
2564	  LED controller.
2565
2566	  To compile this driver as a module, choose M here: the module will be
2567	  called upboard-fpga.
2568
2569config MFD_MAX7360
2570	tristate "Maxim MAX7360 I2C IO Expander"
2571	depends on I2C
2572	select MFD_CORE
2573	select REGMAP_I2C
2574	select REGMAP_IRQ
2575	help
2576	  Say yes here to add support for Maxim MAX7360 device, embedding
2577	  keypad, rotary encoder, PWM and GPIO features.
2578
2579	  This driver provides common support for accessing the device;
2580	  additional drivers must be enabled in order to use the functionality
2581	  of the device.
2582
2583endmenu
2584endif
2585