]> git.sur5r.net Git - u-boot/blob - drivers/video/bridge/Kconfig
dm: video: Add support for video bridges
[u-boot] / drivers / video / bridge / Kconfig
1 config VIDEO_BRIDGE
2         bool "Support video bridges"
3         depends on DM
4         help
5           Some platforms use video bridges to convert from one output to
6           another. For example, where the SoC only supports eDP and the LCD
7           requires LVDS, an eDP->LVDS bridge chip can be used to provide the
8           necessary conversion. This option enables support for these devices.