]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/gpio/Kconfig
gpio: update gpio Chinese documentation
[karo-tx-linux.git] / drivers / gpio / Kconfig
1 #
2 # GPIO infrastructure and drivers
3 #
4
5 config ARCH_HAVE_CUSTOM_GPIO_H
6         bool
7         help
8           Selecting this config option from the architecture Kconfig allows
9           the architecture to provide a custom asm/gpio.h implementation
10           overriding the default implementations.  New uses of this are
11           strongly discouraged.
12
13 config ARCH_WANT_OPTIONAL_GPIOLIB
14         bool
15         help
16           Select this config option from the architecture Kconfig, if
17           it is possible to use gpiolib on the architecture, but let the
18           user decide whether to actually build it or not.
19           Select this instead of ARCH_REQUIRE_GPIOLIB, if your architecture does
20           not depend on GPIOs being available, but rather let the user
21           decide whether he needs it or not.
22
23 config ARCH_REQUIRE_GPIOLIB
24         bool
25         select GPIOLIB
26         help
27           Platforms select gpiolib if they use this infrastructure
28           for all their GPIOs, usually starting with ones integrated
29           into SOC processors.
30           Selecting this from the architecture code will cause the gpiolib
31           code to always get built in.
32
33 config GPIO_DEVRES
34         def_bool y
35         depends on HAS_IOMEM
36
37
38 menuconfig GPIOLIB
39         bool "GPIO Support"
40         depends on ARCH_WANT_OPTIONAL_GPIOLIB || ARCH_REQUIRE_GPIOLIB
41         help
42           This enables GPIO support through the generic GPIO library.
43           You only need to enable this, if you also want to enable
44           one or more of the GPIO drivers below.
45
46           If unsure, say N.
47
48 if GPIOLIB
49
50 config OF_GPIO
51         def_bool y
52         depends on OF
53
54 config GPIO_ACPI
55         def_bool y
56         depends on ACPI
57
58 config DEBUG_GPIO
59         bool "Debug GPIO calls"
60         depends on DEBUG_KERNEL
61         help
62           Say Y here to add some extra checks and diagnostics to GPIO calls.
63           These checks help ensure that GPIOs have been properly initialized
64           before they are used, and that sleeping calls are not made from
65           non-sleeping contexts.  They can make bitbanged serial protocols
66           slower.  The diagnostics help catch the type of setup errors
67           that are most common when setting up new platforms or boards.
68
69 config GPIO_SYSFS
70         bool "/sys/class/gpio/... (sysfs interface)"
71         depends on SYSFS
72         help
73           Say Y here to add a sysfs interface for GPIOs.
74
75           This is mostly useful to work around omissions in a system's
76           kernel support.  Those are common in custom and semicustom
77           hardware assembled using standard kernels with a minimum of
78           custom patches.  In those cases, userspace code may import
79           a given GPIO from the kernel, if no kernel driver requested it.
80
81           Kernel drivers may also request that a particular GPIO be
82           exported to userspace; this can be useful when debugging.
83
84 config GPIO_GENERIC
85         tristate
86
87 # put drivers in the right section, in alphabetical order
88
89 config GPIO_DA9052
90         tristate "Dialog DA9052 GPIO"
91         depends on PMIC_DA9052
92         help
93           Say yes here to enable the GPIO driver for the DA9052 chip.
94
95 config GPIO_DA9055
96         tristate "Dialog Semiconductor DA9055 GPIO"
97         depends on MFD_DA9055
98         help
99           Say yes here to enable the GPIO driver for the DA9055 chip.
100
101           The Dialog DA9055 PMIC chip has 3 GPIO pins that can be
102           be controller by this driver.
103
104           If driver is built as a module it will be called gpio-da9055.
105
106 config GPIO_MAX730X
107         tristate
108
109 comment "Memory mapped GPIO drivers:"
110
111 config GPIO_CLPS711X
112         def_bool y
113         depends on ARCH_CLPS711X
114
115 config GPIO_GENERIC_PLATFORM
116         tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"
117         select GPIO_GENERIC
118         help
119           Say yes here to support basic platform_device memory-mapped GPIO controllers.
120
121 config GPIO_IT8761E
122         tristate "IT8761E GPIO support"
123         depends on X86  # unconditional access to IO space.
124         help
125           Say yes here to support GPIO functionality of IT8761E super I/O chip.
126
127 config GPIO_EM
128         tristate "Emma Mobile GPIO"
129         depends on ARM
130         help
131           Say yes here to support GPIO on Renesas Emma Mobile SoCs.
132
133 config GPIO_EP93XX
134         def_bool y
135         depends on ARCH_EP93XX
136         select GPIO_GENERIC
137
138 config GPIO_MM_LANTIQ
139         bool "Lantiq Memory mapped GPIOs"
140         depends on LANTIQ && SOC_XWAY
141         help
142           This enables support for memory mapped GPIOs on the External Bus Unit
143           (EBU) found on Lantiq SoCs. The gpios are output only as they are
144           created by attaching a 16bit latch to the bus.
145
146 config GPIO_MPC5200
147         def_bool y
148         depends on PPC_MPC52xx
149
150 config GPIO_MPC8XXX
151         bool "MPC512x/MPC8xxx GPIO support"
152         depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \
153                    FSL_SOC_BOOKE || PPC_86xx
154         help
155           Say Y here if you're going to use hardware that connects to the
156           MPC512x/831x/834x/837x/8572/8610 GPIOs.
157
158 config GPIO_MSM_V1
159         tristate "Qualcomm MSM GPIO v1"
160         depends on GPIOLIB && ARCH_MSM && (ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50)
161         help
162           Say yes here to support the GPIO interface on ARM v6 based
163           Qualcomm MSM chips.  Most of the pins on the MSM can be
164           selected for GPIO, and are controlled by this driver.
165
166 config GPIO_MSM_V2
167         tristate "Qualcomm MSM GPIO v2"
168         depends on GPIOLIB && ARCH_MSM
169         help
170           Say yes here to support the GPIO interface on ARM v7 based
171           Qualcomm MSM chips.  Most of the pins on the MSM can be
172           selected for GPIO, and are controlled by this driver.
173
174 config GPIO_MVEBU
175         def_bool y
176         depends on PLAT_ORION
177         depends on OF
178         select GPIO_GENERIC
179         select GENERIC_IRQ_CHIP
180
181 config GPIO_MXC
182         def_bool y
183         depends on ARCH_MXC
184         select GPIO_GENERIC
185         select GENERIC_IRQ_CHIP
186
187 config GPIO_MXS
188         def_bool y
189         depends on ARCH_MXS
190         select GPIO_GENERIC
191         select GENERIC_IRQ_CHIP
192
193 config GPIO_PL061
194         bool "PrimeCell PL061 GPIO support"
195         depends on ARM && ARM_AMBA
196         select GENERIC_IRQ_CHIP
197         help
198           Say yes here to support the PrimeCell PL061 GPIO device
199
200 config GPIO_PXA
201         bool "PXA GPIO support"
202         depends on ARCH_PXA || ARCH_MMP
203         help
204           Say yes here to support the PXA GPIO device
205
206 config GPIO_SPEAR_SPICS
207         bool "ST SPEAr13xx SPI Chip Select as GPIO support"
208         depends on PLAT_SPEAR
209         select GENERIC_IRQ_CHIP
210         help
211           Say yes here to support ST SPEAr SPI Chip Select as GPIO device
212
213 config GPIO_STA2X11
214         bool "STA2x11/ConneXt GPIO support"
215         depends on MFD_STA2X11
216         select GENERIC_IRQ_CHIP
217         help
218           Say yes here to support the STA2x11/ConneXt GPIO device.
219           The GPIO module has 128 GPIO pins with alternate functions.
220
221 config GPIO_TS5500
222         tristate "TS-5500 DIO blocks and compatibles"
223         help
224           This driver supports Digital I/O exposed by pin blocks found on some
225           Technologic Systems platforms. It includes, but is not limited to, 3
226           blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600
227           LCD port.
228
229 config GPIO_VT8500
230         bool "VIA/Wondermedia SoC GPIO Support"
231         depends on ARCH_VT8500
232         help
233           Say yes here to support the VT8500/WM8505/WM8650 GPIO controller.
234
235 config GPIO_XILINX
236         bool "Xilinx GPIO support"
237         depends on PPC_OF || MICROBLAZE
238         help
239           Say yes here to support the Xilinx FPGA GPIO device
240
241 config GPIO_VR41XX
242         tristate "NEC VR4100 series General-purpose I/O Uint support"
243         depends on CPU_VR41XX
244         help
245           Say yes here to support the NEC VR4100 series General-purpose I/O Uint
246
247 config GPIO_SCH
248         tristate "Intel SCH/TunnelCreek/Centerton GPIO"
249         depends on PCI && X86
250         select MFD_CORE
251         select LPC_SCH
252         help
253           Say yes here to support GPIO interface on Intel Poulsbo SCH,
254           Intel Tunnel Creek processor or Intel Centerton processor.
255           The Intel SCH contains a total of 14 GPIO pins. Ten GPIOs are
256           powered by the core power rail and are turned off during sleep
257           modes (S3 and higher). The remaining four GPIOs are powered by
258           the Intel SCH suspend power supply. These GPIOs remain
259           active during S3. The suspend powered GPIOs can be used to wake the
260           system from the Suspend-to-RAM state.
261           The Intel Tunnel Creek processor has 5 GPIOs powered by the
262           core power rail and 9 from suspend power supply.
263           The Intel Centerton processor has a total of 30 GPIO pins.
264           Twenty-one are powered by the core power rail and 9 from the
265           suspend power supply.
266
267 config GPIO_ICH
268         tristate "Intel ICH GPIO"
269         depends on PCI && X86
270         select MFD_CORE
271         select LPC_ICH
272         help
273           Say yes here to support the GPIO functionality of a number of Intel
274           ICH-based chipsets.  Currently supported devices: ICH6, ICH7, ICH8
275           ICH9, ICH10, Series 5/3400 (eg Ibex Peak), Series 6/C200 (eg
276           Cougar Point), NM10 (Tiger Point), and 3100 (Whitmore Lake).
277
278           If unsure, say N.
279
280 config GPIO_VX855
281         tristate "VIA VX855/VX875 GPIO"
282         depends on PCI && GENERIC_HARDIRQS
283         select MFD_CORE
284         select MFD_VX855
285         help
286           Support access to the VX855/VX875 GPIO lines through the gpio library.
287
288           This driver provides common support for accessing the device,
289           additional drivers must be enabled in order to use the
290           functionality of the device.
291
292 config GPIO_GE_FPGA
293         bool "GE FPGA based GPIO"
294         depends on GE_FPGA
295         help
296           Support for common GPIO functionality provided on some GE Single Board
297           Computers.
298
299           This driver provides basic support (configure as input or output, read
300           and write pin state) for GPIO implemented in a number of GE single
301           board computers.
302
303 config GPIO_LYNXPOINT
304         bool "Intel Lynxpoint GPIO support"
305         depends on ACPI
306         select IRQ_DOMAIN
307         help
308           driver for GPIO functionality on Intel Lynxpoint PCH chipset
309           Requires ACPI device enumeration code to set up a platform device.
310
311 comment "I2C GPIO expanders:"
312
313 config GPIO_ARIZONA
314         tristate "Wolfson Microelectronics Arizona class devices"
315         depends on MFD_ARIZONA
316         help
317           Support for GPIOs on Wolfson Arizona class devices.
318
319 config GPIO_MAX7300
320         tristate "Maxim MAX7300 GPIO expander"
321         depends on I2C
322         select GPIO_MAX730X
323         help
324           GPIO driver for Maxim MAX7301 I2C-based GPIO expander.
325
326 config GPIO_MAX732X
327         tristate "MAX7319, MAX7320-7327 I2C Port Expanders"
328         depends on I2C
329         help
330           Say yes here to support the MAX7319, MAX7320-7327 series of I2C
331           Port Expanders. Each IO port on these chips has a fixed role of
332           Input (designated by 'I'), Push-Pull Output ('O'), or Open-Drain
333           Input and Output (designed by 'P'). The combinations are listed
334           below:
335
336           8 bits:       max7319 (8I), max7320 (8O), max7321 (8P),
337                         max7322 (4I4O), max7323 (4P4O)
338
339           16 bits:      max7324 (8I8O), max7325 (8P8O),
340                         max7326 (4I12O), max7327 (4P12O)
341
342           Board setup code must specify the model to use, and the start
343           number for these GPIOs.
344
345 config GPIO_MAX732X_IRQ
346         bool "Interrupt controller support for MAX732x"
347         depends on GPIO_MAX732X=y && GENERIC_HARDIRQS
348         help
349           Say yes here to enable the max732x to be used as an interrupt
350           controller. It requires the driver to be built in the kernel.
351
352 config GPIO_MC9S08DZ60
353         bool "MX35 3DS BOARD MC9S08DZ60 GPIO functions"
354         depends on I2C=y && MACH_MX35_3DS
355         help
356           Select this to enable the MC9S08DZ60 GPIO driver
357
358 config GPIO_PCA953X
359         tristate "PCA953x, PCA955x, PCA957x, TCA64xx, and MAX7310 I/O ports"
360         depends on I2C
361         help
362           Say yes here to provide access to several register-oriented
363           SMBus I/O expanders, made mostly by NXP or TI.  Compatible
364           models include:
365
366           4 bits:       pca9536, pca9537
367
368           8 bits:       max7310, max7315, pca6107, pca9534, pca9538, pca9554,
369                         pca9556, pca9557, pca9574, tca6408
370
371           16 bits:      max7312, max7313, pca9535, pca9539, pca9555, pca9575,
372                         tca6416
373
374 config GPIO_PCA953X_IRQ
375         bool "Interrupt controller support for PCA953x"
376         depends on GPIO_PCA953X=y
377         help
378           Say yes here to enable the pca953x to be used as an interrupt
379           controller. It requires the driver to be built in the kernel.
380
381 config GPIO_PCF857X
382         tristate "PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders"
383         depends on I2C
384         select IRQ_DOMAIN
385         help
386           Say yes here to provide access to most "quasi-bidirectional" I2C
387           GPIO expanders used for additional digital outputs or inputs.
388           Most of these parts are from NXP, though TI is a second source for
389           some of them.  Compatible models include:
390
391           8 bits:   pcf8574, pcf8574a, pca8574, pca8574a,
392                     pca9670, pca9672, pca9674, pca9674a,
393                     max7328, max7329
394
395           16 bits:  pcf8575, pcf8575c, pca8575,
396                     pca9671, pca9673, pca9675
397
398           Your board setup code will need to declare the expanders in
399           use, and assign numbers to the GPIOs they expose.  Those GPIOs
400           can then be used from drivers and other kernel code, just like
401           other GPIOs, but only accessible from task contexts.
402
403           This driver provides an in-kernel interface to those GPIOs using
404           platform-neutral GPIO calls.
405
406 config GPIO_RC5T583
407         bool "RICOH RC5T583 GPIO"
408         depends on MFD_RC5T583
409         help
410           Select this option to enable GPIO driver for the Ricoh RC5T583
411           chip family.
412           This driver provides the support for driving/reading the gpio pins
413           of RC5T583 device through standard gpio library.
414
415 config GPIO_SX150X
416         bool "Semtech SX150x I2C GPIO expander"
417         depends on I2C=y
418         default n
419         help
420           Say yes here to provide support for Semtech SX150-series I2C
421           GPIO expanders. Compatible models include:
422
423           8 bits:  sx1508q
424           16 bits: sx1509q
425
426 config GPIO_STMPE
427         bool "STMPE GPIOs"
428         depends on MFD_STMPE
429         help
430           This enables support for the GPIOs found on the STMPE I/O
431           Expanders.
432
433 config GPIO_STP_XWAY
434         bool "XWAY STP GPIOs"
435         depends on SOC_XWAY
436         help
437           This enables support for the Serial To Parallel (STP) unit found on
438           XWAY SoC. The STP allows the SoC to drive a shift registers cascade,
439           that can be up to 24 bit. This peripheral is aimed at driving leds.
440           Some of the gpios/leds can be auto updated by the soc with dsl and
441           phy status.
442
443 config GPIO_TC3589X
444         bool "TC3589X GPIOs"
445         depends on MFD_TC3589X
446         help
447           This enables support for the GPIOs found on the TC3589X
448           I/O Expander.
449
450 config GPIO_TPS65912
451         tristate "TI TPS65912 GPIO"
452         depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI)
453         help
454           This driver supports TPS65912 gpio chip
455
456 config GPIO_TWL4030
457         tristate "TWL4030, TWL5030, and TPS659x0 GPIOs"
458         depends on TWL4030_CORE
459         help
460           Say yes here to access the GPIO signals of various multi-function
461           power management chips from Texas Instruments.
462
463 config GPIO_TWL6040
464         tristate "TWL6040 GPO"
465         depends on TWL6040_CORE
466         help
467           Say yes here to access the GPO signals of twl6040
468           audio chip from Texas Instruments.
469
470 config GPIO_WM831X
471         tristate "WM831x GPIOs"
472         depends on MFD_WM831X
473         help
474           Say yes here to access the GPIO signals of WM831x power management
475           chips from Wolfson Microelectronics.
476
477 config GPIO_WM8350
478         tristate "WM8350 GPIOs"
479         depends on MFD_WM8350
480         help
481           Say yes here to access the GPIO signals of WM8350 power management
482           chips from Wolfson Microelectronics.
483
484 config GPIO_WM8994
485         tristate "WM8994 GPIOs"
486         depends on MFD_WM8994
487         help
488           Say yes here to access the GPIO signals of WM8994 audio hub
489           CODECs from Wolfson Microelectronics.
490
491 config GPIO_ADP5520
492         tristate "GPIO Support for ADP5520 PMIC"
493         depends on PMIC_ADP5520
494         help
495           This option enables support for on-chip GPIO found
496           on Analog Devices ADP5520 PMICs.
497
498 config GPIO_ADP5588
499         tristate "ADP5588 I2C GPIO expander"
500         depends on I2C
501         help
502           This option enables support for 18 GPIOs found
503           on Analog Devices ADP5588 GPIO Expanders.
504
505 config GPIO_ADP5588_IRQ
506         bool "Interrupt controller support for ADP5588"
507         depends on GPIO_ADP5588=y
508         help
509           Say yes here to enable the adp5588 to be used as an interrupt
510           controller. It requires the driver to be built in the kernel.
511
512 config GPIO_ADNP
513         tristate "Avionic Design N-bit GPIO expander"
514         depends on I2C && OF_GPIO
515         help
516           This option enables support for N GPIOs found on Avionic Design
517           I2C GPIO expanders. The register space will be extended by powers
518           of two, so the controller will need to accommodate for that. For
519           example: if a controller provides 48 pins, 6 registers will be
520           enough to represent all pins, but the driver will assume a
521           register layout for 64 pins (8 registers).
522
523 comment "PCI GPIO expanders:"
524
525 config GPIO_CS5535
526         tristate "AMD CS5535/CS5536 GPIO support"
527         depends on PCI && X86 && MFD_CS5535
528         help
529           The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
530           can be used for quite a number of things.  The CS5535/6 is found on
531           AMD Geode and Lemote Yeeloong devices.
532
533           If unsure, say N.
534
535 config GPIO_BT8XX
536         tristate "BT8XX GPIO abuser"
537         depends on PCI && VIDEO_BT848=n
538         help
539           The BT8xx frame grabber chip has 24 GPIO pins than can be abused
540           as a cheap PCI GPIO card.
541
542           This chip can be found on Miro, Hauppauge and STB TV-cards.
543
544           The card needs to be physically altered for using it as a
545           GPIO card. For more information on how to build a GPIO card
546           from a BT8xx TV card, see the documentation file at
547           Documentation/bt8xxgpio.txt
548
549           If unsure, say N.
550
551 config GPIO_AMD8111
552         tristate "AMD 8111 GPIO driver"
553         depends on PCI
554         help
555           The AMD 8111 south bridge contains 32 GPIO pins which can be used.
556
557           Note, that usually system firmware/ACPI handles GPIO pins on their
558           own and users might easily break their systems with uncarefull usage
559           of this driver!
560
561           If unsure, say N
562
563 config GPIO_LANGWELL
564         bool "Intel Langwell/Penwell GPIO support"
565         depends on PCI && X86
566         select IRQ_DOMAIN
567         help
568           Say Y here to support Intel Langwell/Penwell GPIO.
569
570 config GPIO_PCH
571         tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO"
572         depends on PCI && X86
573         select GENERIC_IRQ_CHIP
574         help
575           This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff
576           which is an IOH(Input/Output Hub) for x86 embedded processor.
577           This driver can access PCH GPIO device.
578
579           This driver also can be used for LAPIS Semiconductor IOH(Input/
580           Output Hub), ML7223 and ML7831.
581           ML7223 IOH is for MP(Media Phone) use.
582           ML7831 IOH is for general purpose use.
583           ML7223/ML7831 is companion chip for Intel Atom E6xx series.
584           ML7223/ML7831 is completely compatible for Intel EG20T PCH.
585
586 config GPIO_ML_IOH
587         tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
588         depends on PCI
589         select GENERIC_IRQ_CHIP
590         help
591           ML7213 is companion chip for Intel Atom E6xx series.
592           This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output
593           Hub) which is for IVI(In-Vehicle Infotainment) use.
594           This driver can access the IOH's GPIO device.
595
596 config GPIO_SODAVILLE
597         bool "Intel Sodaville GPIO support"
598         depends on X86 && PCI && OF
599         select GPIO_GENERIC
600         select GENERIC_IRQ_CHIP
601         help
602           Say Y here to support Intel Sodaville GPIO.
603
604 config GPIO_TIMBERDALE
605         bool "Support for timberdale GPIO IP"
606         depends on MFD_TIMBERDALE && HAS_IOMEM
607         ---help---
608         Add support for the GPIO IP in the timberdale FPGA.
609
610 config GPIO_RDC321X
611         tristate "RDC R-321x GPIO support"
612         depends on PCI && GENERIC_HARDIRQS
613         select MFD_CORE
614         select MFD_RDC321X
615         help
616           Support for the RDC R321x SoC GPIOs over southbridge
617           PCI configuration space.
618
619 comment "SPI GPIO expanders:"
620
621 config GPIO_MAX7301
622         tristate "Maxim MAX7301 GPIO expander"
623         depends on SPI_MASTER
624         select GPIO_MAX730X
625         help
626           GPIO driver for Maxim MAX7301 SPI-based GPIO expander.
627
628 config GPIO_MCP23S08
629         tristate "Microchip MCP23xxx I/O expander"
630         depends on SPI_MASTER || I2C
631         help
632           SPI/I2C driver for Microchip MCP23S08/MCP23S17/MCP23008/MCP23017
633           I/O expanders.
634           This provides a GPIO interface supporting inputs and outputs.
635
636 config GPIO_MC33880
637         tristate "Freescale MC33880 high-side/low-side switch"
638         depends on SPI_MASTER
639         help
640           SPI driver for Freescale MC33880 high-side/low-side switch.
641           This provides GPIO interface supporting inputs and outputs.
642
643 config GPIO_74X164
644         tristate "74x164 serial-in/parallel-out 8-bits shift register"
645         depends on SPI_MASTER
646         help
647           Platform driver for 74x164 compatible serial-in/parallel-out
648           8-outputs shift registers. This driver can be used to provide access
649           to more gpio outputs.
650
651 comment "AC97 GPIO expanders:"
652
653 config GPIO_UCB1400
654         bool "Philips UCB1400 GPIO"
655         depends on UCB1400_CORE
656         help
657           This enables support for the Philips UCB1400 GPIO pins.
658           The UCB1400 is an AC97 audio codec.
659
660 comment "MODULbus GPIO expanders:"
661
662 config GPIO_JANZ_TTL
663         tristate "Janz VMOD-TTL Digital IO Module"
664         depends on MFD_JANZ_CMODIO
665         help
666           This enables support for the Janz VMOD-TTL Digital IO module.
667           This driver provides support for driving the pins in output
668           mode only. Input mode is not supported.
669
670 config GPIO_PALMAS
671         bool "TI PALMAS series PMICs GPIO"
672         depends on MFD_PALMAS
673         help
674           Select this option to enable GPIO driver for the TI PALMAS
675           series chip family.
676
677 config GPIO_TPS6586X
678         bool "TPS6586X GPIO"
679         depends on MFD_TPS6586X
680         help
681           Select this option to enable GPIO driver for the TPS6586X
682           chip family.
683
684 config GPIO_TPS65910
685         bool "TPS65910 GPIO"
686         depends on MFD_TPS65910
687         help
688           Select this option to enable GPIO driver for the TPS65910
689           chip family.
690
691 config GPIO_MSIC
692         bool "Intel MSIC mixed signal gpio support"
693         depends on MFD_INTEL_MSIC
694         help
695           Enable support for GPIO on intel MSIC controllers found in
696           intel MID devices
697
698 comment "USB GPIO expanders:"
699
700 config GPIO_VIPERBOARD
701         tristate "Viperboard GPIO a & b support"
702         depends on MFD_VIPERBOARD && USB
703         help
704           Say yes here to access the GPIO signals of Nano River
705           Technologies Viperboard. There are two GPIO chips on the
706           board: gpioa and gpiob.
707           See viperboard API specification and Nano
708           River Tech's viperboard.h for detailed meaning
709           of the module parameters.
710
711 endif