summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-06-24 01:21:09 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-24 09:07:06 +0200
commitc8364cea6f10339e67aa0533c42c1fa2afacc068 (patch)
treed2e5468c80710ece2bfa0785859463f2cae05b21
parentfe2137cfd6229a6f7083378e371c561298971034 (diff)
downloadbarebox-c8364cea6f10339e67aa0533c42c1fa2afacc068.tar.gz
barebox-c8364cea6f10339e67aa0533c42c1fa2afacc068.tar.xz
MIPS: malta: enable gpiolib
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9a240b7822..f6b9765aa2 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -44,6 +44,7 @@ config MACH_MIPS_MALTA
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_BIG_ENDIAN
select HAS_DEBUG_LL
+ select GPIOLIB
config MACH_MIPS_AR231X
bool "Atheros ar231x-based boards"