diff options
author | Antony Pavlov <antonynpavlov@gmail.com> | 2014-06-24 01:21:09 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2014-06-24 09:07:06 +0200 |
commit | c8364cea6f10339e67aa0533c42c1fa2afacc068 (patch) | |
tree | d2e5468c80710ece2bfa0785859463f2cae05b21 /arch/mips | |
parent | fe2137cfd6229a6f7083378e371c561298971034 (diff) | |
download | barebox-c8364cea6f10339e67aa0533c42c1fa2afacc068.tar.gz |
MIPS: malta: enable gpiolib
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 1 |
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" |