Kconfig (4aa31b4b61e4985e719352c329c3948d1932cb64) Kconfig (f2ee73147a3f23cc4b032a76b5677b4b8441ba74)
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

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

306 tristate "NXP LPC18XX/43XX GPIO support"
307 default y if ARCH_LPC18XX
308 depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
309 select IRQ_DOMAIN_HIERARCHY
310 help
311 Select this option to enable GPIO driver for
312 NXP LPC18XX/43XX devices.
313
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

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

306 tristate "NXP LPC18XX/43XX GPIO support"
307 default y if ARCH_LPC18XX
308 depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
309 select IRQ_DOMAIN_HIERARCHY
310 help
311 Select this option to enable GPIO driver for
312 NXP LPC18XX/43XX devices.
313
314config GPIO_LPC32XX
315 tristate "NXP LPC32XX GPIO support"
316 depends on OF_GPIO && (ARCH_LPC32XX || COMPILE_TEST)
317 help
318 Select this option to enable GPIO driver for
319 NXP LPC32XX devices.
320
314config GPIO_LYNXPOINT
315 tristate "Intel Lynxpoint GPIO support"
316 depends on ACPI && X86
317 select GPIOLIB_IRQCHIP
318 help
319 driver for GPIO functionality on Intel Lynxpoint PCH chipset
320 Requires ACPI device enumeration code to set up a platform device.
321

--- 1157 unchanged lines hidden ---
321config GPIO_LYNXPOINT
322 tristate "Intel Lynxpoint GPIO support"
323 depends on ACPI && X86
324 select GPIOLIB_IRQCHIP
325 help
326 driver for GPIO functionality on Intel Lynxpoint PCH chipset
327 Requires ACPI device enumeration code to set up a platform device.
328

--- 1157 unchanged lines hidden ---