1config 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 10config DRM_DW_HDMI 11 tristate 12 select DRM_KMS_HELPER 13 14config DRM_NXP_PTN3460 15 tristate "NXP PTN3460 DP/LVDS bridge" 16 depends on OF 17 select DRM_KMS_HELPER 18 select DRM_PANEL 19 ---help--- 20 NXP PTN3460 eDP-LVDS bridge chip driver. 21 22config DRM_PARADE_PS8622 23 tristate "Parade eDP/LVDS bridge" 24 depends on OF 25 select DRM_PANEL 26 select DRM_KMS_HELPER 27 select BACKLIGHT_LCD_SUPPORT 28 select BACKLIGHT_CLASS_DEVICE 29 ---help--- 30 Parade eDP-LVDS bridge chip driver. 31 32endmenu 33