Kconfig (c3bdd5e65185f46150b3bac103b3854040487857) | Kconfig (813e7d36f22762f89856048a32446c8972309566) |
---|---|
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 --- 273 unchanged lines hidden (view full) --- 282 depends on ARCH_IOP32X || ARCH_IOP33X || COMPILE_TEST 283 select GPIO_GENERIC 284 help 285 Say yes here to support the GPIO functionality of a number of Intel 286 IOP32X or IOP33X. 287 288 If unsure, say N. 289 | 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 --- 273 unchanged lines hidden (view full) --- 282 depends on ARCH_IOP32X || ARCH_IOP33X || COMPILE_TEST 283 select GPIO_GENERIC 284 help 285 Say yes here to support the GPIO functionality of a number of Intel 286 IOP32X or IOP33X. 287 288 If unsure, say N. 289 |
290config GPIO_IXP4XX 291 bool "Intel IXP4xx GPIO" 292 depends on ARM # For <asm/mach-types.h> 293 depends on ARCH_IXP4XX 294 select GPIO_GENERIC 295 select IRQ_DOMAIN 296 select IRQ_DOMAIN_HIERARCHY 297 help 298 Say yes here to support the GPIO functionality of a number of Intel 299 IXP4xx series of chips. 300 301 If unsure, say N. 302 |
|
290config GPIO_LOONGSON 291 bool "Loongson-2/3 GPIO support" 292 depends on CPU_LOONGSON2 || CPU_LOONGSON3 293 help 294 driver for GPIO functionality on Loongson-2F/3A/3B processors. 295 296config GPIO_LPC18XX 297 tristate "NXP LPC18XX/43XX GPIO support" --- 1148 unchanged lines hidden --- | 303config GPIO_LOONGSON 304 bool "Loongson-2/3 GPIO support" 305 depends on CPU_LOONGSON2 || CPU_LOONGSON3 306 help 307 driver for GPIO functionality on Loongson-2F/3A/3B processors. 308 309config GPIO_LPC18XX 310 tristate "NXP LPC18XX/43XX GPIO support" --- 1148 unchanged lines hidden --- |