Lines Matching +full:gpio +full:- +full:config
1 # SPDX-License-Identifier: GPL-2.0-only
3 # GPIO infrastructure and drivers
6 config ARCH_HAVE_CUSTOM_GPIO_H
9 Selecting this config option from the architecture Kconfig allows
10 the architecture to provide a custom asm/gpio.h implementation
15 bool "GPIO Support"
17 This enables GPIO support through the generic GPIO library.
19 one or more of the GPIO drivers below.
25 config GPIOLIB_FASTPATH_LIMIT
37 config OF_GPIO
42 config GPIO_ACPI
46 config GPIOLIB_IRQCHIP
50 config DEBUG_GPIO
51 bool "Debug GPIO calls"
54 Say Y here to add some extra checks and diagnostics to GPIO calls.
57 non-sleeping contexts. They can make bitbanged serial protocols
61 config GPIO_SYSFS
62 bool "/sys/class/gpio/... (sysfs interface)"
67 This ABI is deprecated. If you want to use GPIO from userspace,
71 config GPIO_CDEV
80 Only say N if you are sure that the GPIO character device is not
85 config GPIO_CDEV_V1
86 bool "Support GPIO ABI Version 1"
90 Say Y here to support version 1 of the GPIO CDEV ABI.
97 config GPIO_GENERIC
101 config GPIO_REGMAP
108 config GPIO_MAX730X
111 menu "Memory mapped GPIO drivers"
114 config GPIO_74XX_MMIO
115 tristate "GPIO driver for 74xx-ICs with MMIO access"
119 Say yes here to support GPIO functionality for 74xx-compatible ICs
128 config GPIO_ALTERA
129 tristate "Altera GPIO"
135 If driver is built as a module it will be called gpio-altera.
137 config GPIO_AMDPT
138 tristate "AMD Promontory GPIO support"
142 driver for GPIO functionality on Promontory IOHub
145 config GPIO_ASPEED
146 tristate "Aspeed GPIO support"
150 Say Y here to support Aspeed AST2400 and AST2500 GPIO controllers.
152 config GPIO_ASPEED_SGPIO
160 config GPIO_ATH79
161 tristate "Atheros AR71XX/AR724X/AR913X GPIO support"
167 Select this option to enable GPIO driver for
170 config GPIO_RASPBERRYPI_EXP
171 tristate "Raspberry Pi 3 GPIO Expander"
178 Turn on GPIO support for the expander on Raspberry Pi 3 boards, using
181 config GPIO_BCM_KONA
182 bool "Broadcom Kona GPIO"
185 Turn on GPIO support for Broadcom "Kona" chips.
187 config GPIO_BCM_XGS_IPROC
188 tristate "BRCM XGS iProc GPIO support"
194 Say yes here to enable GPIO support for Broadcom XGS iProc SoCs.
196 config GPIO_BRCMSTB
197 tristate "BRCMSTB GPIO support"
203 Say yes here to enable GPIO support for Broadcom STB (BCM7XXX) SoCs.
205 config GPIO_CADENCE
206 tristate "Cadence GPIO support"
211 Say yes here to enable support for Cadence GPIO controller.
213 config GPIO_CLPS711X
214 tristate "CLPS711X GPIO support"
218 Say yes here to support GPIO on CLPS711X SoCs.
220 config GPIO_DAVINCI
221 bool "TI Davinci/Keystone GPIO support"
225 Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.
227 config GPIO_DWAPB
228 tristate "Synopsys DesignWare APB GPIO driver"
233 GPIO block.
235 config GPIO_EIC_SPRD
243 config GPIO_EM
244 tristate "Emma Mobile GPIO"
247 Say yes here to support GPIO on Renesas Emma Mobile SoCs.
249 config GPIO_EP93XX
255 config GPIO_EXAR
256 tristate "Support for GPIO pins on XR17V352/354/358"
259 Selecting this option will enable handling of GPIO pins present
262 config GPIO_GE_FPGA
263 bool "GE FPGA based GPIO"
267 Support for common GPIO functionality provided on some GE Single Board
271 and write pin state) for GPIO implemented in a number of GE single
274 config GPIO_FTGPIO010
275 bool "Faraday FTGPIO010 GPIO"
284 config GPIO_GENERIC_PLATFORM
285 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"
288 Say yes here to support basic platform_device memory-mapped GPIO controllers.
290 config GPIO_GRGPIO
299 config GPIO_HLWD
300 tristate "Nintendo Wii (Hollywood) GPIO"
305 Select this to support the GPIO controller of the Nintendo Wii.
309 config GPIO_ICH
310 tristate "Intel ICH GPIO"
315 Say yes here to support the GPIO functionality of a number of Intel
316 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8
322 config GPIO_IOP
323 tristate "Intel IOP GPIO"
327 Say yes here to support the GPIO functionality of a number of Intel
332 config GPIO_IXP4XX
333 bool "Intel IXP4xx GPIO"
334 depends on ARM # For <asm/mach-types.h>
340 Say yes here to support the GPIO functionality of a number of Intel
344 config GPIO_LOGICVC
345 tristate "Xylon LogiCVC GPIO support"
348 Say yes here to support GPIO functionality of the Xylon LogiCVC
351 config GPIO_LOONGSON
352 bool "Loongson-2/3 GPIO support"
355 driver for GPIO functionality on Loongson-2F/3A/3B processors.
357 config GPIO_LPC18XX
358 tristate "NXP LPC18XX/43XX GPIO support"
363 Select this option to enable GPIO driver for
366 config GPIO_LPC32XX
367 tristate "NXP LPC32XX GPIO support"
370 Select this option to enable GPIO driver for
373 config GPIO_MB86S7X
374 tristate "GPIO support for Fujitsu MB86S7x Platforms"
376 Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
378 config GPIO_MENZ127
379 tristate "MEN 16Z127 GPIO support"
383 Say yes here to support the MEN 16Z127 GPIO Controller
385 config GPIO_MM_LANTIQ
393 config GPIO_MPC5200
397 config GPIO_MPC8XXX
398 bool "MPC512x/MPC8xxx/QorIQ GPIO support"
408 config GPIO_MT7621
409 bool "Mediatek MT7621 GPIO Support"
415 Say yes here to support the Mediatek MT7621 SoC GPIO device
417 config GPIO_MVEBU
424 config GPIO_MXC
425 tristate "i.MX GPIO support"
430 config GPIO_MXS
431 bool "Freescale MXS GPIO support" if COMPILE_TEST
437 config GPIO_OCTEON
438 tristate "Cavium OCTEON GPIO"
442 Say yes here to support the on-chip GPIO lines on the OCTEON
445 config GPIO_OMAP
446 tristate "TI OMAP GPIO support" if ARCH_OMAP2PLUS || COMPILE_TEST
452 Say yes here to enable GPIO support for TI OMAP SoCs.
454 config GPIO_PL061
455 tristate "PrimeCell PL061 GPIO support"
460 Say yes here to support the PrimeCell PL061 GPIO device
462 config GPIO_PMIC_EIC_SPRD
470 config GPIO_PXA
471 bool "PXA GPIO support"
474 Say yes here to support the PXA GPIO device
476 config GPIO_RCAR
477 tristate "Renesas R-Car GPIO"
481 Say yes here to support GPIO on Renesas R-Car SoCs.
483 config GPIO_RDA
484 bool "RDA Micro GPIO controller support"
490 Say Y here to support RDA Micro GPIO controller.
492 config GPIO_REG
495 A 32-bit single register GPIO fixed in/out implementation. This
496 can be used to represent any register as a set of GPIO signals.
498 config GPIO_SAMA5D2_PIOBU
499 tristate "SAMA5D2 PIOBU GPIO support"
508 maintain their value during backup/self-refresh.
510 config GPIO_SIFIVE
511 bool "SiFive GPIO support"
518 Say yes here to support the GPIO device on SiFive SoCs.
520 config GPIO_SIOX
521 tristate "SIOX GPIO support"
526 via a SIOX bus and have a number of fixed-direction I/O lines.
528 config GPIO_SNPS_CREG
529 bool "Synopsys GPIO via CREG (Control REGisters) driver"
534 This is a single-register MMIO GPIO driver for complex cases
535 where only several fields in register belong to GPIO lines and
536 each GPIO line owns a field with different length and on/off value.
538 config GPIO_SPEAR_SPICS
539 bool "ST SPEAr13xx SPI Chip Select as GPIO support"
543 Say yes here to support ST SPEAr SPI Chip Select as GPIO device
545 config GPIO_SPRD
546 tristate "Spreadtrum GPIO support"
551 Say yes here to support Spreadtrum GPIO device.
553 config GPIO_STA2X11
554 bool "STA2x11/ConneXt GPIO support"
558 Say yes here to support the STA2x11/ConneXt GPIO device.
559 The GPIO module has 128 GPIO pins with alternate functions.
561 config GPIO_STP_XWAY
572 config GPIO_SYSCON
573 tristate "GPIO based on SYSCON"
576 Say yes here to support GPIO functionality though SYSCON driver.
578 config GPIO_TB10X
584 config GPIO_TEGRA
585 bool "NVIDIA Tegra GPIO support"
590 Say yes here to support GPIO pins on NVIDIA Tegra SoCs.
592 config GPIO_TEGRA186
593 tristate "NVIDIA Tegra186 GPIO support"
600 Say yes here to support GPIO pins on NVIDIA Tegra186 SoCs.
602 config GPIO_TS4800
603 tristate "TS-4800 DIO blocks and compatibles"
608 This driver support TS-4800 FPGA GPIO controllers.
610 config GPIO_THUNDERX
611 tristate "Cavium ThunderX/OCTEON-TX GPIO"
618 Say yes here to support the on-chip GPIO lines on the ThunderX
619 and OCTEON-TX families of SoCs.
621 config GPIO_UNIPHIER
622 tristate "UniPhier GPIO support"
629 config GPIO_VF610
636 config GPIO_VR41XX
637 tristate "NEC VR4100 series General-purpose I/O Uint support"
640 Say yes here to support the NEC VR4100 series General-purpose I/O Uint
642 config GPIO_VX855
643 tristate "VIA VX855/VX875 GPIO"
648 Support access to the VX855/VX875 GPIO lines through the gpio library.
654 config GPIO_WCD934X
655 tristate "Qualcomm Technologies Inc WCD9340/WCD9341 gpio controller driver"
658 This driver is to supprot GPIO block found on the Qualcomm Technologies
661 config GPIO_XGENE
662 bool "APM X-Gene GPIO controller support"
665 This driver is to support the GPIO block within the APM X-Gene SoC
666 platform's generic flash controller. The GPIO pins are muxed with
668 here to enable the GFC GPIO functionality.
670 config GPIO_XGENE_SB
671 tristate "APM X-Gene GPIO standby controller support"
677 This driver supports the GPIO block within the APM X-Gene
678 Standby Domain. Say yes here to enable the GPIO functionality.
680 config GPIO_XILINX
681 tristate "Xilinx GPIO support"
683 Say yes here to support the Xilinx FPGA GPIO device
685 config GPIO_XLP
686 tristate "Netlogic XLP GPIO support"
690 This driver provides support for GPIO interface on Netlogic XLP MIPS64
692 XLP9XX and XLP5XX. The same GPIO controller block is also present in
697 config GPIO_XTENSA
706 config GPIO_ZEVIO
710 Say yes here to support the GPIO controller in LSI ZEVIO SoCs.
712 config GPIO_ZYNQ
713 tristate "Xilinx Zynq GPIO support"
717 Say yes here to support Xilinx Zynq GPIO controller.
719 config GPIO_ZX
720 bool "ZTE ZX GPIO support"
724 Say yes here to support the GPIO device on ZTE ZX SoCs.
726 config GPIO_LOONGSON1
727 tristate "Loongson1 GPIO support"
731 Say Y or M here to support GPIO on Loongson1 SoCs.
733 config GPIO_AMD_FCH
734 tristate "GPIO support for AMD Fusion Controller Hub (G-series SOCs)"
736 This option enables driver for GPIO on AMDs Fusion Controller Hub,
737 as found on G-series SOCs (eg. GX-412TC)
744 menu "Port-mapped I/O GPIO drivers"
747 config GPIO_104_DIO_48E
748 tristate "ACCES 104-DIO-48E GPIO support"
753 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
754 104-DIO-24E). The base port addresses for the devices may be
758 config GPIO_104_IDIO_16
759 tristate "ACCES 104-IDIO-16 GPIO support"
764 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16,
765 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The
770 config GPIO_104_IDI_48
771 tristate "ACCES 104-IDI-48 GPIO support"
776 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A,
777 104-IDI-48AC, 104-IDI-48B, 104-IDI-48BC). The base port addresses for
782 config GPIO_F7188X
783 tristate "F71869, F71869A, F71882FG, F71889F and F81866 GPIO support"
785 This option enables support for GPIOs found on Fintek Super-I/O
789 be called f7188x-gpio.
791 config GPIO_GPIO_MM
792 tristate "Diamond Systems GPIO-MM GPIO support"
796 Enables GPIO support for the Diamond Systems GPIO-MM and GPIO-MM-12.
798 The Diamond Systems GPIO-MM device features 48 lines of digital I/O
799 via the emulation of dual 82C55A PPI chips. This driver provides GPIO
805 config GPIO_IT87
806 tristate "IT87xx GPIO support"
808 Say yes here to support GPIO functionality of IT87xx Super I/O chips.
817 config GPIO_SCH
818 tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO"
823 Say yes here to support GPIO interface on Intel Poulsbo SCH,
827 The Intel SCH contains a total of 14 GPIO pins. Ten GPIOs are
832 system from the Suspend-to-RAM state.
837 The Intel Centerton processor has a total of 30 GPIO pins.
838 Twenty-one are powered by the core power rail and 9 from the
844 config GPIO_SCH311X
845 tristate "SMSC SCH311x SuperI/O GPIO"
851 be called gpio-sch311x.
853 config GPIO_TS5500
854 tristate "TS-5500 DIO blocks and compatibles"
859 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600
862 config GPIO_WINBOND
863 tristate "Winbond Super I/O GPIO support"
872 boot-time parameter "gpio_winbond.gpios" with a bitmask of GPIO
876 be called gpio-winbond.
878 config GPIO_WS16C48
879 tristate "WinSystems WS16C48 GPIO support"
883 Enables GPIO support for the WinSystems WS16C48. The base port
890 menu "I2C GPIO expanders"
893 config GPIO_ADP5588
894 tristate "ADP5588 I2C GPIO expander"
897 on Analog Devices ADP5588 GPIO Expanders.
899 config GPIO_ADP5588_IRQ
907 config GPIO_ADNP
908 tristate "Avionic Design N-bit GPIO expander"
913 I2C GPIO expanders. The register space will be extended by powers
919 config GPIO_GW_PLD
920 tristate "Gateworks PLD GPIO Expander"
923 Say yes here to provide access to the Gateworks I2C PLD GPIO
924 Expander. This is used at least on the Cambria GW2358-4.
926 config GPIO_MAX7300
927 tristate "Maxim MAX7300 GPIO expander"
930 GPIO driver for Maxim MAX7300 I2C-based GPIO expander.
932 config GPIO_MAX732X
933 tristate "MAX7319, MAX7320-7327 I2C Port Expanders"
935 Say yes here to support the MAX7319, MAX7320-7327 series of I2C
937 Input (designated by 'I'), Push-Pull Output ('O'), or Open-Drain
950 config GPIO_MAX732X_IRQ
958 config GPIO_MC9S08DZ60
959 bool "MX35 3DS BOARD MC9S08DZ60 GPIO functions"
962 Select this to enable the MC9S08DZ60 GPIO driver
964 config GPIO_PCA953X
968 Say yes here to provide access to several register-oriented
984 config GPIO_PCA953X_IRQ
992 config GPIO_PCA9570
993 tristate "PCA9570 4-Bit I2C GPO expander"
998 be called gpio-pca9570.
1000 config GPIO_PCF857X
1001 tristate "PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders"
1005 Say yes here to provide access to most "quasi-bidirectional" I2C
1006 GPIO expanders used for additional digital outputs or inputs.
1022 This driver provides an in-kernel interface to those GPIOs using
1023 platform-neutral GPIO calls.
1025 config GPIO_TPIC2810
1026 tristate "TPIC2810 8-Bit I2C GPO expander"
1031 be called gpio-tpic2810.
1033 config GPIO_TS4900
1034 tristate "Technologic Systems FPGA I2C GPIO"
1038 Say yes here to enabled the GPIO driver for Technologic's FPGA core.
1039 Series supported include TS-4100, TS-4900, TS-7970 and TS-7990.
1043 menu "MFD GPIO expanders"
1045 config GPIO_ADP5520
1046 tristate "GPIO Support for ADP5520 PMIC"
1049 This option enables support for on-chip GPIO found
1052 config GPIO_ALTERA_A10SR
1053 tristate "Altera Arria10 System Resource GPIO"
1056 Driver for Arria10 Development Kit GPIO expansion which
1060 config GPIO_ARIZONA
1066 config GPIO_BD70528
1067 tristate "ROHM BD70528 GPIO support"
1075 will be called gpio-bd70528.
1077 config GPIO_BD71828
1078 tristate "ROHM BD71828 GPIO support"
1083 outputs only and pins must be configured to GPIO outputs by
1087 will be called gpio-bd71828.
1089 config GPIO_BD9571MWV
1090 tristate "ROHM BD9571 GPIO support"
1098 will be called gpio-bd9571mwv.
1100 config GPIO_CRYSTAL_COVE
1101 tristate "GPIO support for Crystal Cove PMIC"
1105 Support for GPIO pins on Crystal Cove PMIC.
1111 called gpio-crystalcove.
1113 config GPIO_CS5535
1114 tristate "AMD CS5535/CS5536 GPIO support"
1118 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
1124 config GPIO_DA9052
1125 tristate "Dialog DA9052 GPIO"
1128 Say yes here to enable the GPIO driver for the DA9052 chip.
1130 config GPIO_DA9055
1131 tristate "Dialog Semiconductor DA9055 GPIO"
1134 Say yes here to enable the GPIO driver for the DA9055 chip.
1136 The Dialog DA9055 PMIC chip has 3 GPIO pins that can be
1139 If driver is built as a module it will be called gpio-da9055.
1141 config GPIO_DLN2
1142 tristate "Diolan DLN2 GPIO support"
1147 Select this option to enable GPIO driver for the Diolan DLN2
1151 will be called gpio-dln2.
1153 config HTC_EGPIO
1161 config GPIO_JANZ_TTL
1162 tristate "Janz VMOD-TTL Digital IO Module"
1165 This enables support for the Janz VMOD-TTL Digital IO module.
1169 config GPIO_KEMPLD
1170 tristate "Kontron ETX / COMexpress GPIO"
1173 This enables support for the PLD GPIO interface on some Kontron ETX
1177 called gpio-kempld.
1179 config GPIO_LP3943
1180 tristate "TI/National Semiconductor LP3943 GPIO expander"
1183 GPIO driver for LP3943 MFD.
1184 LP3943 can be used as a GPIO expander which provides up to 16 GPIOs.
1187 config GPIO_LP873X
1195 called gpio-lp873x.
1197 config GPIO_LP87565
1198 tristate "TI LP87565 GPIO"
1201 This driver supports the GPIO on TI Lp873565 PMICs. 3 GPIOs are present
1205 called gpio-lp87565.
1207 config GPIO_MADERA
1213 config GPIO_MAX77620
1214 tristate "GPIO support for PMIC MAX77620 and MAX20024"
1218 GPIO driver for MAX77620 and MAX20024 PMIC from Maxim Semiconductor.
1221 Say yes here to enable the max77620 to be used as gpio controller.
1223 config GPIO_MAX77650
1224 tristate "Maxim MAX77650/77651 GPIO support"
1227 GPIO driver for MAX77650/77651 PMIC from Maxim Semiconductor.
1228 These chips have a single pin that can be configured as GPIO.
1230 config GPIO_MSIC
1231 bool "Intel MSIC mixed signal gpio support"
1234 Enable support for GPIO on intel MSIC controllers found in
1237 config GPIO_PALMAS
1238 bool "TI PALMAS series PMICs GPIO"
1241 Select this option to enable GPIO driver for the TI PALMAS
1244 config GPIO_RC5T583
1245 bool "RICOH RC5T583 GPIO"
1248 Select this option to enable GPIO driver for the Ricoh RC5T583
1250 This driver provides the support for driving/reading the gpio pins
1251 of RC5T583 device through standard gpio library.
1253 config GPIO_SL28CPLD
1254 tristate "Kontron sl28cpld GPIO support"
1263 called gpio-sl28cpld.
1265 config GPIO_STMPE
1274 config GPIO_TC3589X
1283 config GPIO_TIMBERDALE
1284 bool "Support for timberdale GPIO IP"
1287 Add support for the GPIO IP in the timberdale FPGA.
1289 config GPIO_TPS65086
1295 config GPIO_TPS65218
1296 tristate "TPS65218 GPIO"
1299 Select this option to enable GPIO driver for the TPS65218
1302 config GPIO_TPS6586X
1303 bool "TPS6586X GPIO"
1306 Select this option to enable GPIO driver for the TPS6586X
1309 config GPIO_TPS65910
1310 bool "TPS65910 GPIO"
1313 Select this option to enable GPIO driver for the TPS65910
1316 config GPIO_TPS65912
1317 tristate "TI TPS65912 GPIO"
1320 This driver supports TPS65912 gpio chip
1322 config GPIO_TPS68470
1323 bool "TPS68470 GPIO"
1326 Select this option to enable GPIO driver for the TPS68470
1333 This driver config is bool, as the GPIO functionality
1337 config GPIO_TQMX86
1338 tristate "TQ-Systems QTMX86 GPIO"
1343 This driver supports GPIO on the TQMX86 IO controller.
1345 config GPIO_TWL4030
1349 Say yes here to access the GPIO signals of various multi-function
1352 config GPIO_TWL6040
1359 config GPIO_UCB1400
1360 tristate "Philips UCB1400 GPIO"
1363 This enables support for the Philips UCB1400 GPIO pins.
1366 config GPIO_WHISKEY_COVE
1367 tristate "GPIO support for Whiskey Cove PMIC"
1371 Support for GPIO pins on Whiskey Cove PMIC.
1377 called gpio-wcove.
1379 config GPIO_WM831X
1383 Say yes here to access the GPIO signals of WM831x power management
1386 config GPIO_WM8350
1390 Say yes here to access the GPIO signals of WM8350 power management
1393 config GPIO_WM8994
1397 Say yes here to access the GPIO signals of WM8994 audio hub
1402 menu "PCI GPIO expanders"
1405 config GPIO_AMD8111
1406 tristate "AMD 8111 GPIO driver"
1410 The AMD 8111 south bridge contains 32 GPIO pins which can be used.
1412 Note, that usually system firmware/ACPI handles GPIO pins on their
1418 config GPIO_BT8XX
1419 tristate "BT8XX GPIO abuser"
1422 The BT8xx frame grabber chip has 24 GPIO pins that can be abused
1423 as a cheap PCI GPIO card.
1425 This chip can be found on Miro, Hauppauge and STB TV-cards.
1428 GPIO card. For more information on how to build a GPIO card
1430 Documentation/driver-api/gpio/bt8xxgpio.rst
1434 config GPIO_INTEL_MID
1435 bool "Intel MID GPIO support"
1439 Say Y here to support Intel MID GPIO.
1441 config GPIO_MERRIFIELD
1442 tristate "Intel Merrifield GPIO support"
1446 Say Y here to support Intel Merrifield GPIO.
1448 config GPIO_MLXBF
1449 tristate "Mellanox BlueField SoC GPIO"
1453 Say Y here if you want GPIO support on Mellanox BlueField SoC.
1455 config GPIO_MLXBF2
1456 tristate "Mellanox BlueField 2 SoC GPIO"
1460 Say Y here if you want GPIO support on Mellanox BlueField 2 SoC.
1462 config GPIO_ML_IOH
1463 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
1469 Hub) which is for IVI(In-Vehicle Infotainment) use.
1470 This driver can access the IOH's GPIO device.
1472 config GPIO_PCH
1473 tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO"
1477 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff
1479 This driver can access PCH GPIO device.
1488 config GPIO_PCI_IDIO_16
1489 tristate "ACCES PCI-IDIO-16 GPIO support"
1492 Enables GPIO support for the ACCES PCI-IDIO-16. An interrupt is
1497 config GPIO_PCIE_IDIO_24
1498 tristate "ACCES PCIe-IDIO-24 GPIO support"
1501 Enables GPIO support for the ACCES PCIe-IDIO-24 family (PCIe-IDIO-24,
1502 PCIe-IDI-24, PCIe-IDO-24, PCIe-IDIO-12). An interrupt is generated
1507 config GPIO_RDC321X
1508 tristate "RDC R-321x GPIO support"
1515 config GPIO_SODAVILLE
1516 bool "Intel Sodaville GPIO support"
1521 Say Y here to support Intel Sodaville GPIO.
1525 menu "SPI GPIO expanders"
1528 config GPIO_74X164
1529 tristate "74x164 serial-in/parallel-out 8-bits shift register"
1532 Driver for 74x164 compatible serial-in/parallel-out 8-outputs
1534 to more gpio outputs.
1536 config GPIO_MAX3191X
1540 GPIO driver for Maxim MAX31910, MAX31911, MAX31912, MAX31913,
1541 MAX31953 and MAX31963 industrial serializer, a daisy-chainable
1546 config GPIO_MAX7301
1547 tristate "Maxim MAX7301 GPIO expander"
1550 GPIO driver for Maxim MAX7301 SPI-based GPIO expander.
1552 config GPIO_MC33880
1553 tristate "Freescale MC33880 high-side/low-side switch"
1555 SPI driver for Freescale MC33880 high-side/low-side switch.
1556 This provides GPIO interface supporting inputs and outputs.
1558 config GPIO_PISOSR
1559 tristate "Generic parallel-in/serial-out shift register"
1561 GPIO driver for SPI compatible parallel-in/serial-out shift
1564 config GPIO_XRA1403
1565 tristate "EXAR XRA1403 16-bit GPIO expander"
1568 GPIO driver for EXAR XRA1403 16-bit SPI-based GPIO expander.
1570 config GPIO_MOXTET
1571 tristate "Turris Mox Moxtet bus GPIO expander"
1581 menu "USB GPIO expanders"
1584 config GPIO_VIPERBOARD
1585 tristate "Viperboard GPIO a & b support"
1588 Say yes here to access the GPIO signals of Nano River
1589 Technologies Viperboard. There are two GPIO chips on the
1597 config GPIO_AGGREGATOR
1598 tristate "GPIO Aggregator"
1600 Say yes here to enable the GPIO Aggregator, which provides a way to
1601 aggregate existing GPIO lines into a new virtual GPIO chip.
1603 - Assign permissions for a collection of GPIO lines to a user,
1604 - Export a collection of GPIO lines to a virtual machine,
1605 - Provide a generic driver for a GPIO-operated device in an
1607 the GPIO chardev interface.
1609 config GPIO_MOCKUP
1610 tristate "GPIO Testing Driver"
1613 This enables GPIO Testing driver, which provides a way to test GPIO
1617 tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in