Kconfig (c16485ad8e023b2188d19f0ace3bc2af500884e1) Kconfig (eb83479e18999e34b3b800f54aa31137f7f41c33)
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

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

307 select GPIO_GENERIC
308 select GPIOLIB_IRQCHIP
309 select IRQ_DOMAIN_HIERARCHY
310 help
311 Say yes here to support the GPIO functionality of a number of Intel
312 IXP4xx series of chips.
313
314 If unsure, say N.
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

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

307 select GPIO_GENERIC
308 select GPIOLIB_IRQCHIP
309 select IRQ_DOMAIN_HIERARCHY
310 help
311 Say yes here to support the GPIO functionality of a number of Intel
312 IXP4xx series of chips.
313
314 If unsure, say N.
315config GPIO_LOGICVC
316 tristate "Xylon LogiCVC GPIO support"
317 depends on MFD_SYSCON && OF
318 help
319 Say yes here to support GPIO functionality of the Xylon LogiCVC
320 programmable logic block.
321
322config GPIO_LOONGSON
323 bool "Loongson-2/3 GPIO support"
324 depends on CPU_LOONGSON2EF || CPU_LOONGSON64
325 help
326 driver for GPIO functionality on Loongson-2F/3A/3B processors.
327
328config GPIO_LPC18XX

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

336
337config GPIO_LPC32XX
338 tristate "NXP LPC32XX GPIO support"
339 depends on OF_GPIO && (ARCH_LPC32XX || COMPILE_TEST)
340 help
341 Select this option to enable GPIO driver for
342 NXP LPC32XX devices.
343
315
316config GPIO_LOONGSON
317 bool "Loongson-2/3 GPIO support"
318 depends on CPU_LOONGSON2EF || CPU_LOONGSON64
319 help
320 driver for GPIO functionality on Loongson-2F/3A/3B processors.
321
322config GPIO_LPC18XX

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

330
331config GPIO_LPC32XX
332 tristate "NXP LPC32XX GPIO support"
333 depends on OF_GPIO && (ARCH_LPC32XX || COMPILE_TEST)
334 help
335 Select this option to enable GPIO driver for
336 NXP LPC32XX devices.
337
344config GPIO_LYNXPOINT
345 tristate "Intel Lynxpoint GPIO support"
346 depends on ACPI && X86
347 select GPIOLIB_IRQCHIP
348 help
349 driver for GPIO functionality on Intel Lynxpoint PCH chipset
350 Requires ACPI device enumeration code to set up a platform device.
351
352config GPIO_MB86S7X
353 tristate "GPIO support for Fujitsu MB86S7x Platforms"
354 help
355 Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
356
357config GPIO_MENZ127
358 tristate "MEN 16Z127 GPIO support"
359 depends on MCB

--- 1168 unchanged lines hidden ---
338config GPIO_MB86S7X
339 tristate "GPIO support for Fujitsu MB86S7x Platforms"
340 help
341 Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
342
343config GPIO_MENZ127
344 tristate "MEN 16Z127 GPIO support"
345 depends on MCB

--- 1168 unchanged lines hidden ---