GNU Linux-libre 4.9.317-gnu1
[releases.git] / drivers / gpu / drm / bridge / Kconfig
1 config DRM_BRIDGE
2         def_bool y
3         depends on DRM
4         help
5           Bridge registration and lookup framework.
6
7 menu "Display Interface Bridges"
8         depends on DRM && DRM_BRIDGE
9
10 config 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
20 config 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
27 config DRM_DW_HDMI
28         tristate
29         select DRM_KMS_HELPER
30
31 config 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
42 config DRM_NXP_PTN3460
43         tristate "NXP PTN3460 DP/LVDS bridge"
44         depends on OF
45         select DRM_KMS_HELPER
46         select DRM_PANEL
47         ---help---
48           NXP PTN3460 eDP-LVDS bridge chip driver.
49
50 config DRM_PARADE_PS8622
51         tristate "Parade eDP/LVDS bridge"
52         depends on OF
53         select DRM_PANEL
54         select DRM_KMS_HELPER
55         select BACKLIGHT_LCD_SUPPORT
56         select BACKLIGHT_CLASS_DEVICE
57         ---help---
58           Parade eDP-LVDS bridge chip driver.
59
60 config DRM_SII902X
61         tristate "Silicon Image sii902x RGB/HDMI bridge"
62         depends on OF
63         select DRM_KMS_HELPER
64         select REGMAP_I2C
65         ---help---
66           Silicon Image sii902x bridge chip driver.
67
68 config DRM_TOSHIBA_TC358767
69         tristate "Toshiba TC358767 eDP bridge"
70         depends on OF
71         select DRM_KMS_HELPER
72         select REGMAP_I2C
73         select DRM_PANEL
74         ---help---
75           Toshiba TC358767 eDP bridge chip driver.
76
77 source "drivers/gpu/drm/bridge/analogix/Kconfig"
78
79 source "drivers/gpu/drm/bridge/adv7511/Kconfig"
80
81 endmenu