blob: 7ba6b174260b3ec7c3883638e01c25b34437397f [file] [log] [blame]
Simon Glass801ab9e2015-07-02 18:16:08 -06001config 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.