diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2015-09-18 21:47:37 +0800 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2015-09-20 20:32:10 +0200 |
commit | c582fbfba581d1331a52a85f0d712b0b7ec961c3 (patch) | |
tree | 77ec24e5d232c8714cdfc4d534304d54b333cca4 /arch/arm64/Kconfig.platforms | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) | |
download | linux-c582fbfba581d1331a52a85f0d712b0b7ec961c3.tar.bz2 |
arm64: berlin: enable ARCH_REQUIRE_GPIOLIB
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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 23800a19a7bc..c6e2c75c04fc 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -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 |