Simon Glass | 801ab9e | 2015-07-02 18:16:08 -0600 | [diff] [blame^] | 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. |