summaryrefslogtreecommitdiff
path: root/drivers/video/bridge/Kconfig
diff options
context:
space:
mode:
authorVasily Khoruzhick <anarsoul@gmail.com>2017-09-20 23:29:09 -0700
committerAnatolij Gustschin <agust@denx.de>2017-10-26 15:43:11 +0200
commit491041c74965275defd2749db0e2248b2a7e317a (patch)
tree1147e53b175fe2e7c9a0af3d87bd9ee25ba1435d /drivers/video/bridge/Kconfig
parent24bf59d0243f0ee496b20aee985968729b8d0386 (diff)
video: add anx6345 DM driver
This is a eDP bridge similar to ANX9804, it allows to connect eDP panels to the chips that can output only parallel signal Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> [agust: fixed most checkpatch errors/warnings] Signed-off-by: Anatolij Gustschin <agust@denx.de>
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
index 2a3b6c4beee..765f7380b89 100644
--- a/drivers/video/bridge/Kconfig
+++ b/drivers/video/bridge/Kconfig
@@ -25,3 +25,11 @@ config VIDEO_BRIDGE_NXP_PTN3460
signalling) converter. It enables an LVDS LCD panel to be connected
to an eDP output device such as an SoC that lacks LVDS capability,
or where LVDS requires too many signals to route on the PCB.
+
+config VIDEO_BRIDGE_ANALOGIX_ANX6345
+ bool "Support Analogix ANX6345 RGB->DP bridge"
+ depends on VIDEO_BRIDGE
+ select DM_I2C
+ help
+ The Analogix ANX6345 is RGB-to-DP converter. It enables an eDP LCD
+ panel to be connected to an parallel LCD interface.