blob: 6dddd392aa42f119ff572993ac887eb3a3a277b6 [file] [log] [blame]
Thierry Redinga33ee952015-07-21 17:01:19 +02001config 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
Andy Yanb21f4b62014-12-05 14:26:31 +080010config DRM_DW_HDMI
11 tristate
Andy Yanb21f4b62014-12-05 14:26:31 +080012 select DRM_KMS_HELPER
Ajay Kumar6a1688a2015-01-20 22:08:45 +053013
Russell King7ed6c662013-11-07 16:01:45 +000014config DRM_DW_HDMI_AHB_AUDIO
15 tristate "Synopsis Designware AHB Audio interface"
16 depends on DRM_DW_HDMI && SND
17 select SND_PCM
Russell Kingf5ce4052013-11-07 16:06:01 +000018 select SND_PCM_ELD
Russell King7ed6c662013-11-07 16:01:45 +000019 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
Thierry Reding330b48b2015-04-14 15:39:51 +020026config DRM_NXP_PTN3460
27 tristate "NXP PTN3460 DP/LVDS bridge"
Ajay Kumar6a1688a2015-01-20 22:08:45 +053028 depends on OF
29 select DRM_KMS_HELPER
Ajay Kumar5bbb9a22015-01-20 22:08:47 +053030 select DRM_PANEL
Ajay Kumar6a1688a2015-01-20 22:08:45 +053031 ---help---
Thierry Reding330b48b2015-04-14 15:39:51 +020032 NXP PTN3460 eDP-LVDS bridge chip driver.
Vincent Palatinb2ea8772015-01-20 22:08:53 +053033
Thierry Reding330b48b2015-04-14 15:39:51 +020034config DRM_PARADE_PS8622
Vincent Palatinb2ea8772015-01-20 22:08:53 +053035 tristate "Parade eDP/LVDS bridge"
Vincent Palatinb2ea8772015-01-20 22:08:53 +053036 depends on OF
37 select DRM_PANEL
38 select DRM_KMS_HELPER
39 select BACKLIGHT_LCD_SUPPORT
40 select BACKLIGHT_CLASS_DEVICE
41 ---help---
Thierry Reding330b48b2015-04-14 15:39:51 +020042 Parade eDP-LVDS bridge chip driver.
Thierry Redinga33ee952015-07-21 17:01:19 +020043
44endmenu