All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <jdelvare@suse.de>
To: LKML <linux-kernel@vger.kernel.org>
Cc: "Moritz Fischer" <moritz.fischer@ettus.com>,
	"Alan Tull" <atull@opensource.altera.com>,
	"Michal Simek" <michal.simek@xilinx.com>,
	" Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Andrew Morton" <akpm@linux-foundation.org>
Subject: [PATCH v2] fpga manager: Add hardware dependency to Zynq driver
Date: Thu, 8 Sep 2016 10:29:48 +0200	[thread overview]
Message-ID: <20160908102948.370ff7ff@endymion> (raw)

The Zynq FPGA manager driver serves no purpose on other architectures
so hide it unless build-testing.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: Moritz Fischer <moritz.fischer@ettus.com>
Acked-by: Alan Tull <atull@opensource.altera.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Cc: "Sören Brinkmann" <soren.brinkmann@xilinx.com>
---
Changes since v1:
* Rebased on top of v4.8-rc5.

I have already sent this patch on 2016-01-22 and 2016-07-07, it was
approved by everybody involved each time, but apparently it got lost
somewhere as I still can't find it upstream.

 drivers/fpga/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.8-rc5.orig/drivers/fpga/Kconfig	2016-09-08 10:22:11.166730687 +0200
+++ linux-4.8-rc5/drivers/fpga/Kconfig	2016-09-08 10:22:38.621067814 +0200
@@ -21,6 +21,7 @@ config FPGA_MGR_SOCFPGA
 
 config FPGA_MGR_ZYNQ_FPGA
 	tristate "Xilinx Zynq FPGA"
+	depends on ARCH_ZYNQ || COMPILE_TEST
 	depends on HAS_DMA
 	help
 	  FPGA manager driver support for Xilinx Zynq FPGAs.


-- 
Jean Delvare
SUSE L3 Support

             reply	other threads:[~2016-09-08  8:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08  8:29 Jean Delvare [this message]
2016-09-08 14:38 ` [PATCH v2] fpga manager: Add hardware dependency to Zynq driver atull

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=20160908102948.370ff7ff@endymion \
    --to=jdelvare@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=atull@opensource.altera.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=moritz.fischer@ettus.com \
    --cc=soren.brinkmann@xilinx.com \
    /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.