Kconfig (a99cc66807d6c854a7f65f962766c530c91be149) Kconfig (d2c19e89e03cced2417175f48586648ae88f7cbf)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

614 phy status.
615
616config GPIO_SYSCON
617 tristate "GPIO based on SYSCON"
618 depends on MFD_SYSCON && OF
619 help
620 Say yes here to support GPIO functionality though SYSCON driver.
621
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

614 phy status.
615
616config GPIO_SYSCON
617 tristate "GPIO based on SYSCON"
618 depends on MFD_SYSCON && OF
619 help
620 Say yes here to support GPIO functionality though SYSCON driver.
621
622config GPIO_TANGIER
623 tristate
624 select GPIOLIB_IRQCHIP
625 help
626 GPIO support for Intel Tangier and compatible platforms.
627
628 If built as a module its name will be gpio-tangier.
629
622config GPIO_TB10X
623 bool
624 select GPIO_GENERIC
625 select GENERIC_IRQ_CHIP
626 select OF_GPIO
627
628config GPIO_TEGRA
629 tristate "NVIDIA Tegra GPIO support"

--- 1087 unchanged lines hidden ---
630config GPIO_TB10X
631 bool
632 select GPIO_GENERIC
633 select GENERIC_IRQ_CHIP
634 select OF_GPIO
635
636config GPIO_TEGRA
637 tristate "NVIDIA Tegra GPIO support"

--- 1087 unchanged lines hidden ---