From: Rosen Penev <rosenp@gmail.com>
To: linux-fpga@vger.kernel.org
Cc: Moritz Fischer <mdf@kernel.org>, Xu Yilun <yilun.xu@intel.com>,
Tom Rix <trix@redhat.com>,
linux-kernel@vger.kernel.org (open list)
Subject: [PATCH 2/2] fpga: stratix10-soc: add COMPILE_TEST support
Date: Thu, 6 Nov 2025 10:59:38 -0800 [thread overview]
Message-ID: <20251106185938.6419-3-rosenp@gmail.com> (raw)
In-Reply-To: <20251106185938.6419-1-rosenp@gmail.com>
Allow the buildbots to find compilation issues.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
drivers/fpga/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index 311313f3b282..f2e2776acdd5 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -60,7 +60,7 @@ config FPGA_MGR_ZYNQ_FPGA
config FPGA_MGR_STRATIX10_SOC
tristate "Intel Stratix10 SoC FPGA Manager"
- depends on (ARCH_INTEL_SOCFPGA && INTEL_STRATIX10_SERVICE)
+ depends on (ARCH_INTEL_SOCFPGA && INTEL_STRATIX10_SERVICE) || COMPILE_TEST
help
FPGA manager driver support for the Intel Stratix10 SoC.
--
2.51.2
next prev parent reply other threads:[~2025-11-06 18:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 18:59 [PATCH 0/2] fpga: stratix10-soc: fix compilation + COMPILE_TEST Rosen Penev
2025-11-06 18:59 ` [PATCH 1/2] fpga: stratix10-soc: add missing header Rosen Penev
2025-11-07 6:58 ` Xu Yilun
2025-11-07 19:27 ` Rosen Penev
2025-11-06 18:59 ` Rosen Penev [this message]
2025-11-07 7:16 ` [PATCH 2/2] fpga: stratix10-soc: add COMPILE_TEST support Xu Yilun
2025-11-07 19:28 ` Rosen Penev
2025-11-08 4:01 ` Xu Yilun
2025-11-10 20:24 ` Rosen Penev
2025-11-10 3:21 ` kernel test robot
2025-11-10 16:44 ` kernel test robot
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=20251106185938.6419-3-rosenp@gmail.com \
--to=rosenp@gmail.com \
--cc=linux-fpga@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mdf@kernel.org \
--cc=trix@redhat.com \
--cc=yilun.xu@intel.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 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).