1config 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. 9