diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index ca44d2cceb02..74603ca06e34 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -162,9 +162,18 @@ config GPIO_SCH | |||
162 | The Intel Tunnel Creek processor has 5 GPIOs powered by the | 162 | The Intel Tunnel Creek processor has 5 GPIOs powered by the |
163 | core power rail and 9 from suspend power supply. | 163 | core power rail and 9 from suspend power supply. |
164 | 164 | ||
165 | config GPIO_U300 | ||
166 | bool "ST-Ericsson U300 COH 901 335/571 GPIO" | ||
167 | depends on GPIOLIB && ARCH_U300 | ||
168 | help | ||
169 | Say yes here to support GPIO interface on ST-Ericsson U300. | ||
170 | The names of the two IP block variants supported are | ||
171 | COH 901 335 and COH 901 571/3. They contain 3, 5 or 7 | ||
172 | ports of 8 GPIO pins each. | ||
173 | |||
165 | config GPIO_VX855 | 174 | config GPIO_VX855 |
166 | tristate "VIA VX855/VX875 GPIO" | 175 | tristate "VIA VX855/VX875 GPIO" |
167 | depends on MFD_SUPPORT && PCI | 176 | depends on PCI |
168 | select MFD_CORE | 177 | select MFD_CORE |
169 | select MFD_VX855 | 178 | select MFD_VX855 |
170 | help | 179 | help |
@@ -372,6 +381,7 @@ config GPIO_LANGWELL | |||
372 | config GPIO_PCH | 381 | config GPIO_PCH |
373 | tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GPIO" | 382 | tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GPIO" |
374 | depends on PCI && X86 | 383 | depends on PCI && X86 |
384 | select GENERIC_IRQ_CHIP | ||
375 | help | 385 | help |
376 | This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff | 386 | This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff |
377 | which is an IOH(Input/Output Hub) for x86 embedded processor. | 387 | which is an IOH(Input/Output Hub) for x86 embedded processor. |
@@ -386,6 +396,7 @@ config GPIO_PCH | |||
386 | config GPIO_ML_IOH | 396 | config GPIO_ML_IOH |
387 | tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" | 397 | tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" |
388 | depends on PCI | 398 | depends on PCI |
399 | select GENERIC_IRQ_CHIP | ||
389 | help | 400 | help |
390 | ML7213 is companion chip for Intel Atom E6xx series. | 401 | ML7213 is companion chip for Intel Atom E6xx series. |
391 | This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output | 402 | This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output |
@@ -401,7 +412,6 @@ config GPIO_TIMBERDALE | |||
401 | config GPIO_RDC321X | 412 | config GPIO_RDC321X |
402 | tristate "RDC R-321x GPIO support" | 413 | tristate "RDC R-321x GPIO support" |
403 | depends on PCI | 414 | depends on PCI |
404 | select MFD_SUPPORT | ||
405 | select MFD_CORE | 415 | select MFD_CORE |
406 | select MFD_RDC321X | 416 | select MFD_RDC321X |
407 | help | 417 | help |