Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[deliverable/linux.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_DW_HDMI
21 tristate
22 select DRM_KMS_HELPER
23
24 config DRM_DW_HDMI_AHB_AUDIO
25 tristate "Synopsis Designware AHB Audio interface"
26 depends on DRM_DW_HDMI && SND
27 select SND_PCM
28 select SND_PCM_ELD
29 select SND_PCM_IEC958
30 help
31 Support the AHB Audio interface which is part of the Synopsis
32 Designware HDMI block. This is used in conjunction with
33 the i.MX6 HDMI driver.
34
35 config DRM_NXP_PTN3460
36 tristate "NXP PTN3460 DP/LVDS bridge"
37 depends on OF
38 select DRM_KMS_HELPER
39 select DRM_PANEL
40 ---help---
41 NXP PTN3460 eDP-LVDS bridge chip driver.
42
43 config DRM_PARADE_PS8622
44 tristate "Parade eDP/LVDS bridge"
45 depends on OF
46 select DRM_PANEL
47 select DRM_KMS_HELPER
48 select BACKLIGHT_LCD_SUPPORT
49 select BACKLIGHT_CLASS_DEVICE
50 ---help---
51 Parade eDP-LVDS bridge chip driver.
52
53 config DRM_SII902X
54 tristate "Silicon Image sii902x RGB/HDMI bridge"
55 depends on OF
56 select DRM_KMS_HELPER
57 select REGMAP_I2C
58 ---help---
59 Silicon Image sii902x bridge chip driver.
60
61 config DRM_TOSHIBA_TC358767
62 tristate "Toshiba TC358767 eDP bridge"
63 depends on OF
64 select DRM_KMS_HELPER
65 select REGMAP_I2C
66 select DRM_PANEL
67 ---help---
68 Toshiba TC358767 eDP bridge chip driver.
69
70 source "drivers/gpu/drm/bridge/analogix/Kconfig"
71
72 source "drivers/gpu/drm/bridge/adv7511/Kconfig"
73
74 endmenu
This page took 0.035141 seconds and 5 git commands to generate.