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