diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 10:02:49 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 10:02:49 +0200 |
commit | 07bd1a6cc7cbb3f373fbe49b204c6cde5e9155fc (patch) | |
tree | 94a09785b99feebe4c83e836a976fe7fbf146813 /arch/arm/plat-mxc/Makefile | |
parent | mxc: add MX3 support for i.MX internal UART driver (diff) | |
download | linux-07bd1a6cc7cbb3f373fbe49b204c6cde5e9155fc.tar.xz linux-07bd1a6cc7cbb3f373fbe49b204c6cde5e9155fc.zip |
MXC arch: Add gpio support for the whole platform
This patch bases on the one from Daniel Mack. The most important change to
Daniel's patch is to be more generic. This gpio routine supports at least
the i.MX27 and i.MX31 processors.
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Acked-by: Daniel Mack <daniel@caiaq.de>
Diffstat (limited to 'arch/arm/plat-mxc/Makefile')
-rw-r--r-- | arch/arm/plat-mxc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile index 3eb181cb7afb..66272a6fc323 100644 --- a/arch/arm/plat-mxc/Makefile +++ b/arch/arm/plat-mxc/Makefile @@ -3,4 +3,4 @@ # # Common support -obj-y := irq.o clock.o +obj-y := irq.o clock.o gpio.o |