Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1227885

[PATCH 1/3] arm64: berlin: enable ARCH_REQUIRE_GPIOLIB

From Jisheng Zhang <jszhang@marvell.com>
Newsgroups linux.kernel
Subject [PATCH 1/3] arm64: berlin: enable ARCH_REQUIRE_GPIOLIB
Date 2015-09-18 16:00 +0200
Message-ID <qa4mK-4oE-23@gated-at.bofh.it> (permalink)
References <qa4mK-4oE-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 23800a1..c6e2c75 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
-- 
2.5.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] arm64: dts: berlin4ct: add GPIO support Jisheng Zhang <jszhang@marvell.com> - 2015-09-18 16:00 +0200
  [PATCH 3/3] arm64: dts: add dts file for Marvell Berlin4CT STB board Jisheng Zhang <jszhang@marvell.com> - 2015-09-18 16:00 +0200
    Re: [PATCH 3/3] arm64: dts: add dts file for Marvell Berlin4CT STB  board Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-09-20 21:10 +0200
      Re: [PATCH 3/3] arm64: dts: add dts file for Marvell Berlin4CT STB  board Jisheng Zhang <jszhang@marvell.com> - 2015-09-21 04:30 +0200
  [PATCH 2/3] arm64: dts: berlin4ct: add GPIO nodes Jisheng Zhang <jszhang@marvell.com> - 2015-09-18 16:00 +0200
  [PATCH 1/3] arm64: berlin: enable ARCH_REQUIRE_GPIOLIB Jisheng Zhang <jszhang@marvell.com> - 2015-09-18 16:00 +0200
    Re: [PATCH 1/3] arm64: berlin: enable ARCH_REQUIRE_GPIOLIB Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-09-20 21:10 +0200

csiph-web