summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2015-09-23 01:34:08 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-09-23 10:28:03 +0200
commite40e6e479c7114de63a0f846f7e989d72465c4bb (patch)
tree98e3695375f0183d0ec7548b102031337bd0dfe7 /arch/mips/Kconfig
parent495f0034b733061a675e810ee10d9005f8d2422d (diff)
downloadbarebox-e40e6e479c7114de63a0f846f7e989d72465c4bb.tar.gz
barebox-e40e6e479c7114de63a0f846f7e989d72465c4bb.tar.xz
MIPS: ath79: use gpiolib
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index aeb5c04fce..a2d443f94c 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -68,6 +68,7 @@ config MACH_MIPS_ATH79
select COMMON_CLK_OF_PROVIDER
select CLKDEV_LOOKUP
select OFTREE
+ select GPIOLIB
config MACH_MIPS_BCM47XX
bool "Broadcom BCM47xx-based boards"