blob: 2de52a53a80335a859547956e904851b9249c00c [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
Thierry Reding330b48b2015-04-14 15:39:51 +020014config DRM_NXP_PTN3460
15 tristate "NXP PTN3460 DP/LVDS bridge"
Ajay Kumar6a1688a2015-01-20 22:08:45 +053016 depends on OF
17 select DRM_KMS_HELPER
Ajay Kumar5bbb9a22015-01-20 22:08:47 +053018 select DRM_PANEL
Ajay Kumar6a1688a2015-01-20 22:08:45 +053019 ---help---
Thierry Reding330b48b2015-04-14 15:39:51 +020020 NXP PTN3460 eDP-LVDS bridge chip driver.
Vincent Palatinb2ea8772015-01-20 22:08:53 +053021
Thierry Reding330b48b2015-04-14 15:39:51 +020022config DRM_PARADE_PS8622
Vincent Palatinb2ea8772015-01-20 22:08:53 +053023 tristate "Parade eDP/LVDS bridge"
Vincent Palatinb2ea8772015-01-20 22:08:53 +053024 depends on OF
25 select DRM_PANEL
26 select DRM_KMS_HELPER
27 select BACKLIGHT_LCD_SUPPORT
28 select BACKLIGHT_CLASS_DEVICE
29 ---help---
Thierry Reding330b48b2015-04-14 15:39:51 +020030 Parade eDP-LVDS bridge chip driver.
Thierry Redinga33ee952015-07-21 17:01:19 +020031
32endmenu