Merge branches 'acpi-video' and 'acpi-hotplug'
[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_DW_HDMI
11 tristate
12 select DRM_KMS_HELPER
13
14 config DRM_DW_HDMI_AHB_AUDIO
15 tristate "Synopsis Designware AHB Audio interface"
16 depends on DRM_DW_HDMI && SND
17 select SND_PCM
18 select SND_PCM_ELD
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
25 config DRM_NXP_PTN3460
26 tristate "NXP PTN3460 DP/LVDS bridge"
27 depends on OF
28 select DRM_KMS_HELPER
29 select DRM_PANEL
30 ---help---
31 NXP PTN3460 eDP-LVDS bridge chip driver.
32
33 config DRM_PARADE_PS8622
34 tristate "Parade eDP/LVDS bridge"
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---
41 Parade eDP-LVDS bridge chip driver.
42
43 endmenu
This page took 0.034199 seconds and 5 git commands to generate.