On 7/5/25 22:57, [email protected] wrote:
From: Pieter Van Trappen <[email protected]>

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 <[email protected]>
---
  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/[email protected]/

M

Reply via email to