Kconfig (aa7d618ac65fb10697972549efc38d606595afc7) Kconfig (a7fc89f9d5fcc10a5474cfe555f5a9e5df8b0f1f)
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

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

534 select GPIO_GENERIC
535 help
536 This driver support TS-4800 FPGA GPIO controllers.
537
538config GPIO_THUNDERX
539 tristate "Cavium ThunderX/OCTEON-TX GPIO"
540 depends on ARCH_THUNDER || (64BIT && COMPILE_TEST)
541 depends on PCI_MSI
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

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

534 select GPIO_GENERIC
535 help
536 This driver support TS-4800 FPGA GPIO controllers.
537
538config GPIO_THUNDERX
539 tristate "Cavium ThunderX/OCTEON-TX GPIO"
540 depends on ARCH_THUNDER || (64BIT && COMPILE_TEST)
541 depends on PCI_MSI
542 select GPIOLIB_IRQCHIP
542 select IRQ_DOMAIN_HIERARCHY
543 select IRQ_FASTEOI_HIERARCHY_HANDLERS
544 help
545 Say yes here to support the on-chip GPIO lines on the ThunderX
546 and OCTEON-TX families of SoCs.
547
548config GPIO_UNIPHIER
549 tristate "UniPhier GPIO support"

--- 929 unchanged lines hidden ---
543 select IRQ_DOMAIN_HIERARCHY
544 select IRQ_FASTEOI_HIERARCHY_HANDLERS
545 help
546 Say yes here to support the on-chip GPIO lines on the ThunderX
547 and OCTEON-TX families of SoCs.
548
549config GPIO_UNIPHIER
550 tristate "UniPhier GPIO support"

--- 929 unchanged lines hidden ---