Merge branches 'ib-mfd-gpio-i2c-3.19', 'ib-mfd-iio-3.19' and 'ib-mfd-regulator-v3...
[cascardo/linux.git] / drivers / mfd / Kconfig
1 #
2 # Multifunction miscellaneous devices
3 #
4
5 if HAS_IOMEM
6 menu "Multifunction device drivers"
7
8 config MFD_CORE
9         tristate
10         select IRQ_DOMAIN
11         default n
12
13 config MFD_CS5535
14         tristate "AMD CS5535 and CS5536 southbridge core functions"
15         select MFD_CORE
16         depends on PCI && (X86_32 || (X86 && COMPILE_TEST))
17         ---help---
18           This is the core driver for CS5535/CS5536 MFD functions.  This is
19           necessary for using the board's GPIO and MFGPT functionality.
20
21 config MFD_AS3711
22         bool "AMS AS3711"
23         select MFD_CORE
24         select REGMAP_I2C
25         select REGMAP_IRQ
26         depends on I2C=y
27         help
28           Support for the AS3711 PMIC from AMS
29
30 config MFD_AS3722
31         bool "ams AS3722 Power Management IC"
32         select MFD_CORE
33         select REGMAP_I2C
34         select REGMAP_IRQ
35         depends on I2C=y && OF
36         help
37           The ams AS3722 is a compact system PMU suitable for mobile phones,
38           tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down
39           controllers, 11 LDOs, RTC, automatic battery, temperature and
40           over current monitoring, GPIOs, ADC and a watchdog.
41
42 config PMIC_ADP5520
43         bool "Analog Devices ADP5520/01 MFD PMIC Core Support"
44         depends on I2C=y
45         help
46           Say yes here to add support for Analog Devices AD5520 and ADP5501,
47           Multifunction Power Management IC. This includes
48           the I2C driver and the core APIs _only_, you have to select
49           individual components like LCD backlight, LEDs, GPIOs and Kepad
50           under the corresponding menus.
51
52 config MFD_AAT2870_CORE
53         bool "AnalogicTech AAT2870"
54         select MFD_CORE
55         depends on I2C=y && GPIOLIB
56         help
57           If you say yes here you get support for the AAT2870.
58           This driver provides common support for accessing the device,
59           additional drivers must be enabled in order to use the
60           functionality of the device.
61
62 config MFD_BCM590XX
63         tristate "Broadcom BCM590xx PMUs"
64         select MFD_CORE
65         select REGMAP_I2C
66         depends on I2C
67         help
68           Support for the BCM590xx PMUs from Broadcom
69
70 config MFD_AXP20X
71         bool "X-Powers AXP20X"
72         select MFD_CORE
73         select REGMAP_I2C
74         select REGMAP_IRQ
75         depends on I2C=y
76         help
77           If you say Y here you get support for the X-Powers AXP202, AXP209 and
78           AXP288 power management IC (PMIC).
79           This driver include only the core APIs. You have to select individual
80           components like regulators or the PEK (Power Enable Key) under the
81           corresponding menus.
82
83 config MFD_CROS_EC
84         tristate "ChromeOS Embedded Controller"
85         select MFD_CORE
86         help
87           If you say Y here you get support for the ChromeOS Embedded
88           Controller (EC) providing keyboard, battery and power services.
89           You also need to enable the driver for the bus you are using. The
90           protocol for talking to the EC is defined by the bus driver.
91
92 config MFD_CROS_EC_I2C
93         tristate "ChromeOS Embedded Controller (I2C)"
94         depends on MFD_CROS_EC && I2C
95
96         help
97           If you say Y here, you get support for talking to the ChromeOS
98           EC through an I2C bus. This uses a simple byte-level protocol with
99           a checksum. Failing accesses will be retried three times to
100           improve reliability.
101
102 config MFD_CROS_EC_SPI
103         tristate "ChromeOS Embedded Controller (SPI)"
104         depends on MFD_CROS_EC && SPI && OF
105
106         ---help---
107           If you say Y here, you get support for talking to the ChromeOS EC
108           through a SPI bus, using a byte-level protocol. Since the EC's
109           response time cannot be guaranteed, we support ignoring
110           'pre-amble' bytes before the response actually starts.
111
112 config MFD_ASIC3
113         bool "Compaq ASIC3"
114         depends on GPIOLIB && ARM
115         select MFD_CORE
116          ---help---
117           This driver supports the ASIC3 multifunction chip found on many
118           PDAs (mainly iPAQ and HTC based ones)
119
120 config PMIC_DA903X
121         bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
122         depends on I2C=y
123         help
124           Say yes here to add support for Dialog Semiconductor DA9030 (a.k.a
125           ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC
126           usually found on PXA processors-based platforms. This includes
127           the I2C driver and the core APIs _only_, you have to select
128           individual components like LCD backlight, voltage regulators,
129           LEDs and battery-charger under the corresponding menus.
130
131 config PMIC_DA9052
132         bool
133         select MFD_CORE
134
135 config MFD_DA9052_SPI
136         bool "Dialog Semiconductor DA9052/53 PMIC variants with SPI"
137         select REGMAP_SPI
138         select REGMAP_IRQ
139         select PMIC_DA9052
140         depends on SPI_MASTER=y
141         help
142           Support for the Dialog Semiconductor DA9052 PMIC
143           when controlled using SPI. This driver provides common support
144           for accessing the device, additional drivers must be enabled in
145           order to use the functionality of the device.
146
147 config MFD_DA9052_I2C
148         bool "Dialog Semiconductor DA9052/53 PMIC variants with I2C"
149         select REGMAP_I2C
150         select REGMAP_IRQ
151         select PMIC_DA9052
152         depends on I2C=y
153         help
154           Support for the Dialog Semiconductor DA9052 PMIC
155           when controlled using I2C. This driver provides common support
156           for accessing the device, additional drivers must be enabled in
157           order to use the functionality of the device.
158
159 config MFD_DA9055
160         bool "Dialog Semiconductor DA9055 PMIC Support"
161         select REGMAP_I2C
162         select REGMAP_IRQ
163         select MFD_CORE
164         depends on I2C=y
165         help
166           Say yes here for support of Dialog Semiconductor DA9055. This is
167           a Power Management IC. This driver provides common support for
168           accessing the device as well as the I2C interface to the chip itself.
169           Additional drivers must be enabled in order to use the functionality
170           of the device.
171
172           This driver can be built as a module. If built as a module it will be
173           called "da9055"
174
175 config MFD_DA9063
176         bool "Dialog Semiconductor DA9063 PMIC Support"
177         select MFD_CORE
178         select REGMAP_I2C
179         select REGMAP_IRQ
180         depends on I2C=y
181         help
182           Say yes here for support for the Dialog Semiconductor DA9063 PMIC.
183           This includes the I2C driver and core APIs.
184           Additional drivers must be enabled in order to use the functionality
185           of the device.
186
187 config MFD_DLN2
188         tristate "Diolan DLN2 support"
189         select MFD_CORE
190         depends on USB
191         help
192           This adds support for Diolan USB-I2C/SPI/GPIO Master Adapter
193           DLN-2. Additional drivers such as I2C_DLN2, GPIO_DLN2,
194           etc. must be enabled in order to use the functionality of
195           the device.
196
197 config MFD_MC13XXX
198         tristate
199         depends on (SPI_MASTER || I2C)
200         select MFD_CORE
201         select REGMAP_IRQ
202         help
203           Enable support for the Freescale MC13783 and MC13892 PMICs.
204           This driver provides common support for accessing the device,
205           additional drivers must be enabled in order to use the
206           functionality of the device.
207
208 config MFD_MC13XXX_SPI
209         tristate "Freescale MC13783 and MC13892 SPI interface"
210         depends on SPI_MASTER
211         select REGMAP_SPI
212         select MFD_MC13XXX
213         help
214           Select this if your MC13xxx is connected via an SPI bus.
215
216 config MFD_MC13XXX_I2C
217         tristate "Freescale MC13892 I2C interface"
218         depends on I2C
219         select REGMAP_I2C
220         select MFD_MC13XXX
221         help
222           Select this if your MC13xxx is connected via an I2C bus.
223
224 config MFD_HI6421_PMIC
225         tristate "HiSilicon Hi6421 PMU/Codec IC"
226         depends on OF
227         select MFD_CORE
228         select REGMAP_MMIO
229         help
230           Add support for HiSilicon Hi6421 PMIC. Hi6421 includes multi-
231           functions, such as regulators, RTC, codec, Coulomb counter, etc.
232           This driver includes core APIs _only_. You have to select
233           individul components like voltage regulators under corresponding
234           menus in order to enable them.
235           We communicate with the Hi6421 via memory-mapped I/O.
236
237 config HTC_EGPIO
238         bool "HTC EGPIO support"
239         depends on GPIOLIB && ARM
240         help
241             This driver supports the CPLD egpio chip present on
242             several HTC phones.  It provides basic support for input
243             pins, output pins, and irqs.
244
245 config HTC_PASIC3
246         tristate "HTC PASIC3 LED/DS1WM chip support"
247         select MFD_CORE
248         help
249           This core driver provides register access for the LED/DS1WM
250           chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
251           HTC Magician devices, respectively. Actual functionality is
252           handled by the leds-pasic3 and ds1wm drivers.
253
254 config HTC_I2CPLD
255         bool "HTC I2C PLD chip support"
256         depends on I2C=y && GPIOLIB
257         help
258           If you say yes here you get support for the supposed CPLD
259           found on omap850 HTC devices like the HTC Wizard and HTC Herald.
260           This device provides input and output GPIOs through an I2C
261           interface to one or more sub-chips.
262
263 config LPC_ICH
264         tristate "Intel ICH LPC"
265         depends on PCI
266         select MFD_CORE
267         help
268           The LPC bridge function of the Intel ICH provides support for
269           many functional units. This driver provides needed support for
270           other drivers to control these functions, currently GPIO and
271           watchdog.
272
273 config LPC_SCH
274         tristate "Intel SCH LPC"
275         depends on PCI
276         select MFD_CORE
277         help
278           LPC bridge function of the Intel SCH provides support for
279           System Management Bus and General Purpose I/O.
280
281 config INTEL_SOC_PMIC
282         bool "Support for Intel Atom SoC PMIC"
283         depends on I2C=y
284         select MFD_CORE
285         select REGMAP_I2C
286         select REGMAP_IRQ
287         help
288           Select this option to enable support for the PMIC device
289           on some Intel SoC systems. The PMIC provides ADC, GPIO,
290           thermal, charger and related power management functions
291           on these systems.
292
293 config MFD_INTEL_MSIC
294         bool "Intel MSIC"
295         depends on INTEL_SCU_IPC
296         select MFD_CORE
297         help
298           Select this option to enable access to Intel MSIC (Avatele
299           Passage) chip. This chip embeds audio, battery, GPIO, etc.
300           devices used in Intel Medfield platforms.
301
302 config MFD_IPAQ_MICRO
303         bool "Atmel Micro ASIC (iPAQ h3100/h3600/h3700) Support"
304         depends on SA1100_H3100 || SA1100_H3600
305         select MFD_CORE
306         help
307           Select this to get support for the Microcontroller found in
308           the Compaq iPAQ handheld computers. This is an Atmel
309           AT90LS8535 microcontroller flashed with a special iPAQ
310           firmware using the custom protocol implemented in this driver.
311
312 config MFD_JANZ_CMODIO
313         tristate "Janz CMOD-IO PCI MODULbus Carrier Board"
314         select MFD_CORE
315         depends on PCI
316         help
317           This is the core driver for the Janz CMOD-IO PCI MODULbus
318           carrier board. This device is a PCI to MODULbus bridge which may
319           host many different types of MODULbus daughterboards, including
320           CAN and GPIO controllers.
321
322 config MFD_JZ4740_ADC
323         bool "Janz JZ4740 ADC core"
324         select MFD_CORE
325         select GENERIC_IRQ_CHIP
326         depends on MACH_JZ4740
327         help
328           Say yes here if you want support for the ADC unit in the JZ4740 SoC.
329           This driver is necessary for jz4740-battery and jz4740-hwmon driver.
330
331 config MFD_KEMPLD
332         tristate "Kontron module PLD device"
333         select MFD_CORE
334         help
335           This is the core driver for the PLD (Programmable Logic Device) found
336           on some Kontron ETX and COMexpress (ETXexpress) modules. The PLD
337           device may provide functions like watchdog, GPIO, UART and I2C bus.
338
339           The following modules are supported:
340                 * COMe-bHL6
341                 * COMe-bIP#
342                 * COMe-bPC2 (ETXexpress-PC)
343                 * COMe-bSC# (ETXexpress-SC T#)
344                 * COMe-cBT6
345                 * COMe-cCT6
346                 * COMe-cDC2 (microETXexpress-DC)
347                 * COMe-cHL6
348                 * COMe-cPC2 (microETXexpress-PC)
349                 * COMe-mBT10
350                 * COMe-mCT10
351                 * COMe-mTT10 (nanoETXexpress-TT)
352                 * ETX-OH
353
354           This driver can also be built as a module. If so, the module
355           will be called kempld-core.
356
357 config MFD_88PM800
358         tristate "Marvell 88PM800"
359         depends on I2C=y
360         select REGMAP_I2C
361         select REGMAP_IRQ
362         select MFD_CORE
363         help
364           This supports for Marvell 88PM800 Power Management IC.
365           This includes the I2C driver and the core APIs _only_, you have to
366           select individual components like voltage regulators, RTC and
367           battery-charger under the corresponding menus.
368
369 config MFD_88PM805
370         tristate "Marvell 88PM805"
371         depends on I2C=y
372         select REGMAP_I2C
373         select REGMAP_IRQ
374         select MFD_CORE
375         help
376           This supports for Marvell 88PM805 Power Management IC. This includes
377           the I2C driver and the core APIs _only_, you have to select individual
378           components like codec device, headset/Mic device under the
379           corresponding menus.
380
381 config MFD_88PM860X
382         bool "Marvell 88PM8606/88PM8607"
383         depends on I2C=y
384         select REGMAP_I2C
385         select MFD_CORE
386         help
387           This supports for Marvell 88PM8606/88PM8607 Power Management IC.
388           This includes the I2C driver and the core APIs _only_, you have to
389           select individual components like voltage regulators, RTC and
390           battery-charger under the corresponding menus.
391
392 config MFD_MAX14577
393         bool "Maxim Semiconductor MAX14577/77836 MUIC + Charger Support"
394         depends on I2C=y
395         select MFD_CORE
396         select REGMAP_I2C
397         select REGMAP_IRQ
398         select IRQ_DOMAIN
399         help
400           Say yes here to add support for Maxim Semiconductor MAX14577 and
401           MAX77836 Micro-USB ICs with battery charger.
402           This driver provides common support for accessing the device;
403           additional drivers must be enabled in order to use the functionality
404           of the device.
405
406 config MFD_MAX77686
407         bool "Maxim Semiconductor MAX77686/802 PMIC Support"
408         depends on I2C=y
409         select MFD_CORE
410         select REGMAP_I2C
411         select REGMAP_IRQ
412         select IRQ_DOMAIN
413         help
414           Say yes here to add support for Maxim Semiconductor MAX77686 and
415           MAX77802 which are Power Management IC with an RTC on chip.
416           This driver provides common support for accessing the device;
417           additional drivers must be enabled in order to use the functionality
418           of the device.
419
420 config MFD_MAX77693
421         bool "Maxim Semiconductor MAX77693 PMIC Support"
422         depends on I2C=y
423         select MFD_CORE
424         select REGMAP_I2C
425         select REGMAP_IRQ
426         help
427           Say yes here to add support for Maxim Semiconductor MAX77693.
428           This is a companion Power Management IC with Flash, Haptic, Charger,
429           and MUIC(Micro USB Interface Controller) controls on chip.
430           This driver provides common support for accessing the device;
431           additional drivers must be enabled in order to use the functionality
432           of the device.
433
434 config MFD_MAX8907
435         tristate "Maxim Semiconductor MAX8907 PMIC Support"
436         select MFD_CORE
437         depends on I2C=y
438         select REGMAP_I2C
439         select REGMAP_IRQ
440         help
441           Say yes here to add support for Maxim Semiconductor MAX8907. This is
442           a Power Management IC. This driver provides common support for
443           accessing the device; additional drivers must be enabled in order
444           to use the functionality of the device.
445
446 config MFD_MAX8925
447         bool "Maxim Semiconductor MAX8925 PMIC Support"
448         depends on I2C=y
449         select MFD_CORE
450         help
451           Say yes here to add support for Maxim Semiconductor MAX8925. This is
452           a Power Management IC. This driver provides common support for
453           accessing the device, additional drivers must be enabled in order
454           to use the functionality of the device.
455
456 config MFD_MAX8997
457         bool "Maxim Semiconductor MAX8997/8966 PMIC Support"
458         depends on I2C=y
459         select MFD_CORE
460         select IRQ_DOMAIN
461         help
462           Say yes here to add support for Maxim Semiconductor MAX8997/8966.
463           This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic,
464           MUIC controls on chip.
465           This driver provides common support for accessing the device;
466           additional drivers must be enabled in order to use the functionality
467           of the device.
468
469 config MFD_MAX8998
470         bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support"
471         depends on I2C=y
472         select MFD_CORE
473         select IRQ_DOMAIN
474         help
475           Say yes here to add support for Maxim Semiconductor MAX8998 and
476           National Semiconductor LP3974. This is a Power Management IC.
477           This driver provides common support for accessing the device,
478           additional drivers must be enabled in order to use the functionality
479           of the device.
480
481 config MFD_MENF21BMC
482         tristate "MEN 14F021P00 Board Management Controller Support"
483         depends on I2C
484         select MFD_CORE
485         help
486           Say yes here to add support for the MEN 14F021P00 BMC
487           which is a Board Management Controller connected to the I2C bus.
488           The device supports multiple sub-devices like LED, HWMON and WDT.
489           This driver provides common support for accessing the devices;
490           additional drivers must be enabled in order to use the
491           functionality of the BMC device.
492
493           This driver can also be built as a module. If so the module
494           will be called menf21bmc.
495
496 config EZX_PCAP
497         bool "Motorola EZXPCAP Support"
498         depends on SPI_MASTER
499         help
500           This enables the PCAP ASIC present on EZX Phones. This is
501           needed for MMC, TouchScreen, Sound, USB, etc..
502
503 config MFD_VIPERBOARD
504         tristate "Nano River Technologies Viperboard"
505         select MFD_CORE
506         depends on USB
507         default n
508         help
509           Say yes here if you want support for Nano River Technologies
510           Viperboard.
511           There are mfd cell drivers available for i2c master, adc and
512           both gpios found on the board. The spi part does not yet
513           have a driver.
514           You need to select the mfd cell drivers separately.
515           The drivers do not support all features the board exposes.
516
517 config MFD_RETU
518         tristate "Nokia Retu and Tahvo multi-function device"
519         select MFD_CORE
520         depends on I2C
521         select REGMAP_IRQ
522         help
523           Retu and Tahvo are a multi-function devices found on Nokia
524           Internet Tablets (770, N800 and N810).
525
526 config MFD_PCF50633
527         tristate "NXP PCF50633"
528         depends on I2C
529         select REGMAP_I2C
530         help
531           Say yes here if you have NXP PCF50633 chip on your board.
532           This core driver provides register access and IRQ handling
533           facilities, and registers devices for the various functions
534           so that function-specific drivers can bind to them.
535
536 config PCF50633_ADC
537         tristate "NXP PCF50633 ADC"
538         depends on MFD_PCF50633
539         help
540          Say yes here if you want to include support for ADC in the
541          NXP PCF50633 chip.
542
543 config PCF50633_GPIO
544         tristate "NXP PCF50633 GPIO"
545         depends on MFD_PCF50633
546         help
547          Say yes here if you want to include support GPIO for pins on
548          the PCF50633 chip.
549
550 config UCB1400_CORE
551         tristate "Philips UCB1400 Core driver"
552         depends on AC97_BUS
553         depends on GPIOLIB
554         help
555           This enables support for the Philips UCB1400 core functions.
556           The UCB1400 is an AC97 audio codec.
557
558           To compile this driver as a module, choose M here: the
559           module will be called ucb1400_core.
560
561 config MFD_PM8XXX
562         tristate
563
564 config MFD_PM8921_CORE
565         tristate "Qualcomm PM8921 PMIC chip"
566         depends on (ARM || HEXAGON)
567         select IRQ_DOMAIN
568         select MFD_CORE
569         select MFD_PM8XXX
570         select REGMAP
571         help
572           If you say yes to this option, support will be included for the
573           built-in PM8921 PMIC chip.
574
575           This is required if your board has a PM8921 and uses its features,
576           such as: MPPs, GPIOs, regulators, interrupts, and PWM.
577
578           Say M here if you want to include support for PM8921 chip as a module.
579           This will build a module called "pm8921-core".
580
581 config MFD_SPMI_PMIC
582         tristate "Qualcomm SPMI PMICs"
583         depends on ARCH_QCOM || COMPILE_TEST
584         depends on OF
585         depends on SPMI
586         select REGMAP_SPMI
587         help
588           This enables support for the Qualcomm SPMI PMICs.
589           These PMICs are currently used with the Snapdragon 800 series of
590           SoCs.  Note, that this will only be useful paired with descriptions
591           of the independent functions as children nodes in the device tree.
592
593           Say M here if you want to include support for the SPMI PMIC
594           series as a module.  The module will be called "qcom-spmi-pmic".
595
596 config MFD_RDC321X
597         tristate "RDC R-321x southbridge"
598         select MFD_CORE
599         depends on PCI
600         help
601           Say yes here if you want to have support for the RDC R-321x SoC
602           southbridge which provides access to GPIOs and Watchdog using the
603           southbridge PCI device configuration space.
604
605 config MFD_RTSX_PCI
606         tristate "Realtek PCI-E card reader"
607         depends on PCI
608         select MFD_CORE
609         help
610           This supports for Realtek PCI-Express card reader including rts5209,
611           rts5229, rtl8411, etc. Realtek card reader supports access to many
612           types of memory cards, such as Memory Stick, Memory Stick Pro,
613           Secure Digital and MultiMediaCard.
614
615 config MFD_RTSX_USB
616         tristate "Realtek USB card reader"
617         depends on USB
618         select MFD_CORE
619         help
620           Select this option to get support for Realtek USB 2.0 card readers
621           including RTS5129, RTS5139, RTS5179 and RTS5170.
622           Realtek card reader supports access to many types of memory cards,
623           such as Memory Stick Pro, Secure Digital and MultiMediaCard.
624
625 config MFD_RC5T583
626         bool "Ricoh RC5T583 Power Management system device"
627         depends on I2C=y
628         select MFD_CORE
629         select REGMAP_I2C
630         help
631           Select this option to get support for the RICOH583 Power
632           Management system device.
633           This driver provides common support for accessing the device
634           through i2c interface. The device supports multiple sub-devices
635           like GPIO, interrupts, RTC, LDO and DCDC regulators, onkey.
636           Additional drivers must be enabled in order to use the
637           different functionality of the device.
638
639 config MFD_RK808
640         tristate "Rockchip RK808 Power Management chip"
641         depends on I2C && OF
642         select MFD_CORE
643         select REGMAP_I2C
644         select REGMAP_IRQ
645         help
646           If you say yes here you get support for the RK808
647           Power Management chips.
648           This driver provides common support for accessing the device
649           through I2C interface. The device supports multiple sub-devices
650           including interrupts, RTC, LDO & DCDC regulators, and onkey.
651
652 config MFD_RN5T618
653         tristate "Ricoh RN5T5618 PMIC"
654         depends on I2C
655         select MFD_CORE
656         select REGMAP_I2C
657         help
658           Say yes here to add support for the Ricoh RN5T618 PMIC. This
659           driver provides common support for accessing the device,
660           additional drivers must be enabled in order to use the
661           functionality of the device.
662
663 config MFD_SEC_CORE
664         bool "SAMSUNG Electronics PMIC Series Support"
665         depends on I2C=y
666         select MFD_CORE
667         select REGMAP_I2C
668         select REGMAP_IRQ
669         select REGULATOR
670         help
671          Support for the Samsung Electronics MFD series.
672          This driver provides common support for accessing the device,
673          additional drivers must be enabled in order to use the functionality
674          of the device
675
676 config MFD_SI476X_CORE
677         tristate "Silicon Laboratories 4761/64/68 AM/FM radio."
678         depends on I2C
679         select MFD_CORE
680         select REGMAP_I2C
681         help
682           This is the core driver for the SI476x series of AM/FM
683           radio. This MFD driver connects the radio-si476x V4L2 module
684           and the si476x audio codec.
685
686           To compile this driver as a module, choose M here: the
687           module will be called si476x-core.
688
689 config MFD_SM501
690         tristate "Silicon Motion SM501"
691          ---help---
692           This is the core driver for the Silicon Motion SM501 multimedia
693           companion chip. This device is a multifunction device which may
694           provide numerous interfaces including USB host controller, USB gadget,
695           asynchronous serial ports, audio functions, and a dual display video
696           interface. The device may be connected by PCI or local bus with
697           varying functions enabled.
698
699 config MFD_SM501_GPIO
700         bool "Export GPIO via GPIO layer"
701         depends on MFD_SM501 && GPIOLIB
702          ---help---
703          This option uses the gpio library layer to export the 64 GPIO
704          lines on the SM501. The platform data is used to supply the
705          base number for the first GPIO line to register.
706
707 config MFD_SMSC
708        bool "SMSC ECE1099 series chips"
709        depends on I2C=y
710        select MFD_CORE
711        select REGMAP_I2C
712        help
713         If you say yes here you get support for the
714         ece1099 chips from SMSC.
715
716         To compile this driver as a module, choose M here: the
717         module will be called smsc.
718
719 config ABX500_CORE
720         bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions"
721         default y if ARCH_U300 || ARCH_U8500
722         help
723           Say yes here if you have the ABX500 Mixed Signal IC family
724           chips. This core driver expose register access functions.
725           Functionality specific drivers using these functions can
726           remain unchanged when IC changes. Binding of the functions to
727           actual register access is done by the IC core driver.
728
729 config AB3100_CORE
730         bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions"
731         depends on I2C=y && ABX500_CORE
732         select MFD_CORE
733         default y if ARCH_U300
734         help
735           Select this to enable the AB3100 Mixed Signal IC core
736           functionality. This connects to a AB3100 on the I2C bus
737           and expose a number of symbols needed for dependent devices
738           to read and write registers and subscribe to events from
739           this multi-functional IC. This is needed to use other features
740           of the AB3100 such as battery-backed RTC, charging control,
741           LEDs, vibrator, system power and temperature, power management
742           and ALSA sound.
743
744 config AB3100_OTP
745         tristate "ST-Ericsson AB3100 OTP functions"
746         depends on AB3100_CORE
747         default y if AB3100_CORE
748         help
749           Select this to enable the AB3100 Mixed Signal IC OTP (one-time
750           programmable memory) support. This exposes a sysfs file to read
751           out OTP values.
752
753 config AB8500_CORE
754         bool "ST-Ericsson AB8500 Mixed Signal Power Management chip"
755         depends on ABX500_CORE && MFD_DB8500_PRCMU
756         select POWER_SUPPLY
757         select MFD_CORE
758         select IRQ_DOMAIN
759         help
760           Select this option to enable access to AB8500 power management
761           chip. This connects to U8500 either on the SSP/SPI bus (deprecated
762           since hardware version v1.0) or the I2C bus via PRCMU. It also adds
763           the irq_chip parts for handling the Mixed Signal chip events.
764           This chip embeds various other multimedia funtionalities as well.
765
766 config AB8500_DEBUG
767        bool "Enable debug info via debugfs"
768        depends on AB8500_GPADC && DEBUG_FS
769        default y if DEBUG_FS
770        help
771          Select this option if you want debug information using the debug
772          filesystem, debugfs.
773
774 config AB8500_GPADC
775         bool "ST-Ericsson AB8500 GPADC driver"
776         depends on AB8500_CORE && REGULATOR_AB8500
777         default y
778         help
779           AB8500 GPADC driver used to convert Acc and battery/ac/usb voltage
780
781 config MFD_DB8500_PRCMU
782         bool "ST-Ericsson DB8500 Power Reset Control Management Unit"
783         depends on UX500_SOC_DB8500
784         select MFD_CORE
785         help
786           Select this option to enable support for the DB8500 Power Reset
787           and Control Management Unit. This is basically an autonomous
788           system controller running an XP70 microprocessor, which is accessed
789           through a register map.
790
791 config MFD_STMPE
792         bool "STMicroelectronics STMPE"
793         depends on (I2C=y || SPI_MASTER=y)
794         depends on OF
795         select MFD_CORE
796         help
797           Support for the STMPE family of I/O Expanders from
798           STMicroelectronics.
799
800           Currently supported devices are:
801
802                 STMPE811: GPIO, Touchscreen
803                 STMPE1601: GPIO, Keypad
804                 STMPE1801: GPIO, Keypad
805                 STMPE2401: GPIO, Keypad
806                 STMPE2403: GPIO, Keypad
807
808           This driver provides common support for accessing the device,
809           additional drivers must be enabled in order to use the functionality
810           of the device.  Currently available sub drivers are:
811
812                 GPIO: stmpe-gpio
813                 Keypad: stmpe-keypad
814                 Touchscreen: stmpe-ts
815
816 menu "STMicroelectronics STMPE Interface Drivers"
817 depends on MFD_STMPE
818
819 config STMPE_I2C
820         bool "STMicroelectronics STMPE I2C Interface"
821         depends on I2C=y
822         default y
823         help
824           This is used to enable I2C interface of STMPE
825
826 config STMPE_SPI
827         bool "STMicroelectronics STMPE SPI Interface"
828         depends on SPI_MASTER
829         help
830           This is used to enable SPI interface of STMPE
831 endmenu
832
833 config MFD_STA2X11
834         bool "STMicroelectronics STA2X11"
835         depends on STA2X11
836         select MFD_CORE
837         select REGMAP_MMIO
838
839 config MFD_SUN6I_PRCM
840         bool "Allwinner A31 PRCM controller"
841         depends on ARCH_SUNXI
842         select MFD_CORE
843         help
844           Support for the PRCM (Power/Reset/Clock Management) unit available
845           in A31 SoC.
846
847 config MFD_SYSCON
848         bool "System Controller Register R/W Based on Regmap"
849         select REGMAP_MMIO
850         help
851           Select this option to enable accessing system control registers
852           via regmap.
853
854 config MFD_DAVINCI_VOICECODEC
855         tristate
856         select MFD_CORE
857         select REGMAP_MMIO
858
859 config MFD_TI_AM335X_TSCADC
860         tristate "TI ADC / Touch Screen chip support"
861         select MFD_CORE
862         select REGMAP
863         select REGMAP_MMIO
864         help
865           If you say yes here you get support for Texas Instruments series
866           of Touch Screen /ADC chips.
867           To compile this driver as a module, choose M here: the
868           module will be called ti_am335x_tscadc.
869
870 config MFD_DM355EVM_MSP
871         bool "TI DaVinci DM355 EVM microcontroller"
872         depends on I2C=y && MACH_DAVINCI_DM355_EVM
873         help
874           This driver supports the MSP430 microcontroller used on these
875           boards.  MSP430 firmware manages resets and power sequencing,
876           inputs from buttons and the IR remote, LEDs, an RTC, and more.
877
878 config MFD_LP3943
879         tristate "TI/National Semiconductor LP3943 MFD Driver"
880         depends on I2C
881         select MFD_CORE
882         select REGMAP_I2C
883         help
884           Support for the TI/National Semiconductor LP3943.
885           This driver consists of GPIO and PWM drivers.
886           With these functionalities, it can be used for LED string control or
887           general usage such like a GPIO controller and a PWM controller.
888
889 config MFD_LP8788
890         bool "TI LP8788 Power Management Unit Driver"
891         depends on I2C=y
892         select MFD_CORE
893         select REGMAP_I2C
894         select IRQ_DOMAIN
895         help
896           TI LP8788 PMU supports regulators, battery charger, RTC,
897           ADC, backlight driver and current sinks.
898
899 config MFD_OMAP_USB_HOST
900         bool "TI OMAP USBHS core and TLL driver"
901         depends on USB_EHCI_HCD_OMAP || USB_OHCI_HCD_OMAP3
902         default y
903         help
904           This is the core driver for the OAMP EHCI and OHCI drivers.
905           This MFD driver does the required setup functionalities for
906           OMAP USB Host drivers.
907
908 config MFD_PALMAS
909         bool "TI Palmas series chips"
910         select MFD_CORE
911         select REGMAP_I2C
912         select REGMAP_IRQ
913         depends on I2C=y
914         help
915           If you say yes here you get support for the Palmas
916           series of PMIC chips from Texas Instruments.
917
918 config TPS6105X
919         tristate "TI TPS61050/61052 Boost Converters"
920         depends on I2C
921         select REGULATOR
922         select MFD_CORE
923         select REGULATOR_FIXED_VOLTAGE
924         help
925           This option enables a driver for the TP61050/TPS61052
926           high-power "white LED driver". This boost converter is
927           sometimes used for other things than white LEDs, and
928           also contains a GPIO pin.
929
930 config TPS65010
931         tristate "TI TPS6501x Power Management chips"
932         depends on I2C && GPIOLIB
933         default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
934         help
935           If you say yes here you get support for the TPS6501x series of
936           Power Management chips.  These include voltage regulators,
937           lithium ion/polymer battery charging, and other features that
938           are often used in portable devices like cell phones and cameras.
939
940           This driver can also be built as a module.  If so, the module
941           will be called tps65010.
942
943 config TPS6507X
944         tristate "TI TPS6507x Power Management / Touch Screen chips"
945         select MFD_CORE
946         depends on I2C
947         help
948           If you say yes here you get support for the TPS6507x series of
949           Power Management / Touch Screen chips.  These include voltage
950           regulators, lithium ion/polymer battery charging, touch screen
951           and other features that are often used in portable devices.
952           This driver can also be built as a module.  If so, the module
953           will be called tps6507x.
954
955 config TPS65911_COMPARATOR
956         tristate
957
958 config MFD_TPS65090
959         bool "TI TPS65090 Power Management chips"
960         depends on I2C=y
961         select MFD_CORE
962         select REGMAP_I2C
963         select REGMAP_IRQ
964         help
965           If you say yes here you get support for the TPS65090 series of
966           Power Management chips.
967           This driver provides common support for accessing the device,
968           additional drivers must be enabled in order to use the
969           functionality of the device.
970
971 config MFD_TPS65217
972         tristate "TI TPS65217 Power Management / White LED chips"
973         depends on I2C
974         select MFD_CORE
975         select REGMAP_I2C
976         help
977           If you say yes here you get support for the TPS65217 series of
978           Power Management / White LED chips.
979           These include voltage regulators, lithium ion/polymer battery
980           charger, wled and other features that are often used in portable
981           devices.
982
983           This driver can also be built as a module.  If so, the module
984           will be called tps65217.
985
986 config MFD_TPS65218
987         tristate "TI TPS65218 Power Management chips"
988         depends on I2C
989         select MFD_CORE
990         select REGMAP_I2C
991         select REGMAP_IRQ
992         help
993           If you say yes here you get support for the TPS65218 series of
994           Power Management chips.
995           These include voltage regulators, gpio and other features
996           that are often used in portable devices. Only regulator
997           component is currently supported.
998
999           This driver can also be built as a module.  If so, the module
1000           will be called tps65218.
1001
1002 config MFD_TPS6586X
1003         bool "TI TPS6586x Power Management chips"
1004         depends on I2C=y
1005         select MFD_CORE
1006         select REGMAP_I2C
1007         help
1008           If you say yes here you get support for the TPS6586X series of
1009           Power Management chips.
1010           This driver provides common support for accessing the device,
1011           additional drivers must be enabled in order to use the
1012           functionality of the device.
1013
1014           This driver can also be built as a module.  If so, the module
1015           will be called tps6586x.
1016
1017 config MFD_TPS65910
1018         bool "TI TPS65910 Power Management chip"
1019         depends on I2C=y && GPIOLIB
1020         select MFD_CORE
1021         select REGMAP_I2C
1022         select REGMAP_IRQ
1023         select IRQ_DOMAIN
1024         help
1025           if you say yes here you get support for the TPS65910 series of
1026           Power Management chips.
1027
1028 config MFD_TPS65912
1029         bool "TI TPS65912 Power Management chip"
1030         depends on GPIOLIB
1031         select MFD_CORE
1032         help
1033           If you say yes here you get support for the TPS65912 series of
1034           PM chips.
1035
1036 config MFD_TPS65912_I2C
1037         bool "TI TPS65912 Power Management chip with I2C"
1038         select MFD_CORE
1039         select MFD_TPS65912
1040         depends on I2C=y && GPIOLIB
1041         help
1042           If you say yes here you get support for the TPS65912 series of
1043           PM chips with I2C interface.
1044
1045 config MFD_TPS65912_SPI
1046         bool "TI TPS65912 Power Management chip with SPI"
1047         select MFD_CORE
1048         select MFD_TPS65912
1049         depends on SPI_MASTER && GPIOLIB
1050         help
1051           If you say yes here you get support for the TPS65912 series of
1052           PM chips with SPI interface.
1053
1054 config MFD_TPS80031
1055         bool "TI TPS80031/TPS80032 Power Management chips"
1056         depends on I2C=y
1057         select MFD_CORE
1058         select REGMAP_I2C
1059         select REGMAP_IRQ
1060         help
1061           If you say yes here you get support for the Texas Instruments
1062           TPS80031/ TPS80032 Fully Integrated Power Management with Power
1063           Path and Battery Charger. The device provides five configurable
1064           step-down converters, 11 general purpose LDOs, USB OTG Module,
1065           ADC, RTC, 2 PWM, System Voltage Regulator/Battery Charger with
1066           Power Path from USB, 32K clock generator.
1067
1068 config TWL4030_CORE
1069         bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 Support"
1070         depends on I2C=y
1071         select IRQ_DOMAIN
1072         select REGMAP_I2C
1073         help
1074           Say yes here if you have TWL4030 / TWL6030 family chip on your board.
1075           This core driver provides register access and IRQ handling
1076           facilities, and registers devices for the various functions
1077           so that function-specific drivers can bind to them.
1078
1079           These multi-function chips are found on many OMAP2 and OMAP3
1080           boards, providing power management, RTC, GPIO, keypad, a
1081           high speed USB OTG transceiver, an audio codec (on most
1082           versions) and many other features.
1083
1084 config TWL4030_POWER
1085         bool "TI TWL4030 power resources"
1086         depends on TWL4030_CORE && ARM
1087         help
1088           Say yes here if you want to use the power resources on the
1089           TWL4030 family chips.  Most of these resources are regulators,
1090           which have a separate driver; some are control signals, such
1091           as clock request handshaking.
1092
1093           This driver uses board-specific data to initialize the resources
1094           and load scripts controlling which resources are switched off/on
1095           or reset when a sleep, wakeup or warm reset event occurs.
1096
1097 config MFD_TWL4030_AUDIO
1098         bool "TI TWL4030 Audio"
1099         depends on TWL4030_CORE
1100         select MFD_CORE
1101         default n
1102
1103 config TWL6040_CORE
1104         bool "TI TWL6040 audio codec"
1105         depends on I2C=y
1106         select MFD_CORE
1107         select REGMAP_I2C
1108         select REGMAP_IRQ
1109         default n
1110         help
1111           Say yes here if you want support for Texas Instruments TWL6040 audio
1112           codec.
1113           This driver provides common support for accessing the device,
1114           additional drivers must be enabled in order to use the
1115           functionality of the device (audio, vibra).
1116
1117 config MENELAUS
1118         bool "TI TWL92330/Menelaus PM chip"
1119         depends on I2C=y && ARCH_OMAP2
1120         help
1121           If you say yes here you get support for the Texas Instruments
1122           TWL92330/Menelaus Power Management chip. This include voltage
1123           regulators, Dual slot memory card transceivers, real-time clock
1124           and other features that are often used in portable devices like
1125           cell phones and PDAs.
1126
1127 config MFD_WL1273_CORE
1128         tristate "TI WL1273 FM radio"
1129         depends on I2C
1130         select MFD_CORE
1131         default n
1132         help
1133           This is the core driver for the TI WL1273 FM radio. This MFD
1134           driver connects the radio-wl1273 V4L2 module and the wl1273
1135           audio codec.
1136
1137 config MFD_LM3533
1138         tristate "TI/National Semiconductor LM3533 Lighting Power chip"
1139         depends on I2C
1140         select MFD_CORE
1141         select REGMAP_I2C
1142         help
1143           Say yes here to enable support for National Semiconductor / TI
1144           LM3533 Lighting Power chips.
1145
1146           This driver provides common support for accessing the device;
1147           additional drivers must be enabled in order to use the LED,
1148           backlight or ambient-light-sensor functionality of the device.
1149
1150 config MFD_TIMBERDALE
1151         tristate "Timberdale FPGA"
1152         select MFD_CORE
1153         depends on PCI && GPIOLIB && (X86_32 || COMPILE_TEST)
1154         ---help---
1155         This is the core driver for the timberdale FPGA. This device is a
1156         multifunction device which exposes numerous platform devices.
1157
1158         The timberdale FPGA can be found on the Intel Atom development board
1159         for in-vehicle infontainment, called Russellville.
1160
1161 config MFD_TC3589X
1162         bool "Toshiba TC35892 and variants"
1163         depends on I2C=y
1164         select MFD_CORE
1165         help
1166           Support for the Toshiba TC35892 and variants I/O Expander.
1167
1168           This driver provides common support for accessing the device,
1169           additional drivers must be enabled in order to use the
1170           functionality of the device.
1171
1172 config MFD_TMIO
1173         bool
1174         default n
1175
1176 config MFD_T7L66XB
1177         bool "Toshiba T7L66XB"
1178         depends on ARM && HAVE_CLK
1179         select MFD_CORE
1180         select MFD_TMIO
1181         help
1182           Support for Toshiba Mobile IO Controller T7L66XB
1183
1184 config MFD_TC6387XB
1185         bool "Toshiba TC6387XB"
1186         depends on ARM && HAVE_CLK
1187         select MFD_CORE
1188         select MFD_TMIO
1189         help
1190           Support for Toshiba Mobile IO Controller TC6387XB
1191
1192 config MFD_TC6393XB
1193         bool "Toshiba TC6393XB"
1194         depends on ARM && HAVE_CLK
1195         select GPIOLIB
1196         select MFD_CORE
1197         select MFD_TMIO
1198         help
1199           Support for Toshiba Mobile IO Controller TC6393XB
1200
1201 config MFD_VX855
1202         tristate "VIA VX855/VX875 integrated south bridge"
1203         depends on PCI
1204         select MFD_CORE
1205         help
1206           Say yes here to enable support for various functions of the
1207           VIA VX855/VX875 south bridge. You will need to enable the vx855_spi
1208           and/or vx855_gpio drivers for this to do anything useful.
1209
1210 config MFD_ARIZONA
1211         select REGMAP
1212         select REGMAP_IRQ
1213         select MFD_CORE
1214         bool
1215
1216 config MFD_ARIZONA_I2C
1217         tristate "Wolfson Microelectronics Arizona platform with I2C"
1218         select MFD_ARIZONA
1219         select MFD_CORE
1220         select REGMAP_I2C
1221         depends on I2C
1222         help
1223           Support for the Wolfson Microelectronics Arizona platform audio SoC
1224           core functionality controlled via I2C.
1225
1226 config MFD_ARIZONA_SPI
1227         tristate "Wolfson Microelectronics Arizona platform with SPI"
1228         select MFD_ARIZONA
1229         select MFD_CORE
1230         select REGMAP_SPI
1231         depends on SPI_MASTER
1232         help
1233           Support for the Wolfson Microelectronics Arizona platform audio SoC
1234           core functionality controlled via I2C.
1235
1236 config MFD_WM5102
1237         bool "Wolfson Microelectronics WM5102"
1238         depends on MFD_ARIZONA
1239         help
1240           Support for Wolfson Microelectronics WM5102 low power audio SoC
1241
1242 config MFD_WM5110
1243         bool "Wolfson Microelectronics WM5110"
1244         depends on MFD_ARIZONA
1245         help
1246           Support for Wolfson Microelectronics WM5110 low power audio SoC
1247
1248 config MFD_WM8997
1249         bool "Wolfson Microelectronics WM8997"
1250         depends on MFD_ARIZONA
1251         help
1252           Support for Wolfson Microelectronics WM8997 low power audio SoC
1253
1254 config MFD_WM8400
1255         bool "Wolfson Microelectronics WM8400"
1256         select MFD_CORE
1257         depends on I2C=y
1258         select REGMAP_I2C
1259         help
1260           Support for the Wolfson Microelecronics WM8400 PMIC and audio
1261           CODEC.  This driver provides common support for accessing
1262           the device, additional drivers must be enabled in order to use
1263           the functionality of the device.
1264
1265 config MFD_WM831X
1266         bool
1267
1268 config MFD_WM831X_I2C
1269         bool "Wolfson Microelectronics WM831x/2x PMICs with I2C"
1270         select MFD_CORE
1271         select MFD_WM831X
1272         select REGMAP_I2C
1273         select IRQ_DOMAIN
1274         depends on I2C=y
1275         help
1276           Support for the Wolfson Microelecronics WM831x and WM832x PMICs
1277           when controlled using I2C.  This driver provides common support
1278           for accessing the device, additional drivers must be enabled in
1279           order to use the functionality of the device.
1280
1281 config MFD_WM831X_SPI
1282         bool "Wolfson Microelectronics WM831x/2x PMICs with SPI"
1283         select MFD_CORE
1284         select MFD_WM831X
1285         select REGMAP_SPI
1286         select IRQ_DOMAIN
1287         depends on SPI_MASTER
1288         help
1289           Support for the Wolfson Microelecronics WM831x and WM832x PMICs
1290           when controlled using SPI.  This driver provides common support
1291           for accessing the device, additional drivers must be enabled in
1292           order to use the functionality of the device.
1293
1294 config MFD_WM8350
1295         bool
1296
1297 config MFD_WM8350_I2C
1298         bool "Wolfson Microelectronics WM8350 with I2C"
1299         select MFD_WM8350
1300         depends on I2C=y
1301         help
1302           The WM8350 is an integrated audio and power management
1303           subsystem with watchdog and RTC functionality for embedded
1304           systems.  This option enables core support for the WM8350 with
1305           I2C as the control interface.  Additional options must be
1306           selected to enable support for the functionality of the chip.
1307
1308 config MFD_WM8994
1309         tristate "Wolfson Microelectronics WM8994"
1310         select MFD_CORE
1311         select REGMAP_I2C
1312         select REGMAP_IRQ
1313         depends on I2C
1314         help
1315           The WM8994 is a highly integrated hi-fi CODEC designed for
1316           smartphone applicatiosn.  As well as audio functionality it
1317           has on board GPIO and regulator functionality which is
1318           supported via the relevant subsystems.  This driver provides
1319           core support for the WM8994, in order to use the actual
1320           functionaltiy of the device other drivers must be enabled.
1321
1322 config MFD_STW481X
1323         tristate "Support for ST Microelectronics STw481x"
1324         depends on I2C && ARCH_NOMADIK
1325         select REGMAP_I2C
1326         select MFD_CORE
1327         help
1328           Select this option to enable the STw481x chip driver used
1329           in various ST Microelectronics and ST-Ericsson embedded
1330           Nomadik series.
1331
1332 menu "Multimedia Capabilities Port drivers"
1333         depends on ARCH_SA1100
1334
1335 config MCP
1336         tristate
1337
1338 # Interface drivers
1339 config MCP_SA11X0
1340         tristate "Support SA11x0 MCP interface"
1341         depends on ARCH_SA1100
1342         select MCP
1343
1344 # Chip drivers
1345 config MCP_UCB1200
1346         tristate "Support for UCB1200 / UCB1300"
1347         depends on MCP_SA11X0
1348         select MCP
1349
1350 config MCP_UCB1200_TS
1351         tristate "Touchscreen interface support"
1352         depends on MCP_UCB1200 && INPUT
1353
1354 endmenu
1355
1356 config MFD_VEXPRESS_SYSREG
1357         bool "Versatile Express System Registers"
1358         depends on VEXPRESS_CONFIG && GPIOLIB
1359         default y
1360         select CLKSRC_MMIO
1361         select GPIO_GENERIC_PLATFORM
1362         select MFD_CORE
1363         select MFD_SYSCON
1364         help
1365           System Registers are the platform configuration block
1366           on the ARM Ltd. Versatile Express board.
1367
1368 endmenu
1369 endif