Kconfig (7ed915059c3001ddebfc2aa993cc172d10123806) | Kconfig (9a3821c2bb47d2582b0c8f053d4c3bed7bd8d3d1) |
---|---|
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 --- 402 unchanged lines hidden (view full) --- 411 412config GPIO_SPEAR_SPICS 413 bool "ST SPEAr13xx SPI Chip Select as GPIO support" 414 depends on PLAT_SPEAR 415 select GENERIC_IRQ_CHIP 416 help 417 Say yes here to support ST SPEAr SPI Chip Select as GPIO device 418 | 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 --- 402 unchanged lines hidden (view full) --- 411 412config GPIO_SPEAR_SPICS 413 bool "ST SPEAr13xx SPI Chip Select as GPIO support" 414 depends on PLAT_SPEAR 415 select GENERIC_IRQ_CHIP 416 help 417 Say yes here to support ST SPEAr SPI Chip Select as GPIO device 418 |
419config GPIO_SPRD 420 tristate "Spreadtrum GPIO support" 421 depends on ARCH_SPRD || COMPILE_TEST 422 depends on OF_GPIO 423 select GPIOLIB_IRQCHIP 424 help 425 Say yes here to support Spreadtrum GPIO device. 426 |
|
419config GPIO_STA2X11 420 bool "STA2x11/ConneXt GPIO support" 421 depends on MFD_STA2X11 422 select GENERIC_IRQ_CHIP 423 help 424 Say yes here to support the STA2x11/ConneXt GPIO device. 425 The GPIO module has 128 GPIO pins with alternate functions. 426 --- 919 unchanged lines hidden --- | 427config GPIO_STA2X11 428 bool "STA2x11/ConneXt GPIO support" 429 depends on MFD_STA2X11 430 select GENERIC_IRQ_CHIP 431 help 432 Say yes here to support the STA2x11/ConneXt GPIO device. 433 The GPIO module has 128 GPIO pins with alternate functions. 434 --- 919 unchanged lines hidden --- |