diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-08-09 14:51:23 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2018-08-11 09:18:44 +0200 |
commit | 25a9f9747a84b36f61f575d592eddc96bce5dabb (patch) | |
tree | b5a88de4eb7ad2b9578d9070a384829700250a8c /drivers/video/Kconfig | |
parent | 77d512ff18a6ca7fce7a05d756b0e00b5424f9c7 (diff) | |
download | u-boot-25a9f9747a84b36f61f575d592eddc96bce5dabb.tar.gz |
video_display: Add Xilinx LogiCore DP TX
Add a driver for the Xilinx LogiCORE DisplayPort IP core, which is a
pure DP transmitter core for Xiling FPGA (no display capabilities).
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index a2d7e10938..ecb57d80d5 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -431,6 +431,17 @@ config ATMEL_HLCD help HLCDC supports video output to an attached LCD panel. +config LOGICORE_DP_TX + bool "Enable Logicore DP TX driver" + depends on DISPLAY + help + Enable the driver for the transmitter part of the Xilinx LogiCORE + DisplayPort, a IP core for Xilinx FPGAs that implements a DisplayPort + video interface as defined by VESA DisplayPort v1.2. + + Note that this is a pure transmitter device, and has no display + capabilities by itself. + config VIDEO_BROADWELL_IGD bool "Enable Intel Broadwell integrated graphics device" depends on X86 |