summaryrefslogtreecommitdiff
path: root/drivers/video/bridge/Kconfig
blob: 7ba6b174260b3ec7c3883638e01c25b34437397f (plain)
1
2
3
4
5
6
7
8
config VIDEO_BRIDGE
	bool "Support video bridges"
	depends on DM
	help
	  Some platforms use video bridges to convert from one output to
	  another. For example, where the SoC only supports eDP and the LCD
	  requires LVDS, an eDP->LVDS bridge chip can be used to provide the
	  necessary conversion. This option enables support for these devices.