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

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

1594config GPIO_MLXBF2
1595 tristate "Mellanox BlueField 2 SoC GPIO"
1596 depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || (64BIT && COMPILE_TEST)
1597 select GPIO_GENERIC
1598 select GPIOLIB_IRQCHIP
1599 help
1600 Say Y here if you want GPIO support on Mellanox BlueField 2 SoC.
1601
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

1594config GPIO_MLXBF2
1595 tristate "Mellanox BlueField 2 SoC GPIO"
1596 depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || (64BIT && COMPILE_TEST)
1597 select GPIO_GENERIC
1598 select GPIOLIB_IRQCHIP
1599 help
1600 Say Y here if you want GPIO support on Mellanox BlueField 2 SoC.
1601
1602config GPIO_MLXBF3
1603 tristate "Mellanox BlueField 3 SoC GPIO"
1604 depends on (MELLANOX_PLATFORM && ARM64) || COMPILE_TEST
1605 select GPIO_GENERIC
1606 select GPIOLIB_IRQCHIP
1607 help
1608 Say Y if you want GPIO support on Mellanox BlueField 3 SoC.
1609 This GPIO controller supports interrupt handling and enables the
1610 manipulation of certain GPIO pins.
1611 This controller should be used in parallel with pinctrl-mlxbf3 to
1612 control the desired GPIOs.
1613 This driver can also be built as a module called mlxbf3-gpio.
1614
1602config GPIO_ML_IOH
1603 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
1604 depends on X86 || COMPILE_TEST
1605 select GENERIC_IRQ_CHIP
1606 help
1607 ML7213 is companion chip for Intel Atom E6xx series.
1608 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH (Input/Output
1609 Hub) which is for IVI (In-Vehicle Infotainment) use.

--- 179 unchanged lines hidden ---
1615config GPIO_ML_IOH
1616 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
1617 depends on X86 || COMPILE_TEST
1618 select GENERIC_IRQ_CHIP
1619 help
1620 ML7213 is companion chip for Intel Atom E6xx series.
1621 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH (Input/Output
1622 Hub) which is for IVI (In-Vehicle Infotainment) use.

--- 179 unchanged lines hidden ---