Kconfig (59d3ae9a5bf60c037e3a6f6e6bcfbd1c048aa313) | Kconfig (aa7d618ac65fb10697972549efc38d606595afc7) |
---|---|
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 --- 261 unchanged lines hidden (view full) --- 270 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8 271 ICH9, ICH10, Series 5/3400 (eg Ibex Peak), Series 6/C200 (eg 272 Cougar Point), NM10 (Tiger Point), and 3100 (Whitmore Lake). 273 274 If unsure, say N. 275 276config GPIO_IOP 277 tristate "Intel IOP 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 --- 261 unchanged lines hidden (view full) --- 270 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8 271 ICH9, ICH10, Series 5/3400 (eg Ibex Peak), Series 6/C200 (eg 272 Cougar Point), NM10 (Tiger Point), and 3100 (Whitmore Lake). 273 274 If unsure, say N. 275 276config GPIO_IOP 277 tristate "Intel IOP GPIO" |
278 depends on ARCH_IOP32X || COMPILE_TEST | 278 depends on ARCH_IOP32X || ARCH_IOP33X || COMPILE_TEST |
279 select GPIO_GENERIC 280 help 281 Say yes here to support the GPIO functionality of a number of Intel 282 IOP32X or IOP33X. 283 284 If unsure, say N. 285 286config GPIO_IXP4XX 287 bool "Intel IXP4xx GPIO" 288 depends on ARM # For <asm/mach-types.h> 289 depends on ARCH_IXP4XX 290 select GPIO_GENERIC | 279 select GPIO_GENERIC 280 help 281 Say yes here to support the GPIO functionality of a number of Intel 282 IOP32X or IOP33X. 283 284 If unsure, say N. 285 286config GPIO_IXP4XX 287 bool "Intel IXP4xx GPIO" 288 depends on ARM # For <asm/mach-types.h> 289 depends on ARCH_IXP4XX 290 select GPIO_GENERIC |
291 select IRQ_DOMAIN | 291 select GPIOLIB_IRQCHIP |
292 select IRQ_DOMAIN_HIERARCHY 293 help 294 Say yes here to support the GPIO functionality of a number of Intel 295 IXP4xx series of chips. 296 297 If unsure, say N. 298 299config GPIO_LOONGSON --- 1179 unchanged lines hidden --- | 292 select IRQ_DOMAIN_HIERARCHY 293 help 294 Say yes here to support the GPIO functionality of a number of Intel 295 IXP4xx series of chips. 296 297 If unsure, say N. 298 299config GPIO_LOONGSON --- 1179 unchanged lines hidden --- |