Kconfig (eaa4e4fcf1b5c60e656d93242f7fe422173f25b2) Kconfig (a5d6d271b388330a21ff75bca928fefb8489a6f5)
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

--- 597 unchanged lines hidden ---
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

--- 597 unchanged lines hidden ---