diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 04:02:49 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:02:49 -0400 |
commit | 07bd1a6cc7cbb3f373fbe49b204c6cde5e9155fc (patch) | |
tree | 94a09785b99feebe4c83e836a976fe7fbf146813 /arch/arm/Kconfig | |
parent | e3d13ff4b9d3b05d7a969153e2c049548e25deea (diff) |
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/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 b786e68914d4..5c8c1a89be73 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -368,6 +368,8 @@ config ARCH_NS9XXX | |||
368 | config ARCH_MXC | 368 | config ARCH_MXC |
369 | bool "Freescale MXC/iMX-based" | 369 | bool "Freescale MXC/iMX-based" |
370 | select ARCH_MTD_XIP | 370 | select ARCH_MTD_XIP |
371 | select GENERIC_GPIO | ||
372 | select HAVE_GPIO_LIB | ||
371 | help | 373 | help |
372 | Support for Freescale MXC/iMX-based family of processors | 374 | Support for Freescale MXC/iMX-based family of processors |
373 | 375 | ||