Kconfig (ff36e78fdb251b9fa65028554689806961e011eb) Kconfig (bc0ae0e737f5167348579612493e2754e2122dfb)
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

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

1394
1395config GPIO_MLXBF
1396 tristate "Mellanox BlueField SoC GPIO"
1397 depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || (64BIT && COMPILE_TEST)
1398 select GPIO_GENERIC
1399 help
1400 Say Y here if you want GPIO support on Mellanox BlueField SoC.
1401
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

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

1394
1395config GPIO_MLXBF
1396 tristate "Mellanox BlueField SoC GPIO"
1397 depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || (64BIT && COMPILE_TEST)
1398 select GPIO_GENERIC
1399 help
1400 Say Y here if you want GPIO support on Mellanox BlueField SoC.
1401
1402config GPIO_MLXBF2
1403 tristate "Mellanox BlueField 2 SoC GPIO"
1404 depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || (64BIT && COMPILE_TEST)
1405 select GPIO_GENERIC
1406 help
1407 Say Y here if you want GPIO support on Mellanox BlueField 2 SoC.
1408
1402config GPIO_ML_IOH
1403 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
1404 depends on X86 || COMPILE_TEST
1405 select GENERIC_IRQ_CHIP
1406 help
1407 ML7213 is companion chip for Intel Atom E6xx series.
1408 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output
1409 Hub) which is for IVI(In-Vehicle Infotainment) use.

--- 139 unchanged lines hidden ---
1409config GPIO_ML_IOH
1410 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
1411 depends on X86 || COMPILE_TEST
1412 select GENERIC_IRQ_CHIP
1413 help
1414 ML7213 is companion chip for Intel Atom E6xx series.
1415 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output
1416 Hub) which is for IVI(In-Vehicle Infotainment) use.

--- 139 unchanged lines hidden ---