فهرست منبع

drm/exynos: IOMMU support should not be selectable by user

If system provides IOMMU feature, Exynos DRM should use it by default,
because the Exynos DRM subdrivers don't work correctly when Exynos IOMMU
driver has been enabled and no IOMMU support has been compiled into Exynos
DRM driver.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Marek Szyprowski 11 سال پیش
والد
کامیت
8dcc14f82f
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      drivers/gpu/drm/exynos/Kconfig

+ 2 - 3
drivers/gpu/drm/exynos/Kconfig

@@ -12,10 +12,9 @@ config DRM_EXYNOS
 	  If M is selected the module will be called exynosdrm.
 	  If M is selected the module will be called exynosdrm.
 
 
 config DRM_EXYNOS_IOMMU
 config DRM_EXYNOS_IOMMU
-	bool "EXYNOS DRM IOMMU Support"
+	bool
 	depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
 	depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
-	help
-	  Choose this option if you want to use IOMMU feature for DRM.
+	default y
 
 
 config DRM_EXYNOS_DMABUF
 config DRM_EXYNOS_DMABUF
 	bool "EXYNOS DRM DMABUF"
 	bool "EXYNOS DRM DMABUF"