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


Groups > linux.kernel > #1645741

[PATCH 4/6] gpio: mvebu: allow building driver for Armada 7K/8K

From Gregory CLEMENT <gregory.clement@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH 4/6] gpio: mvebu: allow building driver for Armada 7K/8K
Date 2017-05-19 18:20 +0200
Message-ID <tISNc-4Fr-21@gated-at.bofh.it> (permalink)
References <tISDw-4BS-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The mvebu gpio driver can also be used on arm64 mvebu SoC such as the
Armada 7K/8K. This commit allows to build the driver for them (when only
ARCH_MVEBU is defined)

Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 23ca51ee6b28..418316b82bd2 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -326,7 +326,7 @@ config GPIO_MPC8XXX
 
 config GPIO_MVEBU
 	def_bool y
-	depends on PLAT_ORION
+	depends on PLAT_ORION || ARCH_MVEBU
 	depends on OF_GPIO
 	select GENERIC_IRQ_CHIP
 
-- 
git-series 0.9.1

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


Thread

[PATCH 0/6] Extend mvebu gpio driver to support the controllers of the Marvell Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:10 +0200
  [PATCH 1/6] gpio: mvebu: sort header include Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:10 +0200
    Re: [PATCH 1/6] gpio: mvebu: sort header include Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 11:20 +0200
  [PATCH 6/6] arm64: dts: marvell: add gpio support for Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:20 +0200
  [PATCH 3/6] gpio: dt-bindings: Add documentation for gpio controllers on Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:20 +0200
    Re: [PATCH 3/6] gpio: dt-bindings: Add documentation for gpio  controllers on Armada 7K/8K Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 11:30 +0200
      Re: [PATCH 3/6] gpio: dt-bindings: Add documentation for gpio controllers on Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-23 15:10 +0200
  [PATCH 2/6] gpio: mvebu: switch to regmap for register access Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:20 +0200
    Re: [PATCH 2/6] gpio: mvebu: switch to regmap for register access Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 11:20 +0200
  [PATCH 4/6] gpio: mvebu: allow building driver for Armada 7K/8K Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-19 18:20 +0200
    Re: [PATCH 4/6] gpio: mvebu: allow building driver for Armada 7K/8K Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 11:30 +0200

csiph-web