blob: ab9172737201dfc379dce4520ed15f912afe10d0 [file] [log] [blame]
Simon Glass7cf17572015-07-02 18:16:08 -06001config 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.
Simon Glassc23a85c2015-07-02 18:16:09 -06009
Jonas Schwöbel74ba48f2024-01-31 08:57:18 +020010config 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
Simon Glassc23a85c2015-07-02 18:16:09 -060020config 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.
Simon Glass97dd3e52015-07-02 18:16:10 -060029
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.
Vasily Khoruzhick43266b82017-09-20 23:29:09 -070038
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.
Svyatoslav Ryhelec7ac372023-04-25 10:51:43 +030046
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.
Svyatoslav Ryhelef1e26b2024-01-31 08:57:17 +020053
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.