diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-05-23 18:19:51 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-23 21:22:43 +0200 |
commit | 9dde0ae3769875ec1370cb316e50c54b57d52c1a (patch) | |
tree | c0d7967cd121cddf66ebeff5777007f557f86065 /arch/arm/Kconfig | |
parent | 76e10d158efb6d4516018846f60c2ab5501900bc (diff) | |
download | lwn-9dde0ae3769875ec1370cb316e50c54b57d52c1a.tar.gz lwn-9dde0ae3769875ec1370cb316e50c54b57d52c1a.zip |
ixp4xx: fix compilation by adding gpiolib support
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>
Cc: <stable@vger.kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 36586dba6fa6..7a8660a2f262 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -556,7 +556,7 @@ config ARCH_IXP4XX select ARCH_HAS_DMA_SET_COHERENT_MASK select CLKSRC_MMIO select CPU_XSCALE - select GENERIC_GPIO + select ARCH_REQUIRE_GPIOLIB select GENERIC_CLOCKEVENTS select MIGHT_HAVE_PCI select NEED_MACH_IO_H |