xref: /openbmc/linux/drivers/gpu/drm/bridge/Kconfig (revision fcc8487d)
1config DRM_BRIDGE
2	def_bool y
3	depends on DRM
4	help
5	  Bridge registration and lookup framework.
6
7menu "Display Interface Bridges"
8	depends on DRM && DRM_BRIDGE
9
10config DRM_ANALOGIX_ANX78XX
11	tristate "Analogix ANX78XX bridge"
12	select DRM_KMS_HELPER
13	select REGMAP_I2C
14	---help---
15	  ANX78XX is an ultra-low Full-HD SlimPort transmitter
16	  designed for portable devices. The ANX78XX transforms
17	  the HDMI output of an application processor to MyDP
18	  or DisplayPort.
19
20config DRM_DUMB_VGA_DAC
21	tristate "Dumb VGA DAC Bridge support"
22	depends on OF
23	select DRM_KMS_HELPER
24	help
25	  Support for RGB to VGA DAC based bridges
26
27config DRM_LVDS_ENCODER
28	tristate "Transparent parallel to LVDS encoder support"
29	depends on OF
30	select DRM_KMS_HELPER
31	select DRM_PANEL
32	help
33	  Support for transparent parallel to LVDS encoders that don't require
34	  any configuration.
35
36config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
37	tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
38	depends on OF
39	select DRM_KMS_HELPER
40	select DRM_PANEL
41	---help---
42          This is a driver for the display bridges of
43          GE B850v3 that convert dual channel LVDS
44          to DP++. This is used with the i.MX6 imx-ldb
45          driver. You are likely to say N here.
46
47config DRM_NXP_PTN3460
48	tristate "NXP PTN3460 DP/LVDS bridge"
49	depends on OF
50	select DRM_KMS_HELPER
51	select DRM_PANEL
52	---help---
53	  NXP PTN3460 eDP-LVDS bridge chip driver.
54
55config DRM_PARADE_PS8622
56	tristate "Parade eDP/LVDS bridge"
57	depends on OF
58	select DRM_PANEL
59	select DRM_KMS_HELPER
60	select BACKLIGHT_LCD_SUPPORT
61	select BACKLIGHT_CLASS_DEVICE
62	---help---
63	  Parade eDP-LVDS bridge chip driver.
64
65config DRM_SIL_SII8620
66	tristate "Silicon Image SII8620 HDMI/MHL bridge"
67	depends on OF
68	select DRM_KMS_HELPER
69	help
70	  Silicon Image SII8620 HDMI/MHL bridge chip driver.
71
72config DRM_SII902X
73	tristate "Silicon Image sii902x RGB/HDMI bridge"
74	depends on OF
75	select DRM_KMS_HELPER
76	select REGMAP_I2C
77	---help---
78	  Silicon Image sii902x bridge chip driver.
79
80config DRM_TOSHIBA_TC358767
81	tristate "Toshiba TC358767 eDP bridge"
82	depends on OF
83	select DRM_KMS_HELPER
84	select REGMAP_I2C
85	select DRM_PANEL
86	---help---
87	  Toshiba TC358767 eDP bridge chip driver.
88
89config DRM_TI_TFP410
90	tristate "TI TFP410 DVI/HDMI bridge"
91	depends on OF
92	select DRM_KMS_HELPER
93	---help---
94	  Texas Instruments TFP410 DVI/HDMI Transmitter driver
95
96source "drivers/gpu/drm/bridge/analogix/Kconfig"
97
98source "drivers/gpu/drm/bridge/adv7511/Kconfig"
99
100source "drivers/gpu/drm/bridge/synopsys/Kconfig"
101
102endmenu
103