linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Gang.Liu@nxp.com (Liu Gang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2 V3] gpio/qoriq: Add qoriq platforms support
Date: Tue, 12 Jan 2016 20:10:09 +0800	[thread overview]
Message-ID: <1452600610-17400-1-git-send-email-Gang.Liu@nxp.com> (raw)

The gpio-mpc8xxx.c should can support qoriq and
Layerscape platforms.

Signed-off-by: Liu Gang <Gang.Liu@nxp.com>
---
-V3: No changes

 drivers/gpio/Kconfig | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 5e4e9f5..e315cf4 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -281,12 +281,14 @@ config GPIO_MPC5200
 	depends on PPC_MPC52xx
 
 config GPIO_MPC8XXX
-	bool "MPC512x/MPC8xxx GPIO support"
+	bool "MPC512x/MPC8xxx/QorIQ GPIO support"
 	depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \
-		   FSL_SOC_BOOKE || PPC_86xx
+		   FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \
+		   COMPILE_TEST
+	select GPIO_GENERIC
 	help
 	  Say Y here if you're going to use hardware that connects to the
-	  MPC512x/831x/834x/837x/8572/8610 GPIOs.
+	  MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs.
 
 config GPIO_MVEBU
 	def_bool y
-- 
2.1.0.27.g96db324

             reply	other threads:[~2016-01-12 12:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-12 12:10 Liu Gang [this message]
2016-01-12 12:10 ` [PATCH 2/2 V3] drivers/gpio: Switch gpio-mpc8xxx to use gpio-generic Liu Gang
2016-01-25  7:47   ` Gang Liu
2016-01-28  9:40   ` Linus Walleij
2016-01-28  9:57 ` [PATCH 1/2 V3] gpio/qoriq: Add qoriq platforms support Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452600610-17400-1-git-send-email-Gang.Liu@nxp.com \
    --to=gang.liu@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).