Kconfig (2505c7b0128f63289a59d77ee39cacd08aacf779) | Kconfig (a7c0b4b80f02d748031c785e30d380cfa7fd41ee) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 426 unchanged lines hidden (view full) --- 435 select GPIOLIB_IRQCHIP 436 help 437 Say yes here to support SIOX I/O devices. These are units connected 438 via a SIOX bus and have a number of fixed-direction I/O lines. 439 440config GPIO_SNPS_CREG 441 bool "Synopsys GPIO via CREG (Control REGisters) driver" 442 depends on ARC || COMPILE_TEST | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 426 unchanged lines hidden (view full) --- 435 select GPIOLIB_IRQCHIP 436 help 437 Say yes here to support SIOX I/O devices. These are units connected 438 via a SIOX bus and have a number of fixed-direction I/O lines. 439 440config GPIO_SNPS_CREG 441 bool "Synopsys GPIO via CREG (Control REGisters) driver" 442 depends on ARC || COMPILE_TEST |
443 select OF_GPIO | 443 depends on OF_GPIO |
444 help 445 This driver supports GPIOs via CREG on various Synopsys SoCs. 446 This is a single-register MMIO GPIO driver for complex cases 447 where only several fields in register belong to GPIO lines and 448 each GPIO line owns a field with different length and on/off value. 449 450config GPIO_SPEAR_SPICS 451 bool "ST SPEAr13xx SPI Chip Select as GPIO support" --- 948 unchanged lines hidden --- | 444 help 445 This driver supports GPIOs via CREG on various Synopsys SoCs. 446 This is a single-register MMIO GPIO driver for complex cases 447 where only several fields in register belong to GPIO lines and 448 each GPIO line owns a field with different length and on/off value. 449 450config GPIO_SPEAR_SPICS 451 bool "ST SPEAr13xx SPI Chip Select as GPIO support" --- 948 unchanged lines hidden --- |