• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_BRIDGE
3	def_bool y
4	depends on DRM
5	help
6	  Bridge registration and lookup framework.
7
8config DRM_PANEL_BRIDGE
9	def_bool y
10	depends on DRM_BRIDGE
11	depends on DRM_KMS_HELPER
12	select DRM_PANEL
13	help
14	  DRM bridge wrapper of DRM panels
15
16menu "Display Interface Bridges"
17	depends on DRM && DRM_BRIDGE
18
19config DRM_ANALOGIX_ANX78XX
20	tristate "Analogix ANX78XX bridge"
21	select DRM_KMS_HELPER
22	select REGMAP_I2C
23	---help---
24	  ANX78XX is an ultra-low power Full-HD SlimPort transmitter
25	  designed for portable devices. The ANX78XX transforms
26	  the HDMI output of an application processor to MyDP
27	  or DisplayPort.
28
29config DRM_CDNS_DSI
30	tristate "Cadence DPI/DSI bridge"
31	select DRM_KMS_HELPER
32	select DRM_MIPI_DSI
33	select DRM_PANEL_BRIDGE
34	select GENERIC_PHY_MIPI_DPHY
35	depends on OF
36	help
37	  Support Cadence DPI to DSI bridge. This is an internal
38	  bridge and is meant to be directly embedded in a SoC.
39
40config DRM_DUMB_VGA_DAC
41	tristate "Dumb VGA DAC Bridge support"
42	depends on OF
43	select DRM_KMS_HELPER
44	help
45	  Support for non-programmable RGB to VGA DAC bridges, such as ADI
46	  ADV7123, TI THS8134 and THS8135 or passive resistor ladder DACs.
47
48config DRM_LONTIUM_LT9611
49	tristate "Lontium LT9611 DSI/HDMI bridge"
50	depends on OF
51	select DRM_PANEL_BRIDGE
52	select DRM_KMS_HELPER
53	help
54	  Lontium LT9611 DSI/HDMI bridge chip driver.
55
56config DRM_LVDS_ENCODER
57	tristate "Transparent parallel to LVDS encoder support"
58	depends on OF
59	select DRM_KMS_HELPER
60	select DRM_PANEL_BRIDGE
61	help
62	  Support for transparent parallel to LVDS encoders that don't require
63	  any configuration.
64
65config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
66	tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
67	depends on OF
68	select DRM_KMS_HELPER
69	select DRM_PANEL
70	---help---
71          This is a driver for the display bridges of
72          GE B850v3 that convert dual channel LVDS
73          to DP++. This is used with the i.MX6 imx-ldb
74          driver. You are likely to say N here.
75
76config DRM_NXP_PTN3460
77	tristate "NXP PTN3460 DP/LVDS bridge"
78	depends on OF
79	select DRM_KMS_HELPER
80	select DRM_PANEL
81	---help---
82	  NXP PTN3460 eDP-LVDS bridge chip driver.
83
84config DRM_PARADE_PS8622
85	tristate "Parade eDP/LVDS bridge"
86	depends on OF
87	select DRM_PANEL
88	select DRM_KMS_HELPER
89	select BACKLIGHT_CLASS_DEVICE
90	---help---
91	  Parade eDP-LVDS bridge chip driver.
92
93config DRM_SIL_SII8620
94	tristate "Silicon Image SII8620 HDMI/MHL bridge"
95	depends on OF
96	select DRM_KMS_HELPER
97	imply EXTCON
98	select INPUT
99	select RC_CORE
100	help
101	  Silicon Image SII8620 HDMI/MHL bridge chip driver.
102
103config DRM_SII902X
104	tristate "Silicon Image sii902x RGB/HDMI bridge"
105	depends on OF
106	select DRM_KMS_HELPER
107	select REGMAP_I2C
108	select I2C_MUX
109	---help---
110	  Silicon Image sii902x bridge chip driver.
111
112config DRM_SII9234
113	tristate "Silicon Image SII9234 HDMI/MHL bridge"
114	depends on OF
115	---help---
116	  Say Y here if you want support for the MHL interface.
117	  It is an I2C driver, that detects connection of MHL bridge
118	  and starts encapsulation of HDMI signal.
119
120config DRM_THINE_THC63LVD1024
121	tristate "Thine THC63LVD1024 LVDS decoder bridge"
122	depends on OF
123	---help---
124	  Thine THC63LVD1024 LVDS/parallel converter driver.
125
126config DRM_TOSHIBA_TC358764
127	tristate "TC358764 DSI/LVDS bridge"
128	depends on OF
129	select DRM_MIPI_DSI
130	select DRM_KMS_HELPER
131	select DRM_PANEL
132	help
133	  Toshiba TC358764 DSI/LVDS bridge driver.
134
135config DRM_TOSHIBA_TC358767
136	tristate "Toshiba TC358767 eDP bridge"
137	depends on OF
138	select DRM_KMS_HELPER
139	select REGMAP_I2C
140	select DRM_PANEL
141	---help---
142	  Toshiba TC358767 eDP bridge chip driver.
143
144config DRM_TI_TFP410
145	tristate "TI TFP410 DVI/HDMI bridge"
146	depends on OF
147	select DRM_KMS_HELPER
148	---help---
149	  Texas Instruments TFP410 DVI/HDMI Transmitter driver
150
151config DRM_TI_SN65DSI86
152	tristate "TI SN65DSI86 DSI to eDP bridge"
153	depends on OF
154	select DRM_KMS_HELPER
155	select REGMAP_I2C
156	select DRM_PANEL
157	select DRM_MIPI_DSI
158	help
159	  Texas Instruments SN65DSI86 DSI to eDP Bridge driver
160
161source "drivers/gpu/drm/bridge/analogix/Kconfig"
162
163source "drivers/gpu/drm/bridge/adv7511/Kconfig"
164
165source "drivers/gpu/drm/bridge/synopsys/Kconfig"
166
167endmenu
168