All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] firmware: xilinx: Tighten dependencies for ZYNQMP_FIRMWARE
@ 2025-07-02  1:04 Tom Rini
  2025-07-02  6:22 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2025-07-02  1:04 UTC (permalink / raw)
  To: u-boot; +Cc: Michal Simek

The ZYNQMP_FIRMWARE code  cannot build without platform specific headers
being available. Express that requirement in Kconfig as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Michal Simek <michal.simek@amd.com>
---
 drivers/firmware/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index 8789b1ea1415..a094e6c3afef 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 || ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2
 	select FIRMWARE
 	help
 	  Firmware interface driver is used by different
-- 
2.43.0


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

* Re: [PATCH] firmware: xilinx: Tighten dependencies for ZYNQMP_FIRMWARE
  2025-07-02  1:04 [PATCH] firmware: xilinx: Tighten dependencies for ZYNQMP_FIRMWARE Tom Rini
@ 2025-07-02  6:22 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2025-07-02  6:22 UTC (permalink / raw)
  To: Tom Rini, u-boot



On 7/2/25 03:04, Tom Rini wrote:
> The ZYNQMP_FIRMWARE code  cannot build without platform specific headers
> being available. Express that requirement in Kconfig as well.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> Cc: Michal Simek <michal.simek@amd.com>
> ---
>   drivers/firmware/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
> index 8789b1ea1415..a094e6c3afef 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 || ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2
>   	select FIRMWARE
>   	help
>   	  Firmware interface driver is used by different

Applied.
M

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

end of thread, other threads:[~2025-07-02  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02  1:04 [PATCH] firmware: xilinx: Tighten dependencies for ZYNQMP_FIRMWARE Tom Rini
2025-07-02  6:22 ` Michal Simek

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.