Kconfig (296ad4acb8efeffa456e344c73dc9459f4e9e1a0) | Kconfig (a8fa91a74fc385da5d52fd1008c8fd322154cad8) |
---|---|
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 --- 289 unchanged lines hidden (view full) --- 298 depends on PPC_MPC52xx 299 300config GPIO_MPC8XXX 301 bool "MPC512x/MPC8xxx/QorIQ GPIO support" 302 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ 303 FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \ 304 COMPILE_TEST 305 select GPIO_GENERIC | 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 --- 289 unchanged lines hidden (view full) --- 298 depends on PPC_MPC52xx 299 300config GPIO_MPC8XXX 301 bool "MPC512x/MPC8xxx/QorIQ GPIO support" 302 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ 303 FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \ 304 COMPILE_TEST 305 select GPIO_GENERIC |
306 select IRQ_DOMAIN |
|
306 help 307 Say Y here if you're going to use hardware that connects to the 308 MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs. 309 310config GPIO_MVEBU 311 def_bool y 312 depends on PLAT_ORION 313 depends on OF --- 818 unchanged lines hidden --- | 307 help 308 Say Y here if you're going to use hardware that connects to the 309 MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs. 310 311config GPIO_MVEBU 312 def_bool y 313 depends on PLAT_ORION 314 depends on OF --- 818 unchanged lines hidden --- |