Kconfig (1920906f59652b9ac45dff69d56044a98b11233b) | Kconfig (5df7fd46b70bcc5517dcfbd433719cea9ebe5eff) |
---|---|
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 --- 267 unchanged lines hidden (view full) --- 276 Select this option to enable GPIO driver for 277 MOXA ART SoC devices. 278 279config GPIO_MPC5200 280 def_bool y 281 depends on PPC_MPC52xx 282 283config GPIO_MPC8XXX | 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 --- 267 unchanged lines hidden (view full) --- 276 Select this option to enable GPIO driver for 277 MOXA ART SoC devices. 278 279config GPIO_MPC5200 280 def_bool y 281 depends on PPC_MPC52xx 282 283config GPIO_MPC8XXX |
284 bool "MPC512x/MPC8xxx GPIO support" | 284 bool "MPC512x/MPC8xxx/QorIQ GPIO support" |
285 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ | 285 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ |
286 FSL_SOC_BOOKE || PPC_86xx | 286 FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \ 287 COMPILE_TEST 288 select GPIO_GENERIC |
287 help 288 Say Y here if you're going to use hardware that connects to the | 289 help 290 Say Y here if you're going to use hardware that connects to the |
289 MPC512x/831x/834x/837x/8572/8610 GPIOs. | 291 MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs. |
290 291config GPIO_MVEBU 292 def_bool y 293 depends on PLAT_ORION 294 depends on OF 295 select GENERIC_IRQ_CHIP 296 297config GPIO_MXC --- 766 unchanged lines hidden --- | 292 293config GPIO_MVEBU 294 def_bool y 295 depends on PLAT_ORION 296 depends on OF 297 select GENERIC_IRQ_CHIP 298 299config GPIO_MXC --- 766 unchanged lines hidden --- |