All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform.
@ 2020-05-31  3:29 Greg Gallagher
  2020-06-02  7:48 ` Jan Kiszka
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Gallagher @ 2020-05-31  3:29 UTC (permalink / raw)
  To: xenomai; +Cc: Joshua Karch

From: Joshua Karch <jkarch48@hotmail.com>

    	Signed-off-by: Joshua Karch <jkarch48@hotmail.com>
	Signed-off-by: Greg Gallagher <greg@embeddedgreg.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



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform.
@ 2020-05-29  4:12 Greg Gallagher
  2020-05-29 17:04 ` Jan Kiszka
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Gallagher @ 2020-05-29  4:12 UTC (permalink / raw)
  To: xenomai; +Cc: Joshua Karch

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-02  7:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-31  3:29 [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform Greg Gallagher
2020-06-02  7:48 ` Jan Kiszka
  -- strict thread matches above, loose matches on Subject: below --
2020-05-29  4:12 Greg Gallagher
2020-05-29 17:04 ` Jan Kiszka
2020-05-29 17:27   ` Greg Gallagher

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.