[PATCH] video: Correct dependencies of LOGICORE_DP_TX
Tom Rini
trini at konsulko.com
Fri Mar 20 21:53:54 CET 2026
In order to build LOGICORE_DP_TX we must also have enabled AXI, so add
that as a dependency as well.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
drivers/video/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 08c9b0207884..3b61bb50215a 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -857,7 +857,7 @@ source "drivers/video/exynos/Kconfig"
config LOGICORE_DP_TX
bool "Enable Logicore DP TX driver"
- depends on DISPLAY
+ depends on DISPLAY && AXI
help
Enable the driver for the transmitter part of the Xilinx LogiCORE
DisplayPort, a IP core for Xilinx FPGAs that implements a DisplayPort
--
2.43.0
More information about the U-Boot
mailing list