Kconfig (a623f57c38eecb4069f61ea523bdc2641cd56124) | Kconfig (49e928d6cfd4a27f2b2e0ea6cdcb9e853360a9a1) |
---|---|
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 --- 72 unchanged lines hidden (view full) --- 81# put drivers in the right section, in alphabetical order 82 83config GPIO_DA9052 84 tristate "Dialog DA9052 GPIO" 85 depends on PMIC_DA9052 86 help 87 Say yes here to enable the GPIO driver for the DA9052 chip. 88 | 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 --- 72 unchanged lines hidden (view full) --- 81# put drivers in the right section, in alphabetical order 82 83config GPIO_DA9052 84 tristate "Dialog DA9052 GPIO" 85 depends on PMIC_DA9052 86 help 87 Say yes here to enable the GPIO driver for the DA9052 chip. 88 |
89config GPIO_DA9055 90 tristate "Dialog Semiconductor DA9055 GPIO" 91 depends on MFD_DA9055 92 help 93 Say yes here to enable the GPIO driver for the DA9055 chip. 94 95 The Dialog DA9055 PMIC chip has 3 GPIO pins that can be 96 be controller by this driver. 97 98 If driver is built as a module it will be called gpio-da9055. 99 | |
100config GPIO_MAX730X 101 tristate 102 103comment "Memory mapped GPIO drivers:" 104 | 89config GPIO_MAX730X 90 tristate 91 92comment "Memory mapped GPIO drivers:" 93 |
105config GPIO_CLPS711X 106 def_bool y 107 depends on ARCH_CLPS711X 108 | |
109config GPIO_GENERIC_PLATFORM 110 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 111 select GPIO_GENERIC 112 help 113 Say yes here to support basic platform_device memory-mapped GPIO controllers. 114 115config GPIO_IT8761E 116 tristate "IT8761E GPIO support" --- 45 unchanged lines hidden (view full) --- 162 depends on GPIOLIB && ARCH_MSM 163 help 164 Say yes here to support the GPIO interface on ARM v7 based 165 Qualcomm MSM chips. Most of the pins on the MSM can be 166 selected for GPIO, and are controlled by this driver. 167 168config GPIO_MVEBU 169 def_bool y | 94config GPIO_GENERIC_PLATFORM 95 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 96 select GPIO_GENERIC 97 help 98 Say yes here to support basic platform_device memory-mapped GPIO controllers. 99 100config GPIO_IT8761E 101 tristate "IT8761E GPIO support" --- 45 unchanged lines hidden (view full) --- 147 depends on GPIOLIB && ARCH_MSM 148 help 149 Say yes here to support the GPIO interface on ARM v7 based 150 Qualcomm MSM chips. Most of the pins on the MSM can be 151 selected for GPIO, and are controlled by this driver. 152 153config GPIO_MVEBU 154 def_bool y |
170 depends on ARCH_MVEBU | 155 depends on PLAT_ORION |
171 select GPIO_GENERIC 172 select GENERIC_IRQ_CHIP 173 174config GPIO_MXC 175 def_bool y 176 depends on ARCH_MXC 177 select GPIO_GENERIC 178 select GENERIC_IRQ_CHIP --- 12 unchanged lines hidden (view full) --- 191 Say yes here to support the PrimeCell PL061 GPIO device 192 193config GPIO_PXA 194 bool "PXA GPIO support" 195 depends on ARCH_PXA || ARCH_MMP 196 help 197 Say yes here to support the PXA GPIO device 198 | 156 select GPIO_GENERIC 157 select GENERIC_IRQ_CHIP 158 159config GPIO_MXC 160 def_bool y 161 depends on ARCH_MXC 162 select GPIO_GENERIC 163 select GENERIC_IRQ_CHIP --- 12 unchanged lines hidden (view full) --- 176 Say yes here to support the PrimeCell PL061 GPIO device 177 178config GPIO_PXA 179 bool "PXA GPIO support" 180 depends on ARCH_PXA || ARCH_MMP 181 help 182 Say yes here to support the PXA GPIO device 183 |
199config GPIO_SPEAR_SPICS 200 bool "ST SPEAr13xx SPI Chip Select as GPIO support" 201 depends on PLAT_SPEAR 202 select GENERIC_IRQ_CHIP 203 help 204 Say yes here to support ST SPEAr SPI Chip Select as GPIO device 205 | |
206config GPIO_STA2X11 207 bool "STA2x11/ConneXt GPIO support" 208 depends on MFD_STA2X11 209 select GENERIC_IRQ_CHIP 210 help 211 Say yes here to support the STA2x11/ConneXt GPIO device. 212 The GPIO module has 128 GPIO pins with alternate functions. 213 --- 461 unchanged lines hidden --- | 184config GPIO_STA2X11 185 bool "STA2x11/ConneXt GPIO support" 186 depends on MFD_STA2X11 187 select GENERIC_IRQ_CHIP 188 help 189 Say yes here to support the STA2x11/ConneXt GPIO device. 190 The GPIO module has 128 GPIO pins with alternate functions. 191 --- 461 unchanged lines hidden --- |