Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / gpu / drm / bridge / Kconfig
CommitLineData
a33ee95f
TR
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
6a1688ae
AK
10config DRM_DW_HDMI
11 tristate
90bde571 12 select DRM_KMS_HELPER
b21f4b65 13
7ed6c665
RK
14config DRM_DW_HDMI_AHB_AUDIO
15 tristate "Synopsis Designware AHB Audio interface"
16 depends on DRM_DW_HDMI && SND
17 select SND_PCM
f5ce4057 18 select SND_PCM_ELD
7ed6c665
RK
19 select SND_PCM_IEC958
20 help
21 Support the AHB Audio interface which is part of the Synopsis
22 Designware HDMI block. This is used in conjunction with
23 the i.MX6 HDMI driver.
24
330b48bd
TR
25config DRM_NXP_PTN3460
26 tristate "NXP PTN3460 DP/LVDS bridge"
6a1688ae 27 depends on OF
b21f4b65 28 select DRM_KMS_HELPER
5bbb9a2e 29 select DRM_PANEL
6a1688ae 30 ---help---
330b48bd 31 NXP PTN3460 eDP-LVDS bridge chip driver.
b2ea8772 32
330b48bd 33config DRM_PARADE_PS8622
b2ea8772 34 tristate "Parade eDP/LVDS bridge"
b2ea8772
VP
35 depends on OF
36 select DRM_PANEL
37 select DRM_KMS_HELPER
38 select BACKLIGHT_LCD_SUPPORT
39 select BACKLIGHT_CLASS_DEVICE
40 ---help---
330b48bd 41 Parade eDP-LVDS bridge chip driver.
a33ee95f
TR
42
43endmenu
This page took 0.095941 seconds and 5 git commands to generate.