From: Tom Rini Date: Fri, 20 Mar 2026 20:53:54 +0000 (-0600) Subject: video: Correct dependencies of LOGICORE_DP_TX X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6033096d3c1e09d6aeba456d13e4c7554ca3b871;p=thirdparty%2Fu-boot.git video: Correct dependencies of LOGICORE_DP_TX 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 --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index c2acc13139c..cf633db02cb 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -865,7 +865,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