FROMLIST: drm: rockchip: dp: add rockchip platform dp driver
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / rockchip / Kconfig
index 35215f6867d3d040c1646ba9c30425bcadacfa25..d4c6a89b548ec2bc3b3d460c9a81acc214175b30 100644 (file)
@@ -1,5 +1,6 @@
 config DRM_ROCKCHIP
        tristate "DRM Support for Rockchip"
+       depends on BROKEN
        depends on DRM && ROCKCHIP_IOMMU
        depends on RESET_CONTROLLER
        select DRM_KMS_HELPER
@@ -25,3 +26,22 @@ config ROCKCHIP_DW_HDMI
          for the Synopsys DesignWare HDMI driver. If you want to
          enable HDMI on RK3288 based SoC, you should selet this
          option.
+
+config ROCKCHIP_DW_MIPI_DSI
+       tristate "Rockchip specific extensions for Synopsys DW MIPI DSI"
+       depends on DRM_ROCKCHIP
+       select DRM_MIPI_DSI
+       help
+        This selects support for Rockchip SoC specific extensions
+        for the Synopsys DesignWare HDMI driver. If you want to
+        enable MIPI DSI on RK3288 based SoC, you should selet this
+        option.
+
+config ROCKCHIP_ANALOGIX_DP
+       tristate "Rockchip specific extensions for Analogix DP driver"
+       depends on DRM_ROCKCHIP
+       select DRM_ANALOGIX_DP
+       help
+         This selects support for Rockchip SoC specific extensions
+         for the Analogix Core DP driver. If you want to enable DP
+         on RK3288 based SoC, you should selet this option.