xref: /openbmc/u-boot/drivers/video/bridge/Kconfig (revision 2d5e6b4a)
1801ab9e9SSimon Glassconfig VIDEO_BRIDGE
2801ab9e9SSimon Glass	bool "Support video bridges"
3801ab9e9SSimon Glass	depends on DM
4801ab9e9SSimon Glass	help
5801ab9e9SSimon Glass	  Some platforms use video bridges to convert from one output to
6801ab9e9SSimon Glass	  another. For example, where the SoC only supports eDP and the LCD
7801ab9e9SSimon Glass	  requires LVDS, an eDP->LVDS bridge chip can be used to provide the
8801ab9e9SSimon Glass	  necessary conversion. This option enables support for these devices.
9bcd5dfffSSimon Glass
10bcd5dfffSSimon Glassconfig VIDEO_BRIDGE_PARADE_PS862X
11bcd5dfffSSimon Glass	bool "Support Parade PS862X DP->LVDS bridge"
12bcd5dfffSSimon Glass	depends on VIDEO_BRIDGE
13bcd5dfffSSimon Glass	help
14bcd5dfffSSimon Glass	  The Parade PS8622 and PS8625 are DisplayPort-to-LVDS (Low voltage
15bcd5dfffSSimon Glass	  differential signalling) converters. They enable an LVDS LCD panel
16bcd5dfffSSimon Glass	  to be connected to an eDP output device such as an SoC that lacks
17bcd5dfffSSimon Glass	  LVDS capability, or where LVDS requires too many signals to route
18bcd5dfffSSimon Glass	  on the PCB. Setup parameters are provided in the device tree.
19048dba01SSimon Glass
20048dba01SSimon Glassconfig VIDEO_BRIDGE_NXP_PTN3460
21048dba01SSimon Glass	bool "Support NXP PTN3460 DP->LVDS bridge"
22048dba01SSimon Glass	depends on VIDEO_BRIDGE
23048dba01SSimon Glass	help
24048dba01SSimon Glass	  The NXP PTN3460 is a DisplayPort-to-LVDS (Low voltage differential
25048dba01SSimon Glass	  signalling) converter. It enables an LVDS LCD panel to be connected
26048dba01SSimon Glass	  to an eDP output device such as an SoC that lacks LVDS capability,
27048dba01SSimon Glass	  or where LVDS requires too many signals to route on the PCB.
28*491041c7SVasily Khoruzhick
29*491041c7SVasily Khoruzhickconfig VIDEO_BRIDGE_ANALOGIX_ANX6345
30*491041c7SVasily Khoruzhick	bool "Support Analogix ANX6345 RGB->DP bridge"
31*491041c7SVasily Khoruzhick	depends on VIDEO_BRIDGE
32*491041c7SVasily Khoruzhick	select DM_I2C
33*491041c7SVasily Khoruzhick	help
34*491041c7SVasily Khoruzhick	 The Analogix ANX6345 is RGB-to-DP converter. It enables an eDP LCD
35*491041c7SVasily Khoruzhick	 panel to be connected to an parallel LCD interface.
36