On 07/07/2025 11:27, Michal Simek wrote:


On 7/5/25 22:57, vtpie...@gmail.com wrote:
From: Pieter Van Trappen <pieter.van.trap...@cern.ch>

FPGA_SOCFPGA requires ARCH_SOCFPGA cause socfpga.c contains
arch/arm/mach-socfpga/* include macros.

ZYNQMP_FIRMWARE requires ARCH_ZYNQMP cause firmware-zynqmp.c contains
arch/arm/mach-zynqmp/* include macros.

Signed-off-by: Pieter Van Trappen <pieter.van.trap...@cern.ch>
---
  drivers/firmware/Kconfig | 1 +
  drivers/fpga/Kconfig     | 1 +
  2 files changed, 2 insertions(+)

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index 8789b1ea141..f3302d34354 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -29,6 +29,7 @@ config TI_SCI_PROTOCOL
  config ZYNQMP_FIRMWARE
      bool "ZynqMP Firmware interface"
+    depends on ARCH_ZYNQMP

This has been already fixed by
https://lore.kernel.org/all/20250702010410.18828-1-tr...@konsulko.com/

M

Right I see, also my dependencies are not complete. I rebased on next but I guess that commit didn't make it yet to the next tree.

I'll amend this and the other patches after your comments for a v5 patch set.

Thanks, Pieter

Reply via email to