diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2014-04-16 11:46:34 +0400 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-05-20 00:52:28 +0400 |
commit | d45fa871c06762ab7e10ea4d889ab5be61d41ab1 (patch) | |
tree | ff63197b248580955a055d46982678208ce64bc4 /arch/arm/mach-berlin | |
parent | cb56c643cc167a9e5e5fa2fbc3111ce6222eec32 (diff) | |
download | linux-d45fa871c06762ab7e10ea4d889ab5be61d41ab1.tar.xz |
ARM: berlin: add the LIBGPIO as a dependency for the BG2Q
The BG2Q has GPIOs driven by the dwapb GPIO driver. Add the LIBGPIO as a
dependency to be able to support them.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Reviewed-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/mach-berlin')
-rw-r--r-- | arch/arm/mach-berlin/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig index 9266ae38a5c1..95c098f497b5 100644 --- a/arch/arm/mach-berlin/Kconfig +++ b/arch/arm/mach-berlin/Kconfig @@ -1,5 +1,6 @@ config ARCH_BERLIN bool "Marvell Berlin SoCs" if ARCH_MULTI_V7 + select ARCH_REQUIRE_GPIOLIB select ARM_GIC select GENERIC_IRQ_CHIP select DW_APB_ICTL |