These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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
26 config DRM_NXP_PTN3460
27         tristate "NXP PTN3460 DP/LVDS bridge"
28         depends on OF
29         select DRM_KMS_HELPER
30         select DRM_PANEL
31         ---help---
32           NXP PTN3460 eDP-LVDS bridge chip driver.
33
34 config DRM_PARADE_PS8622
35         tristate "Parade eDP/LVDS bridge"
36         depends on OF
37         select DRM_PANEL
38         select DRM_KMS_HELPER
39         select BACKLIGHT_LCD_SUPPORT
40         select BACKLIGHT_CLASS_DEVICE
41         ---help---
42           Parade eDP-LVDS bridge chip driver.
43
44 endmenu