Kconfig (0aea30a07ec6b50de0fc5f5b2ec34a68ead86b61) | Kconfig (c83227a5d05ed77b634ce4c2fc5f143ae2a4d6f5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 339 unchanged lines hidden (view full) --- 348 help 349 Say yes here to support the GPIO functionality of a number of Intel 350 IOP32X or IOP33X series of chips. 351 352 If unsure, say N. 353 354config GPIO_IXP4XX 355 bool "Intel IXP4xx GPIO" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 339 unchanged lines hidden (view full) --- 348 help 349 Say yes here to support the GPIO functionality of a number of Intel 350 IOP32X or IOP33X series of chips. 351 352 If unsure, say N. 353 354config GPIO_IXP4XX 355 bool "Intel IXP4xx GPIO" |
356 depends on ARM # For <asm/mach-types.h> | |
357 depends on ARCH_IXP4XX | 356 depends on ARCH_IXP4XX |
357 depends on OF |
|
358 select GPIO_GENERIC 359 select GPIOLIB_IRQCHIP 360 select IRQ_DOMAIN_HIERARCHY 361 help 362 Say yes here to support the GPIO functionality of a number of Intel 363 IXP4xx series of chips. 364 365 If unsure, say N. | 358 select GPIO_GENERIC 359 select GPIOLIB_IRQCHIP 360 select IRQ_DOMAIN_HIERARCHY 361 help 362 Say yes here to support the GPIO functionality of a number of Intel 363 IXP4xx series of chips. 364 365 If unsure, say N. |
366 |
|
366config GPIO_LOGICVC 367 tristate "Xylon LogiCVC GPIO support" 368 depends on MFD_SYSCON && OF 369 help 370 Say yes here to support GPIO functionality of the Xylon LogiCVC 371 programmable logic block. 372 373config GPIO_LOONGSON --- 1339 unchanged lines hidden --- | 367config GPIO_LOGICVC 368 tristate "Xylon LogiCVC GPIO support" 369 depends on MFD_SYSCON && OF 370 help 371 Say yes here to support GPIO functionality of the Xylon LogiCVC 372 programmable logic block. 373 374config GPIO_LOONGSON --- 1339 unchanged lines hidden --- |