diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-09-09 05:59:51 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-20 17:03:36 -0400 |
commit | e9004f5039b3840089cb1cb0fe558a81e2bb55f0 (patch) | |
tree | 8c0effa3ea4b6e68786c7f11d16de1514746e615 /arch/arm/Kconfig | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (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 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3f7714d8d2d2..fc8c0928bfaf 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -457,6 +457,7 @@ config ARCH_IOP32X | |||
457 | depends on MMU | 457 | depends on MMU |
458 | select ARCH_REQUIRE_GPIOLIB | 458 | select ARCH_REQUIRE_GPIOLIB |
459 | select CPU_XSCALE | 459 | select CPU_XSCALE |
460 | select GPIO_IOP | ||
460 | select NEED_MACH_GPIO_H | 461 | select NEED_MACH_GPIO_H |
461 | select NEED_RET_TO_USER | 462 | select NEED_RET_TO_USER |
462 | select PCI | 463 | select PCI |
@@ -470,6 +471,7 @@ config ARCH_IOP33X | |||
470 | depends on MMU | 471 | depends on MMU |
471 | select ARCH_REQUIRE_GPIOLIB | 472 | select ARCH_REQUIRE_GPIOLIB |
472 | select CPU_XSCALE | 473 | select CPU_XSCALE |
474 | select GPIO_IOP | ||
473 | select NEED_MACH_GPIO_H | 475 | select NEED_MACH_GPIO_H |
474 | select NEED_RET_TO_USER | 476 | select NEED_RET_TO_USER |
475 | select PCI | 477 | select PCI |