summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli2010-01-03 21:16:51 +0100
committerRalf Baechle2010-02-27 12:53:16 +0100
commit5f3c909881d5deebb9a3ddc836a15937e76daefc (patch)
tree5306ae518c1da71bdba1814e49e75ad7cd6c2736 /arch/mips/Kconfig
parentMIPS: msp71xx: remove unused prom_getcmdline() (diff)
downloadkernel-qcow2-linux-5f3c909881d5deebb9a3ddc836a15937e76daefc.tar.gz
kernel-qcow2-linux-5f3c909881d5deebb9a3ddc836a15937e76daefc.tar.xz
kernel-qcow2-linux-5f3c909881d5deebb9a3ddc836a15937e76daefc.zip
MIPS: AR7: Implement gpiolib
This patch implements gpiolib for the AR7 SoC. Signed-off-by: Florian Fainelli <florian@openwrt.org> To: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/816/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 874167153880..db0a85355be7 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -41,7 +41,7 @@ config AR7
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_SUPPORTS_ZBOOT_UART16550
- select GENERIC_GPIO
+ select ARCH_REQUIRE_GPIOLIB
select GCD
select VLYNQ
help