diff options
| author | Tom Rini <[email protected]> | 2026-03-20 14:53:54 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-30 07:44:08 -0600 |
| commit | 6033096d3c1e09d6aeba456d13e4c7554ca3b871 (patch) | |
| tree | c84688ecb30e0a1e7404a50c3156b212ac4278b2 /drivers | |
| parent | 3c32572a27df779578e2d6f9a07dd17fe31dc2e2 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
