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

--- 321 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
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

--- 321 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
338config GPIO_LYNXPOINT
339 tristate "Intel Lynxpoint GPIO support"
340 depends on ACPI && X86
341 select GPIOLIB_IRQCHIP
342 help
343 driver for GPIO functionality on Intel Lynxpoint PCH chipset
344 Requires ACPI device enumeration code to set up a platform device.
345
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

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

540 default ARCH_TEGRA
541 depends on ARCH_TEGRA || COMPILE_TEST
542 depends on OF_GPIO
543 help
544 Say yes here to support GPIO pins on NVIDIA Tegra SoCs.
545
546config GPIO_TEGRA186
547 tristate "NVIDIA Tegra186 GPIO support"
346config GPIO_MB86S7X
347 tristate "GPIO support for Fujitsu MB86S7x Platforms"
348 help
349 Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
350
351config GPIO_MENZ127
352 tristate "MEN 16Z127 GPIO support"
353 depends on MCB

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

548 default ARCH_TEGRA
549 depends on ARCH_TEGRA || COMPILE_TEST
550 depends on OF_GPIO
551 help
552 Say yes here to support GPIO pins on NVIDIA Tegra SoCs.
553
554config GPIO_TEGRA186
555 tristate "NVIDIA Tegra186 GPIO support"
548 default ARCH_TEGRA_186_SOC
549 depends on ARCH_TEGRA_186_SOC || COMPILE_TEST
556 default ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC
557 depends on ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC || COMPILE_TEST
550 depends on OF_GPIO
551 select GPIOLIB_IRQCHIP
552 select IRQ_DOMAIN_HIERARCHY
553 help
554 Say yes here to support GPIO pins on NVIDIA Tegra186 SoCs.
555
556config GPIO_TS4800
557 tristate "TS-4800 DIO blocks and compatibles"

--- 956 unchanged lines hidden ---
558 depends on OF_GPIO
559 select GPIOLIB_IRQCHIP
560 select IRQ_DOMAIN_HIERARCHY
561 help
562 Say yes here to support GPIO pins on NVIDIA Tegra186 SoCs.
563
564config GPIO_TS4800
565 tristate "TS-4800 DIO blocks and compatibles"

--- 956 unchanged lines hidden ---