arm64: berlin: enable ARCH_REQUIRE_GPIOLIB
authorJisheng Zhang <jszhang@marvell.com>
Fri, 18 Sep 2015 13:47:37 +0000 (21:47 +0800)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sun, 20 Sep 2015 18:32:10 +0000 (20:32 +0200)
All berlin SoCs have GPIOs driven by the dwapb GPIO driver. Add GPIOLIB
as a dependency to be able to support them.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm64/Kconfig.platforms

index 23800a19a7bc5cc5bafc48c79e20fcb335ae97ea..c6e2c75c04fc0ee2d903d47e137649350802ceb9 100644 (file)
@@ -7,6 +7,7 @@ config ARCH_BCM_IPROC
 
 config ARCH_BERLIN
        bool "Marvell Berlin SoC Family"
+       select ARCH_REQUIRE_GPIOLIB
        select DW_APB_ICTL
        help
          This enables support for Marvell Berlin SoC Family
This page took 0.038922 seconds and 5 git commands to generate.