diff options
| author | Tom Rini <[email protected]> | 2025-07-01 19:04:10 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-07-08 14:58:43 +0200 |
| commit | 237574c181b9afce488f01bfb380062b04631477 (patch) | |
| tree | ad4473d8af8fa7c5c2ad9d752bba245343efffd1 /drivers/firmware | |
| parent | d8510df627771d44155676bbe920f565adab7059 (diff) | |
firmware: xilinx: Tighten dependencies for ZYNQMP_FIRMWARE
The ZYNQMP_FIRMWARE code cannot build without platform specific headers
being available. Express that requirement in Kconfig as well.
Signed-off-by: Tom Rini <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers/firmware')
| -rw-r--r-- | drivers/firmware/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 8789b1ea141..a094e6c3afe 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 |
