Loading...
Note: File does not exist in v3.1.
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_DW_HDMI
28 tristate
29 select DRM_KMS_HELPER
30
31config DRM_DW_HDMI_AHB_AUDIO
32 tristate "Synopsis Designware AHB Audio interface"
33 depends on DRM_DW_HDMI && SND
34 select SND_PCM
35 select SND_PCM_ELD
36 select SND_PCM_IEC958
37 help
38 Support the AHB Audio interface which is part of the Synopsis
39 Designware HDMI block. This is used in conjunction with
40 the i.MX6 HDMI driver.
41
42config DRM_DW_HDMI_I2S_AUDIO
43 tristate "Synopsis Designware I2S Audio interface"
44 depends on SND_SOC
45 depends on DRM_DW_HDMI
46 select SND_SOC_HDMI_CODEC
47 help
48 Support the I2S Audio interface which is part of the Synopsis
49 Designware HDMI block.
50
51config DRM_NXP_PTN3460
52 tristate "NXP PTN3460 DP/LVDS bridge"
53 depends on OF
54 select DRM_KMS_HELPER
55 select DRM_PANEL
56 ---help---
57 NXP PTN3460 eDP-LVDS bridge chip driver.
58
59config DRM_PARADE_PS8622
60 tristate "Parade eDP/LVDS bridge"
61 depends on OF
62 select DRM_PANEL
63 select DRM_KMS_HELPER
64 select BACKLIGHT_LCD_SUPPORT
65 select BACKLIGHT_CLASS_DEVICE
66 ---help---
67 Parade eDP-LVDS bridge chip driver.
68
69config DRM_SIL_SII8620
70 tristate "Silicon Image SII8620 HDMI/MHL bridge"
71 depends on OF
72 select DRM_KMS_HELPER
73 help
74 Silicon Image SII8620 HDMI/MHL bridge chip driver.
75
76config DRM_SII902X
77 tristate "Silicon Image sii902x RGB/HDMI bridge"
78 depends on OF
79 select DRM_KMS_HELPER
80 select REGMAP_I2C
81 ---help---
82 Silicon Image sii902x bridge chip driver.
83
84config DRM_TOSHIBA_TC358767
85 tristate "Toshiba TC358767 eDP bridge"
86 depends on OF
87 select DRM_KMS_HELPER
88 select REGMAP_I2C
89 select DRM_PANEL
90 ---help---
91 Toshiba TC358767 eDP bridge chip driver.
92
93config DRM_TI_TFP410
94 tristate "TI TFP410 DVI/HDMI bridge"
95 depends on OF
96 select DRM_KMS_HELPER
97 ---help---
98 Texas Instruments TFP410 DVI/HDMI Transmitter driver
99
100source "drivers/gpu/drm/bridge/analogix/Kconfig"
101
102source "drivers/gpu/drm/bridge/adv7511/Kconfig"
103
104endmenu