diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-09-09 11:59:51 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-20 23:03:36 +0200 |
commit | e9004f5039b3840089cb1cb0fe558a81e2bb55f0 (patch) | |
tree | 8c0effa3ea4b6e68786c7f11d16de1514746e615 /drivers/gpio/Kconfig | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) | |
download | linux-e9004f5039b3840089cb1cb0fe558a81e2bb55f0.tar.gz linux-e9004f5039b3840089cb1cb0fe558a81e2bb55f0.tar.bz2 linux-e9004f5039b3840089cb1cb0fe558a81e2bb55f0.zip |
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/Kconfig | 9 |
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 If unsure, say N. +config GPIO_IOP + tristate "Intel IOP GPIO" + depends on ARM && (ARCH_IOP32X || ARCH_IOP33X) + help + Say yes here to support the GPIO functionality of a number of Intel + IOP32X or IOP33X. + + If unsure, say N. + config GPIO_VX855 tristate "VIA VX855/VX875 GPIO" depends on PCI |