Kconfig (d2c19e89e03cced2417175f48586648ae88f7cbf) | Kconfig (34840be53410c29d67ffb304588a258fab785fd7) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 610 unchanged lines hidden (view full) --- 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. | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 610 unchanged lines hidden (view full) --- 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 Currently supported: 628 - Merrifield |
|
627 628 If built as a module its name will be gpio-tangier. 629 630config GPIO_TB10X 631 bool 632 select GPIO_GENERIC 633 select GENERIC_IRQ_CHIP 634 select OF_GPIO --- 876 unchanged lines hidden (view full) --- 1511 from a BT8xx TV card, see the documentation file at 1512 Documentation/driver-api/gpio/bt8xxgpio.rst 1513 1514 If unsure, say N. 1515 1516config GPIO_MERRIFIELD 1517 tristate "Intel Merrifield GPIO support" 1518 depends on X86_INTEL_MID | 629 630 If built as a module its name will be gpio-tangier. 631 632config GPIO_TB10X 633 bool 634 select GPIO_GENERIC 635 select GENERIC_IRQ_CHIP 636 select OF_GPIO --- 876 unchanged lines hidden (view full) --- 1513 from a BT8xx TV card, see the documentation file at 1514 Documentation/driver-api/gpio/bt8xxgpio.rst 1515 1516 If unsure, say N. 1517 1518config GPIO_MERRIFIELD 1519 tristate "Intel Merrifield GPIO support" 1520 depends on X86_INTEL_MID |
1519 select GPIOLIB_IRQCHIP | 1521 select GPIO_TANGIER |
1520 help 1521 Say Y here to support Intel Merrifield GPIO. 1522 1523config GPIO_MLXBF 1524 tristate "Mellanox BlueField SoC GPIO" 1525 depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || (64BIT && COMPILE_TEST) 1526 select GPIO_GENERIC 1527 help --- 197 unchanged lines hidden --- | 1522 help 1523 Say Y here to support Intel Merrifield GPIO. 1524 1525config GPIO_MLXBF 1526 tristate "Mellanox BlueField SoC GPIO" 1527 depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || (64BIT && COMPILE_TEST) 1528 select GPIO_GENERIC 1529 help --- 197 unchanged lines hidden --- |