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


Groups > linux.kernel > #1617049

[PATCH v4 2/7] arm64: marvell: enable the Armada 37xx pinctrl driver

From Gregory CLEMENT <gregory.clement@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH v4 2/7] arm64: marvell: enable the Armada 37xx pinctrl driver
Date 2017-04-05 17:30 +0200
Message-ID <tsV2G-4nq-19@gated-at.bofh.it> (permalink)
References <tsUT0-4j0-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This commit makes sure the driver for the Armada 37xx pin controller is
enabled.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 arch/arm64/Kconfig.platforms | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 129cc5ae4091..9aa71a3f3f50 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -103,8 +103,13 @@ config ARCH_MVEBU
 	select ARMADA_AP806_SYSCON
 	select ARMADA_CP110_SYSCON
 	select ARMADA_37XX_CLK
+	select GPIOLIB
+	select GPIOLIB_IRQCHIP
 	select MVEBU_ODMI
 	select MVEBU_PIC
+	select OF_GPIO
+	select PINCTRL
+	select PINCTRL_ARMADA_37XX
 	help
 	  This enables support for Marvell EBU familly, including:
 	   - Armada 3700 SoC Family
-- 
git-series 0.9.1

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


Thread

[PATCH v4 0/7] Add support for pinctrl/gpio on Armada 37xx Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-04-05 17:30 +0200
  [PATCH v4 2/7] arm64: marvell: enable the Armada 37xx pinctrl driver Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-04-05 17:30 +0200
  [PATCH v4 7/7] ARM64: dts: marvell: armada37xx: add pinctrl definition Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-04-05 17:30 +0200
  [PATCH v4 1/7] pinctrl: dt-bindings: Add documentation for Armada 37xx pin controllers Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-04-05 17:30 +0200

csiph-web