]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/bridge/Kconfig
drm: bridge/dw_hdmi-ahb-audio: add audio driver
[karo-tx-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_IEC958
19         help
20           Support the AHB Audio interface which is part of the Synopsis
21           Designware HDMI block.  This is used in conjunction with
22           the i.MX6 HDMI driver.
23
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