]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
drm/exynos: IOMMU support should not be selectable by user
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 20 Jan 2015 14:31:14 +0000 (15:31 +0100)
committerInki Dae <inki.dae@samsung.com>
Sat, 7 Feb 2015 07:38:40 +0000 (16:38 +0900)
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>
drivers/gpu/drm/exynos/Kconfig

index c072999b7e0345c613acc9d07e6cb95f31293b93..7cf0b46cd48b28120dace2a9855375196bb6a66a 100644 (file)
@@ -12,10 +12,9 @@ config DRM_EXYNOS
          If M is selected the module will be called exynosdrm.
 
 config DRM_EXYNOS_IOMMU
-       bool "EXYNOS DRM IOMMU Support"
+       bool
        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
        bool "EXYNOS DRM DMABUF"