1config DRM_DW_HDMI 2 tristate 3 depends on DRM 4 select DRM_KMS_HELPER 5 6config DRM_PTN3460 7 tristate "PTN3460 DP/LVDS bridge" 8 depends on DRM 9 depends on OF 10 select DRM_KMS_HELPER 11 select DRM_PANEL 12 ---help--- 13 ptn3460 eDP-LVDS bridge chip driver. 14 15config DRM_PS8622 16 tristate "Parade eDP/LVDS bridge" 17 depends on DRM 18 depends on OF 19 select DRM_PANEL 20 select DRM_KMS_HELPER 21 select BACKLIGHT_LCD_SUPPORT 22 select BACKLIGHT_CLASS_DEVICE 23 ---help--- 24 parade eDP-LVDS bridge chip driver. 25