summaryrefslogtreecommitdiff
path: root/drivers/video/bridge/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/bridge/Kconfig')
-rw-r--r--drivers/video/bridge/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/bridge/Kconfig b/drivers/video/bridge/Kconfig
new file mode 100644
index 0000000..7ba6b17
--- /dev/null
+++ b/drivers/video/bridge/Kconfig
@@ -0,0 +1,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.