blob: 27e2022de89db1eb3b0807f5d34a397d8dfed214 [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
Thierry Reding330b48b2015-04-14 15:39:51 +020025config DRM_NXP_PTN3460
26 tristate "NXP PTN3460 DP/LVDS bridge"
Ajay Kumar6a1688a2015-01-20 22:08:45 +053027 depends on OF
28 select DRM_KMS_HELPER
Ajay Kumar5bbb9a22015-01-20 22:08:47 +053029 select DRM_PANEL
Ajay Kumar6a1688a2015-01-20 22:08:45 +053030 ---help---
Thierry Reding330b48b2015-04-14 15:39:51 +020031 NXP PTN3460 eDP-LVDS bridge chip driver.
Vincent Palatinb2ea8772015-01-20 22:08:53 +053032
Thierry Reding330b48b2015-04-14 15:39:51 +020033config DRM_PARADE_PS8622
Vincent Palatinb2ea8772015-01-20 22:08:53 +053034 tristate "Parade eDP/LVDS bridge"
Vincent Palatinb2ea8772015-01-20 22:08:53 +053035 depends on OF
36 select DRM_PANEL
37 select DRM_KMS_HELPER
38 select BACKLIGHT_LCD_SUPPORT
39 select BACKLIGHT_CLASS_DEVICE
40 ---help---
Thierry Reding330b48b2015-04-14 15:39:51 +020041 Parade eDP-LVDS bridge chip driver.
Thierry Redinga33ee952015-07-21 17:01:19 +020042
43endmenu