xref: /rk3399_rockchip-uboot/drivers/video/bridge/Kconfig (revision 801ab9e93c228b30bb526bb1b431e042d46ba2e8)
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