Kconfig (86b6d4f8cf2a3a3a3adbadd2ac79dce64a5df515) | Kconfig (97c6e28d388a5000d780d2a63c32f422827f5aa3) |
---|---|
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 --- 427 unchanged lines hidden (view full) --- 436 437config GPIO_MXC 438 tristate "i.MX GPIO support" 439 depends on ARCH_MXC || COMPILE_TEST 440 select GPIO_GENERIC 441 select GENERIC_IRQ_CHIP 442 443config GPIO_MXS | 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 --- 427 unchanged lines hidden (view full) --- 436 437config GPIO_MXC 438 tristate "i.MX GPIO support" 439 depends on ARCH_MXC || COMPILE_TEST 440 select GPIO_GENERIC 441 select GENERIC_IRQ_CHIP 442 443config GPIO_MXS |
444 def_bool y | 444 bool "Freescale MXS GPIO support" if COMPILE_TEST |
445 depends on ARCH_MXS || COMPILE_TEST | 445 depends on ARCH_MXS || COMPILE_TEST |
446 default y if ARCH_MXS |
|
446 select GPIO_GENERIC 447 select GENERIC_IRQ_CHIP 448 449config GPIO_OCTEON 450 tristate "Cavium OCTEON GPIO" 451 depends on CAVIUM_OCTEON_SOC 452 default y 453 help --- 793 unchanged lines hidden (view full) --- 1247 1248config GPIO_MAX77650 1249 tristate "Maxim MAX77650/77651 GPIO support" 1250 depends on MFD_MAX77650 1251 help 1252 GPIO driver for MAX77650/77651 PMIC from Maxim Semiconductor. 1253 These chips have a single pin that can be configured as GPIO. 1254 | 447 select GPIO_GENERIC 448 select GENERIC_IRQ_CHIP 449 450config GPIO_OCTEON 451 tristate "Cavium OCTEON GPIO" 452 depends on CAVIUM_OCTEON_SOC 453 default y 454 help --- 793 unchanged lines hidden (view full) --- 1248 1249config GPIO_MAX77650 1250 tristate "Maxim MAX77650/77651 GPIO support" 1251 depends on MFD_MAX77650 1252 help 1253 GPIO driver for MAX77650/77651 PMIC from Maxim Semiconductor. 1254 These chips have a single pin that can be configured as GPIO. 1255 |
1256config GPIO_MSIC 1257 bool "Intel MSIC mixed signal gpio support" 1258 depends on (X86 || COMPILE_TEST) && MFD_INTEL_MSIC 1259 help 1260 Enable support for GPIO on intel MSIC controllers found in 1261 intel MID devices 1262 |
|
1255config GPIO_PALMAS 1256 bool "TI PALMAS series PMICs GPIO" 1257 depends on MFD_PALMAS 1258 help 1259 Select this option to enable GPIO driver for the TI PALMAS 1260 series chip family. 1261 1262config GPIO_RC5T583 --- 179 unchanged lines hidden (view full) --- 1442 1443 The card needs to be physically altered for using it as a 1444 GPIO card. For more information on how to build a GPIO card 1445 from a BT8xx TV card, see the documentation file at 1446 Documentation/driver-api/gpio/bt8xxgpio.rst 1447 1448 If unsure, say N. 1449 | 1263config GPIO_PALMAS 1264 bool "TI PALMAS series PMICs GPIO" 1265 depends on MFD_PALMAS 1266 help 1267 Select this option to enable GPIO driver for the TI PALMAS 1268 series chip family. 1269 1270config GPIO_RC5T583 --- 179 unchanged lines hidden (view full) --- 1450 1451 The card needs to be physically altered for using it as a 1452 GPIO card. For more information on how to build a GPIO card 1453 from a BT8xx TV card, see the documentation file at 1454 Documentation/driver-api/gpio/bt8xxgpio.rst 1455 1456 If unsure, say N. 1457 |
1458config GPIO_INTEL_MID 1459 bool "Intel MID GPIO support" 1460 depends on X86_INTEL_MID 1461 select GPIOLIB_IRQCHIP 1462 help 1463 Say Y here to support Intel MID GPIO. 1464 |
|
1450config GPIO_MERRIFIELD 1451 tristate "Intel Merrifield GPIO support" 1452 depends on X86_INTEL_MID 1453 select GPIOLIB_IRQCHIP 1454 help 1455 Say Y here to support Intel Merrifield GPIO. 1456 1457config GPIO_MLXBF --- 176 unchanged lines hidden --- | 1465config GPIO_MERRIFIELD 1466 tristate "Intel Merrifield GPIO support" 1467 depends on X86_INTEL_MID 1468 select GPIOLIB_IRQCHIP 1469 help 1470 Say Y here to support Intel Merrifield GPIO. 1471 1472config GPIO_MLXBF --- 176 unchanged lines hidden --- |