diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-09-28 09:10:54 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-10-01 23:41:41 +0100 |
commit | 354bf8010ffea1ca5accd9fae26b7373df96bcb7 (patch) | |
tree | 80bcb552771d44e9974de2a89b5b40213cef7e44 /drivers/gpio/Makefile | |
parent | bd5f12a24766c1f299def0a78b008d4746f528f2 (diff) | |
download | op-kernel-dev-354bf8010ffea1ca5accd9fae26b7373df96bcb7.zip op-kernel-dev-354bf8010ffea1ca5accd9fae26b7373df96bcb7.tar.gz |
ARM: 7103/1: plat-pxa: move PXA GPIO driver to GPIO subsystem
As per example from the other ARM boards, push the PXA
GPIO driver down to the GPIO subsystem so it can be consolidated.
Acked-by: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 84bc738..19c5d27 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -40,6 +40,7 @@ obj-$(CONFIG_GPIO_PCA953X) += gpio-pca953x.o obj-$(CONFIG_GPIO_PCF857X) += gpio-pcf857x.o obj-$(CONFIG_GPIO_PCH) += gpio-pch.o obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o +obj-$(CONFIG_PLAT_PXA) += gpio-pxa.o obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o obj-$(CONFIG_GPIO_PLAT_SAMSUNG) += gpio-plat-samsung.o |