Kconfig (3c3d7cb1db4af176dab843f22ea092a4ef1eb989) Kconfig (1e1916950b00838226295e2600496040276a949f)
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

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

223 default y
224 help
225 Say yes here to support the on-chip GPIO lines on the OCTEON
226 family of SOCs.
227
228config GPIO_PL061
229 bool "PrimeCell PL061 GPIO support"
230 depends on ARM_AMBA
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

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

223 default y
224 help
225 Say yes here to support the on-chip GPIO lines on the OCTEON
226 family of SOCs.
227
228config GPIO_PL061
229 bool "PrimeCell PL061 GPIO support"
230 depends on ARM_AMBA
231 select GENERIC_IRQ_CHIP
231 select IRQ_DOMAIN
232 help
233 Say yes here to support the PrimeCell PL061 GPIO device
234
235config GPIO_PXA
236 bool "PXA GPIO support"
237 depends on ARCH_PXA || ARCH_MMP
238 help
239 Say yes here to support the PXA GPIO device

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

471 4 bits: pca9536, pca9537
472
473 8 bits: max7310, max7315, pca6107, pca9534, pca9538, pca9554,
474 pca9556, pca9557, pca9574, tca6408
475
476 16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575,
477 tca6416
478
232 help
233 Say yes here to support the PrimeCell PL061 GPIO device
234
235config GPIO_PXA
236 bool "PXA GPIO support"
237 depends on ARCH_PXA || ARCH_MMP
238 help
239 Say yes here to support the PXA GPIO device

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

471 4 bits: pca9536, pca9537
472
473 8 bits: max7310, max7315, pca6107, pca9534, pca9538, pca9554,
474 pca9556, pca9557, pca9574, tca6408
475
476 16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575,
477 tca6416
478
479 24 bits: tca6424
480
481 40 bits: pca9505
482
479config GPIO_PCA953X_IRQ
480 bool "Interrupt controller support for PCA953x"
481 depends on GPIO_PCA953X=y
482 help
483 Say yes here to enable the pca953x to be used as an interrupt
484 controller. It requires the driver to be built in the kernel.
485
486config GPIO_PCF857X

--- 350 unchanged lines hidden ---
483config GPIO_PCA953X_IRQ
484 bool "Interrupt controller support for PCA953x"
485 depends on GPIO_PCA953X=y
486 help
487 Say yes here to enable the pca953x to be used as an interrupt
488 controller. It requires the driver to be built in the kernel.
489
490config GPIO_PCF857X

--- 350 unchanged lines hidden ---