All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Gallagher <greg@embeddedgreg.com>
To: xenomai@xenomai.org
Cc: Joshua Karch <jkarch48@hotmail.com>
Subject: [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform.
Date: Fri, 29 May 2020 00:12:33 -0400	[thread overview]
Message-ID: <20200529041233.536263-1-greg@embeddedgreg.com> (raw)

Signed-off-by: Greg Gallagher <greg@embeddedgreg.com>
Signed-off-by: Joshua Karch <jkarch48@hotmail.com>
---
 kernel/drivers/gpio/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/drivers/gpio/Kconfig b/kernel/drivers/gpio/Kconfig
index dbc862754..44f41688c 100644
--- a/kernel/drivers/gpio/Kconfig
+++ b/kernel/drivers/gpio/Kconfig
@@ -34,7 +34,7 @@ config XENO_DRIVERS_GPIO_SUN8I_H3
 	SoC, as found on the NanoPI boards.
 
 config XENO_DRIVERS_GPIO_ZYNQ7000
-	depends on ARCH_ZYNQ
+	depends on ARCH_ZYNQ || ARCH_ZYNQMP
 	tristate "Support for Zynq7000 GPIOs"
 	help
 
@@ -42,7 +42,7 @@ config XENO_DRIVERS_GPIO_ZYNQ7000
 	Xilinx's Zynq7000 SoC.
 
 config XENO_DRIVERS_GPIO_XILINX
-	depends on ARCH_ZYNQ
+	depends on ARCH_ZYNQ || ARCH_ZYNQMP
 	tristate "Support for Xilinx GPIOs"
 	help
 
-- 
2.25.1



             reply	other threads:[~2020-05-29  4:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-29  4:12 Greg Gallagher [this message]
2020-05-29 17:04 ` [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform Jan Kiszka
2020-05-29 17:27   ` Greg Gallagher
2020-05-31  3:29 Greg Gallagher
2020-06-02  7:48 ` Jan Kiszka

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=20200529041233.536263-1-greg@embeddedgreg.com \
    --to=greg@embeddedgreg.com \
    --cc=jkarch48@hotmail.com \
    --cc=xenomai@xenomai.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.