Kconfig (2ac5e38ea4203852d6e99edd3cf11f044b0a409f) Kconfig (5ddabfe8d3ded5dd5e760bf66ebb4241e5314e8d)
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

--- 274 unchanged lines hidden (view full) ---

283 depends on CPU_LOONGSON2 || CPU_LOONGSON3
284 help
285 driver for GPIO functionality on Loongson-2F/3A/3B processors.
286
287config GPIO_LPC18XX
288 tristate "NXP LPC18XX/43XX GPIO support"
289 default y if ARCH_LPC18XX
290 depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
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

--- 274 unchanged lines hidden (view full) ---

283 depends on CPU_LOONGSON2 || CPU_LOONGSON3
284 help
285 driver for GPIO functionality on Loongson-2F/3A/3B processors.
286
287config GPIO_LPC18XX
288 tristate "NXP LPC18XX/43XX GPIO support"
289 default y if ARCH_LPC18XX
290 depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
291 select IRQ_DOMAIN_HIERARCHY
291 help
292 Select this option to enable GPIO driver for
293 NXP LPC18XX/43XX devices.
294
295config GPIO_LYNXPOINT
296 tristate "Intel Lynxpoint GPIO support"
297 depends on ACPI && X86
298 select GPIOLIB_IRQCHIP

--- 1101 unchanged lines hidden ---
292 help
293 Select this option to enable GPIO driver for
294 NXP LPC18XX/43XX devices.
295
296config GPIO_LYNXPOINT
297 tristate "Intel Lynxpoint GPIO support"
298 depends on ACPI && X86
299 select GPIOLIB_IRQCHIP

--- 1101 unchanged lines hidden ---