aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorArnaud Patard <arnaud.patard@rtp-net.org>2008-07-08 18:07:48 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-09 18:31:42 -0400
commit63f385cd1f649b3f4f2d59fc609e051981215fd7 (patch)
treeb0c1d0bf186c701284ba63dda9514cec333037a5 /arch/arm/Kconfig
parent543cf4cb3fe6f6cae3651ba918b9c56200b257d0 (diff)
[ARM] 5160/1: IOP3XX: gpio/gpiolib support
This patch brings support for gpio/gpiolib framework to Intel IOP3xx platforms. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Acked-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b786e68914d4..63ef7cf852a7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -299,6 +299,8 @@ config ARCH_IOP32X
299 depends on MMU 299 depends on MMU
300 select PLAT_IOP 300 select PLAT_IOP
301 select PCI 301 select PCI
302 select GENERIC_GPIO
303 select HAVE_GPIO_LIB
302 help 304 help
303 Support for Intel's 80219 and IOP32X (XScale) family of 305 Support for Intel's 80219 and IOP32X (XScale) family of
304 processors. 306 processors.
@@ -308,6 +310,8 @@ config ARCH_IOP33X
308 depends on MMU 310 depends on MMU
309 select PLAT_IOP 311 select PLAT_IOP
310 select PCI 312 select PCI
313 select GENERIC_GPIO
314 select HAVE_GPIO_LIB
311 help 315 help
312 Support for Intel's IOP33X (XScale) family of processors. 316 Support for Intel's IOP33X (XScale) family of processors.
313 317