All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Subject: Re: [PATCH] firmware: xilinx: Tighten dependencies for ZYNQMP_FIRMWARE
Date: Wed, 2 Jul 2025 08:22:54 +0200	[thread overview]
Message-ID: <f44bf6a8-e736-4e9d-a18a-519aa04a767f@amd.com> (raw)
In-Reply-To: <20250702010410.18828-1-trini@konsulko.com>



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

      reply	other threads:[~2025-07-02  6:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-02  1:04 [PATCH] firmware: xilinx: Tighten dependencies for ZYNQMP_FIRMWARE Tom Rini
2025-07-02  6:22 ` Michal Simek [this message]

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=f44bf6a8-e736-4e9d-a18a-519aa04a767f@amd.com \
    --to=michal.simek@amd.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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.