Kconfig (1a1494def7eacbd25db05185aa2e81ef90892460) Kconfig (759f5f3752e03f15727688b5288e360ef90c1306)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

42 one or more of the GPIO drivers below.
43
44 If unsure, say N.
45
46if GPIOLIB
47
48config OF_GPIO
49 def_bool y
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

42 one or more of the GPIO drivers below.
43
44 If unsure, say N.
45
46if GPIOLIB
47
48config OF_GPIO
49 def_bool y
50 depends on OF
50 depends on OF && !SPARC
51
52config DEBUG_GPIO
53 bool "Debug GPIO calls"
54 depends on DEBUG_KERNEL
55 help
56 Say Y here to add some extra checks and diagnostics to GPIO calls.
57 These checks help ensure that GPIOs have been properly initialized
58 before they are used, and that sleeping calls are not made from

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

81# put drivers in the right section, in alphabetical order
82
83config GPIO_DA9052
84 tristate "Dialog DA9052 GPIO"
85 depends on PMIC_DA9052
86 help
87 Say yes here to enable the GPIO driver for the DA9052 chip.
88
51
52config DEBUG_GPIO
53 bool "Debug GPIO calls"
54 depends on DEBUG_KERNEL
55 help
56 Say Y here to add some extra checks and diagnostics to GPIO calls.
57 These checks help ensure that GPIOs have been properly initialized
58 before they are used, and that sleeping calls are not made from

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

81# put drivers in the right section, in alphabetical order
82
83config GPIO_DA9052
84 tristate "Dialog DA9052 GPIO"
85 depends on PMIC_DA9052
86 help
87 Say yes here to enable the GPIO driver for the DA9052 chip.
88
89config GPIO_DA9055
90 tristate "Dialog Semiconductor DA9055 GPIO"
91 depends on MFD_DA9055
92 help
93 Say yes here to enable the GPIO driver for the DA9055 chip.
94
95 The Dialog DA9055 PMIC chip has 3 GPIO pins that can be
96 be controller by this driver.
97
98 If driver is built as a module it will be called gpio-da9055.
99
89config GPIO_MAX730X
90 tristate
91
92comment "Memory mapped GPIO drivers:"
93
100config GPIO_MAX730X
101 tristate
102
103comment "Memory mapped GPIO drivers:"
104
105config GPIO_CLPS711X
106 def_bool y
107 depends on ARCH_CLPS711X
108
94config GPIO_GENERIC_PLATFORM
95 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"
96 select GPIO_GENERIC
97 help
98 Say yes here to support basic platform_device memory-mapped GPIO controllers.
99
100config GPIO_IT8761E
101 tristate "IT8761E GPIO support"

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

165config GPIO_MXS
166 def_bool y
167 depends on ARCH_MXS
168 select GPIO_GENERIC
169 select GENERIC_IRQ_CHIP
170
171config GPIO_PL061
172 bool "PrimeCell PL061 GPIO support"
109config GPIO_GENERIC_PLATFORM
110 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"
111 select GPIO_GENERIC
112 help
113 Say yes here to support basic platform_device memory-mapped GPIO controllers.
114
115config GPIO_IT8761E
116 tristate "IT8761E GPIO support"

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

180config GPIO_MXS
181 def_bool y
182 depends on ARCH_MXS
183 select GPIO_GENERIC
184 select GENERIC_IRQ_CHIP
185
186config GPIO_PL061
187 bool "PrimeCell PL061 GPIO support"
173 depends on ARM_AMBA
188 depends on ARM && ARM_AMBA
174 select GENERIC_IRQ_CHIP
175 help
176 Say yes here to support the PrimeCell PL061 GPIO device
177
178config GPIO_PXA
179 bool "PXA GPIO support"
180 depends on ARCH_PXA || ARCH_MMP
181 help
182 Say yes here to support the PXA GPIO device
183
189 select GENERIC_IRQ_CHIP
190 help
191 Say yes here to support the PrimeCell PL061 GPIO device
192
193config GPIO_PXA
194 bool "PXA GPIO support"
195 depends on ARCH_PXA || ARCH_MMP
196 help
197 Say yes here to support the PXA GPIO device
198
199config GPIO_SPEAR_SPICS
200 bool "ST SPEAr13xx SPI Chip Select as GPIO support"
201 depends on PLAT_SPEAR
202 select GENERIC_IRQ_CHIP
203 help
204 Say yes here to support ST SPEAr SPI Chip Select as GPIO device
205
184config GPIO_STA2X11
185 bool "STA2x11/ConneXt GPIO support"
186 depends on MFD_STA2X11
187 select GENERIC_IRQ_CHIP
188 help
189 Say yes here to support the STA2x11/ConneXt GPIO device.
190 The GPIO module has 128 GPIO pins with alternate functions.
191
206config GPIO_STA2X11
207 bool "STA2x11/ConneXt GPIO support"
208 depends on MFD_STA2X11
209 select GENERIC_IRQ_CHIP
210 help
211 Say yes here to support the STA2x11/ConneXt GPIO device.
212 The GPIO module has 128 GPIO pins with alternate functions.
213
214config GPIO_TS5500
215 tristate "TS-5500 DIO blocks and compatibles"
216 help
217 This driver supports Digital I/O exposed by pin blocks found on some
218 Technologic Systems platforms. It includes, but is not limited to, 3
219 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600
220 LCD port.
221
192config GPIO_VT8500
193 bool "VIA/Wondermedia SoC GPIO Support"
194 depends on ARCH_VT8500
195 help
196 Say yes here to support the VT8500/WM8505/WM8650 GPIO controller.
197
198config GPIO_XILINX
199 bool "Xilinx GPIO support"

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

461 bool "Interrupt controller support for ADP5588"
462 depends on GPIO_ADP5588=y
463 help
464 Say yes here to enable the adp5588 to be used as an interrupt
465 controller. It requires the driver to be built in the kernel.
466
467config GPIO_ADNP
468 tristate "Avionic Design N-bit GPIO expander"
222config GPIO_VT8500
223 bool "VIA/Wondermedia SoC GPIO Support"
224 depends on ARCH_VT8500
225 help
226 Say yes here to support the VT8500/WM8505/WM8650 GPIO controller.
227
228config GPIO_XILINX
229 bool "Xilinx GPIO support"

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

491 bool "Interrupt controller support for ADP5588"
492 depends on GPIO_ADP5588=y
493 help
494 Say yes here to enable the adp5588 to be used as an interrupt
495 controller. It requires the driver to be built in the kernel.
496
497config GPIO_ADNP
498 tristate "Avionic Design N-bit GPIO expander"
469 depends on I2C && OF_GPIO
499 depends on I2C && OF
470 help
471 This option enables support for N GPIOs found on Avionic Design
472 I2C GPIO expanders. The register space will be extended by powers
473 of two, so the controller will need to accomodate for that. For
474 example: if a controller provides 48 pins, 6 registers will be
475 enough to represent all pins, but the driver will assume a
476 register layout for 64 pins (8 registers).
477

--- 175 unchanged lines hidden ---
500 help
501 This option enables support for N GPIOs found on Avionic Design
502 I2C GPIO expanders. The register space will be extended by powers
503 of two, so the controller will need to accomodate for that. For
504 example: if a controller provides 48 pins, 6 registers will be
505 enough to represent all pins, but the driver will assume a
506 register layout for 64 pins (8 registers).
507

--- 175 unchanged lines hidden ---