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
10config VIDEO_BRIDGE_PARADE_DP501
11	bool "Support Parade DP501 DP & DVI/HDMI dual mode transmitter"
12	depends on PANEL && DM_GPIO
13	select DM_I2C
14	help
15	  The Parade DP501 is a DP & DVI/HDMI dual-mode transmitter. It
16	  enables an RGB/Parallel SOC output to be converted, packed and
17	  serialized into either DP or TMDS output device. Only DisplayPort
18	  functionality of this transmitter has been implemented and tested.
19
20config VIDEO_BRIDGE_PARADE_PS862X
21	bool "Support Parade PS862X DP->LVDS bridge"
22	depends on VIDEO_BRIDGE
23	help
24	  The Parade PS8622 and PS8625 are DisplayPort-to-LVDS (Low voltage
25	  differential signalling) converters. They enable an LVDS LCD panel
26	  to be connected to an eDP output device such as an SoC that lacks
27	  LVDS capability, or where LVDS requires too many signals to route
28	  on the PCB. Setup parameters are provided in the device tree.
29
30config VIDEO_BRIDGE_NXP_PTN3460
31	bool "Support NXP PTN3460 DP->LVDS bridge"
32	depends on VIDEO_BRIDGE
33	help
34	  The NXP PTN3460 is a DisplayPort-to-LVDS (Low voltage differential
35	  signalling) converter. It enables an LVDS LCD panel to be connected
36	  to an eDP output device such as an SoC that lacks LVDS capability,
37	  or where LVDS requires too many signals to route on the PCB.
38
39config VIDEO_BRIDGE_ANALOGIX_ANX6345
40	bool "Support Analogix ANX6345 RGB->DP bridge"
41	depends on VIDEO_BRIDGE
42	select DM_I2C
43	help
44	 The Analogix ANX6345 is RGB-to-DP converter. It enables an eDP LCD
45	 panel to be connected to an parallel LCD interface.
46
47config VIDEO_BRIDGE_SOLOMON_SSD2825
48	bool "Solomon SSD2825 bridge driver"
49	depends on PANEL && DM_GPIO
50	select VIDEO_MIPI_DSI
51	help
52	  Solomon SSD2824 SPI RGB-DSI bridge driver wrapped into panel uClass.
53
54config VIDEO_BRIDGE_TOSHIBA_TC358768
55	bool "Support Toshiba TC358768 MIPI DSI bridge"
56	depends on PANEL && DM_GPIO
57	select VIDEO_MIPI_DSI
58	select DM_I2C
59	help
60	  Toshiba TC358768AXBG/TC358778XBG DSI bridge chip driver.
61	  Found in Asus Transformer Infinity TF700T.
62