summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-09-09 05:59:51 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-09-20 17:03:36 -0400
commite9004f5039b3840089cb1cb0fe558a81e2bb55f0 (patch)
tree8c0effa3ea4b6e68786c7f11d16de1514746e615 /drivers/gpio/Kconfig
parent272b98c6455f00884f0350f775c5342358ebb73f (diff)
ARM: plat-iop: move the GPIO driver to drivers/gpio
Move the IOP GPIO driver to live with its siblings in the GPIO subsystem. Cc: Lennert Buytenhek <kernel@wantstofly.org> Cc: Dan Williams <dan.j.williams@intel.com> Cc: Mikael Pettersson <mikpe@it.uu.se> Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index b6ed304863eb..cc30426d31ec 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -320,6 +320,15 @@ config GPIO_ICH
320 320
321 If unsure, say N. 321 If unsure, say N.
322 322
323config GPIO_IOP
324 tristate "Intel IOP GPIO"
325 depends on ARM && (ARCH_IOP32X || ARCH_IOP33X)
326 help
327 Say yes here to support the GPIO functionality of a number of Intel
328 IOP32X or IOP33X.
329
330 If unsure, say N.
331
323config GPIO_VX855 332config GPIO_VX855
324 tristate "VIA VX855/VX875 GPIO" 333 tristate "VIA VX855/VX875 GPIO"
325 depends on PCI 334 depends on PCI