Kconfig (14e77332e74603efab8347c89d3cda447c3b97c9) Kconfig (b9b1fc1ae1191243d3956888c65a280a9b2c847f)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

--- 95 unchanged lines hidden (view full) ---

104 tristate
105
106# put drivers in the right section, in alphabetical order
107
108# This symbol is selected by both I2C and SPI expanders
109config GPIO_MAX730X
110 tristate
111
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

--- 95 unchanged lines hidden (view full) ---

104 tristate
105
106# put drivers in the right section, in alphabetical order
107
108# This symbol is selected by both I2C and SPI expanders
109config GPIO_MAX730X
110 tristate
111
112config GPIO_IDIO_16
113 tristate
114 help
115 Enables support for the idio-16 library functions. The idio-16 library
116 provides functions to facilitate communication with devices within the
117 ACCES IDIO-16 family such as the 104-IDIO-16 and the PCI-IDIO-16.
118
119 If built as a module its name will be gpio-idio-16.
120
112menu "Memory mapped GPIO drivers"
113 depends on HAS_IOMEM
114
115config GPIO_74XX_MMIO
116 tristate "GPIO driver for 74xx-ICs with MMIO access"
117 depends on OF_GPIO
118 select GPIO_GENERIC
119 help

--- 475 unchanged lines hidden (view full) ---

595config GPIO_SPRD
596 tristate "Spreadtrum GPIO support"
597 depends on ARCH_SPRD || COMPILE_TEST
598 depends on OF_GPIO
599 select GPIOLIB_IRQCHIP
600 help
601 Say yes here to support Spreadtrum GPIO device.
602
121menu "Memory mapped GPIO drivers"
122 depends on HAS_IOMEM
123
124config GPIO_74XX_MMIO
125 tristate "GPIO driver for 74xx-ICs with MMIO access"
126 depends on OF_GPIO
127 select GPIO_GENERIC
128 help

--- 475 unchanged lines hidden (view full) ---

604config GPIO_SPRD
605 tristate "Spreadtrum GPIO support"
606 depends on ARCH_SPRD || COMPILE_TEST
607 depends on OF_GPIO
608 select GPIOLIB_IRQCHIP
609 help
610 Say yes here to support Spreadtrum GPIO device.
611
603config GPIO_STA2X11
604 bool "STA2x11/ConneXt GPIO support"
605 depends on MFD_STA2X11
606 select GENERIC_IRQ_CHIP
607 help
608 Say yes here to support the STA2x11/ConneXt GPIO device.
609 The GPIO module has 128 GPIO pins with alternate functions.
610
611config GPIO_STP_XWAY
612 bool "XWAY STP GPIOs"
613 depends on SOC_XWAY || COMPILE_TEST
614 depends on OF_GPIO
615 help
616 This enables support for the Serial To Parallel (STP) unit found on
617 XWAY SoC. The STP allows the SoC to drive a shift registers cascade,
618 that can be up to 24 bits. This peripheral is aimed at driving LEDs.

--- 1096 unchanged lines hidden ---
612config GPIO_STP_XWAY
613 bool "XWAY STP GPIOs"
614 depends on SOC_XWAY || COMPILE_TEST
615 depends on OF_GPIO
616 help
617 This enables support for the Serial To Parallel (STP) unit found on
618 XWAY SoC. The STP allows the SoC to drive a shift registers cascade,
619 that can be up to 24 bits. This peripheral is aimed at driving LEDs.

--- 1096 unchanged lines hidden ---