xref: /openbmc/u-boot/drivers/video/bridge/Kconfig (revision 801ab9e9)
1*801ab9e9SSimon Glassconfig VIDEO_BRIDGE
2*801ab9e9SSimon Glass	bool "Support video bridges"
3*801ab9e9SSimon Glass	depends on DM
4*801ab9e9SSimon Glass	help
5*801ab9e9SSimon Glass	  Some platforms use video bridges to convert from one output to
6*801ab9e9SSimon Glass	  another. For example, where the SoC only supports eDP and the LCD
7*801ab9e9SSimon Glass	  requires LVDS, an eDP->LVDS bridge chip can be used to provide the
8*801ab9e9SSimon Glass	  necessary conversion. This option enables support for these devices.
9