diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-03-27 13:18:51 (GMT) |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-05-07 16:27:21 (GMT) |
commit | cf2e933ce6da2a8bacd52e49c4dd4c0974af1d09 (patch) | |
tree | 0b553f1f82ed5c774b702bb42355ed5a37a17fe1 /arch/arm/Kconfig | |
parent | 15fb63a08b1ed2d925bab4c3aa8934003ed6b7cb (diff) | |
download | linux-cf2e933ce6da2a8bacd52e49c4dd4c0974af1d09.tar.xz |
ARM: at91: localize GPIO header
This moves the <mach/gpio.h> header in the AT91 platform down
into the machine directory and removes the reliance on
MACH_NEED_GPIO_H from the AT91.
This does not move the platform to GENERIC_GPIO but localize
the remaining work to be done for this to the mach-at91
folder.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
[nicolas.ferre@atmel.com: adapt to newer kernel, add rsi-ews board]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index db3c541..1c1fbbf 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -376,7 +376,6 @@ config ARCH_AT91 select ARCH_REQUIRE_GPIOLIB select CLKDEV_LOOKUP select IRQ_DOMAIN - select NEED_MACH_GPIO_H select NEED_MACH_IO_H if PCCARD select PINCTRL select PINCTRL_AT91 if USE_OF |