drm/edid: Add 3840x2160@60hz modes
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / Kconfig
index 52d6e890bf8531477d6caee0aa79d8fa99e004d3..bc44ea5105fedf1edcd1500115f7fa04328b282a 100644 (file)
@@ -21,6 +21,11 @@ menuconfig DRM
          details.  You should also select and configure AGP
          (/dev/agpgart) support if it is available for your platform.
 
+config DRM_IGNORE_IOTCL_PERMIT
+       bool "Ignore drm ioctl permission"
+       default y
+       depends on DRM && ANDROID
+
 config DRM_MIPI_DSI
        bool
        depends on DRM
@@ -97,6 +102,12 @@ config DRM_KMS_CMA_HELPER
        help
          Choose this if you need the KMS CMA helper functions
 
+config DRM_SCDC_HELPER
+       bool "DRM SCDC HELPER"
+       depends on DRM_KMS_HELPER
+       help
+         Choose this if you need the SCDC helper functions
+
 config DRM_DMA_SYNC
        bool "DRM DMA Sync"
        depends on DRM && DMA_SHARED_BUFFER