linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fpga: zynq: Add hardware dependencies
@ 2016-07-07  8:07 Jean Delvare
  2016-07-17 20:45 ` Moritz Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: Jean Delvare @ 2016-07-07  8:07 UTC (permalink / raw)
  To: LKML; +Cc: Moritz Fischer, Alan Tull, Greg Kroah-Hartman

The zynq-fpga driver is specific to its architecture, so do not
propose it on other architectures, unless build-testing.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Moritz Fischer <moritz.fischer@ettus.com>
Cc: Alan Tull <atull@opensource.altera.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/fpga/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.7-rc6.orig/drivers/fpga/Kconfig	2016-07-04 08:01:00.000000000 +0200
+++ linux-4.7-rc6/drivers/fpga/Kconfig	2016-07-07 09:29:50.395807394 +0200
@@ -21,6 +21,7 @@ config FPGA_MGR_SOCFPGA
 
 config FPGA_MGR_ZYNQ_FPGA
 	tristate "Xilinx Zynq FPGA"
+	depends on ARCH_ZYNQ || COMPILE_TEST
 	help
 	  FPGA manager driver support for Xilinx Zynq FPGAs.
 

-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH] fpga: zynq: Add hardware dependencies
  2016-07-07  8:07 [PATCH] fpga: zynq: Add hardware dependencies Jean Delvare
@ 2016-07-17 20:45 ` Moritz Fischer
  2016-07-19 13:50   ` atull
  0 siblings, 1 reply; 3+ messages in thread
From: Moritz Fischer @ 2016-07-17 20:45 UTC (permalink / raw)
  To: Jean Delvare; +Cc: LKML, Alan Tull, Greg Kroah-Hartman

On Thu, Jul 7, 2016 at 1:07 AM, Jean Delvare <jdelvare@suse.de> wrote:
> The zynq-fpga driver is specific to its architecture, so do not
> propose it on other architectures, unless build-testing.
>
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Moritz Fischer <moritz.fischer@ettus.com>
> Cc: Alan Tull <atull@opensource.altera.com>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> ---
>  drivers/fpga/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
>
> --- linux-4.7-rc6.orig/drivers/fpga/Kconfig     2016-07-04 08:01:00.000000000 +0200
> +++ linux-4.7-rc6/drivers/fpga/Kconfig  2016-07-07 09:29:50.395807394 +0200
> @@ -21,6 +21,7 @@ config FPGA_MGR_SOCFPGA
>
>  config FPGA_MGR_ZYNQ_FPGA
>         tristate "Xilinx Zynq FPGA"
> +       depends on ARCH_ZYNQ || COMPILE_TEST
>         help
>           FPGA manager driver support for Xilinx Zynq FPGAs.
>
>
> --
> Jean Delvare
> SUSE L3 Support

Acked-By: Moritz Fischer <moritz.fischer@ettus.com>

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

* Re: [PATCH] fpga: zynq: Add hardware dependencies
  2016-07-17 20:45 ` Moritz Fischer
@ 2016-07-19 13:50   ` atull
  0 siblings, 0 replies; 3+ messages in thread
From: atull @ 2016-07-19 13:50 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: Jean Delvare, LKML, Greg Kroah-Hartman

On Sun, 17 Jul 2016, Moritz Fischer wrote:

> On Thu, Jul 7, 2016 at 1:07 AM, Jean Delvare <jdelvare@suse.de> wrote:
> > The zynq-fpga driver is specific to its architecture, so do not
> > propose it on other architectures, unless build-testing.
> >
> > Signed-off-by: Jean Delvare <jdelvare@suse.de>
> > Cc: Moritz Fischer <moritz.fischer@ettus.com>
> > Cc: Alan Tull <atull@opensource.altera.com>
> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > ---
> >  drivers/fpga/Kconfig |    1 +
> >  1 file changed, 1 insertion(+)
> >
> > --- linux-4.7-rc6.orig/drivers/fpga/Kconfig     2016-07-04 08:01:00.000000000 +0200
> > +++ linux-4.7-rc6/drivers/fpga/Kconfig  2016-07-07 09:29:50.395807394 +0200
> > @@ -21,6 +21,7 @@ config FPGA_MGR_SOCFPGA
> >
> >  config FPGA_MGR_ZYNQ_FPGA
> >         tristate "Xilinx Zynq FPGA"
> > +       depends on ARCH_ZYNQ || COMPILE_TEST
> >         help
> >           FPGA manager driver support for Xilinx Zynq FPGAs.
> >
> >
> > --
> > Jean Delvare
> > SUSE L3 Support
> 
> Acked-By: Moritz Fischer <moritz.fischer@ettus.com>
> 

Acked-by: Alan Tull <atull@opensource.altera.com>

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

end of thread, other threads:[~2016-07-19 14:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-07  8:07 [PATCH] fpga: zynq: Add hardware dependencies Jean Delvare
2016-07-17 20:45 ` Moritz Fischer
2016-07-19 13:50   ` atull

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).