summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-05-23 18:19:51 +0200
committerBen Hutchings <ben@decadent.org.uk>2012-06-10 14:41:34 +0100
commit9312f772b16ccee577a2396e3b455ad85e929ac8 (patch)
treea1b320159c5bf7edae22b84b84b67974b61ba361 /arch/arm/Kconfig
parent2302e9e4e1aba6a92d872a1361089689252d044b (diff)
downloadlwn-9312f772b16ccee577a2396e3b455ad85e929ac8.tar.gz
lwn-9312f772b16ccee577a2396e3b455ad85e929ac8.zip
ixp4xx: fix compilation by adding gpiolib support
commit 9dde0ae3769875ec1370cb316e50c54b57d52c1a upstream. Once again, ixp4xx no longer even compiles. This patch fixes the issue by converting over to gpiolib. This patch was first made by Imre and posted by Marc, and I added in Russell's suggestion to empty the gpio header file. This fix should also go for 3.1, 3.2, 3.3, and 3.4. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ef642a01eacb..987c72d280bb 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -520,7 +520,7 @@ config ARCH_IXP4XX
depends on MMU
select CLKSRC_MMIO
select CPU_XSCALE
- select GENERIC_GPIO
+ select ARCH_REQUIRE_GPIOLIB
select GENERIC_CLOCKEVENTS
select HAVE_SCHED_CLOCK
select MIGHT_HAVE_PCI