diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
| -rw-r--r-- | drivers/gpio/Kconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 510aa2054544..dd9b4ba8d32d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
| @@ -70,6 +70,11 @@ config GPIO_MAX730X | |||
| 70 | 70 | ||
| 71 | comment "Memory mapped GPIO expanders:" | 71 | comment "Memory mapped GPIO expanders:" |
| 72 | 72 | ||
| 73 | config GPIO_BASIC_MMIO | ||
| 74 | tristate "Basic memory-mapped GPIO controllers support" | ||
| 75 | help | ||
| 76 | Say yes here to support basic memory-mapped GPIO controllers. | ||
| 77 | |||
| 73 | config GPIO_IT8761E | 78 | config GPIO_IT8761E |
| 74 | tristate "IT8761E GPIO support" | 79 | tristate "IT8761E GPIO support" |
| 75 | depends on GPIOLIB | 80 | depends on GPIOLIB |
| @@ -267,6 +272,13 @@ config GPIO_ADP5588 | |||
| 267 | To compile this driver as a module, choose M here: the module will be | 272 | To compile this driver as a module, choose M here: the module will be |
| 268 | called adp5588-gpio. | 273 | called adp5588-gpio. |
| 269 | 274 | ||
| 275 | config GPIO_ADP5588_IRQ | ||
| 276 | bool "Interrupt controller support for ADP5588" | ||
| 277 | depends on GPIO_ADP5588=y | ||
| 278 | help | ||
| 279 | Say yes here to enable the adp5588 to be used as an interrupt | ||
| 280 | controller. It requires the driver to be built in the kernel. | ||
| 281 | |||
| 270 | comment "PCI GPIO expanders:" | 282 | comment "PCI GPIO expanders:" |
| 271 | 283 | ||
| 272 | config GPIO_CS5535 | 284 | config GPIO_CS5535 |
| @@ -301,6 +313,14 @@ config GPIO_LANGWELL | |||
| 301 | help | 313 | help |
| 302 | Say Y here to support Intel Langwell/Penwell GPIO. | 314 | Say Y here to support Intel Langwell/Penwell GPIO. |
| 303 | 315 | ||
| 316 | config GPIO_PCH | ||
| 317 | tristate "PCH GPIO of Intel Topcliff" | ||
| 318 | depends on PCI | ||
| 319 | help | ||
| 320 | This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff | ||
| 321 | which is an IOH(Input/Output Hub) for x86 embedded processor. | ||
| 322 | This driver can access PCH GPIO device. | ||
| 323 | |||
| 304 | config GPIO_TIMBERDALE | 324 | config GPIO_TIMBERDALE |
| 305 | bool "Support for timberdale GPIO IP" | 325 | bool "Support for timberdale GPIO IP" |
| 306 | depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM | 326 | depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM |
| @@ -339,6 +359,14 @@ config GPIO_MC33880 | |||
| 339 | SPI driver for Freescale MC33880 high-side/low-side switch. | 359 | SPI driver for Freescale MC33880 high-side/low-side switch. |
| 340 | This provides GPIO interface supporting inputs and outputs. | 360 | This provides GPIO interface supporting inputs and outputs. |
| 341 | 361 | ||
| 362 | config GPIO_74X164 | ||
| 363 | tristate "74x164 serial-in/parallel-out 8-bits shift register" | ||
| 364 | depends on SPI_MASTER | ||
| 365 | help | ||
| 366 | Platform driver for 74x164 compatible serial-in/parallel-out | ||
| 367 | 8-outputs shift registers. This driver can be used to provide access | ||
| 368 | to more gpio outputs. | ||
| 369 | |||
| 342 | comment "AC97 GPIO expanders:" | 370 | comment "AC97 GPIO expanders:" |
| 343 | 371 | ||
| 344 | config GPIO_UCB1400 | 372 | config GPIO_UCB1400 |
