Kconfig (350fe5ee49f4b94c5ef4164b41cd7a21ec8d8151) | Kconfig (3b4c94bbacb06aa7ff595041efec82604e44fc59) |
---|---|
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 --- 312 unchanged lines hidden (view full) --- 321 select GPIO_GENERIC 322 select IRQ_DOMAIN 323 help 324 Say Y here if you're going to use hardware that connects to the 325 MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs. 326 327config GPIO_MVEBU 328 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 --- 312 unchanged lines hidden (view full) --- 321 select GPIO_GENERIC 322 select IRQ_DOMAIN 323 help 324 Say Y here if you're going to use hardware that connects to the 325 MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs. 326 327config GPIO_MVEBU 328 def_bool y |
329 depends on PLAT_ORION | 329 depends on PLAT_ORION || ARCH_MVEBU |
330 depends on OF_GPIO 331 select GENERIC_IRQ_CHIP 332 333config GPIO_MXC 334 def_bool y 335 depends on ARCH_MXC 336 select GPIO_GENERIC 337 select GENERIC_IRQ_CHIP --- 914 unchanged lines hidden --- | 330 depends on OF_GPIO 331 select GENERIC_IRQ_CHIP 332 333config GPIO_MXC 334 def_bool y 335 depends on ARCH_MXC 336 select GPIO_GENERIC 337 select GENERIC_IRQ_CHIP --- 914 unchanged lines hidden --- |