aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2015-01-20 09:31:14 -0500
committerInki Dae <inki.dae@samsung.com>2015-02-07 02:38:40 -0500
commit8dcc14f82f06fce997e35f4c77ced9d4ed192f31 (patch)
treec06144b47a824c887923df7248d95e1db6193c9b /drivers/gpu/drm
parent04427ec57480d83f98d8a8a326b831dfa474f297 (diff)
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>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/exynos/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig
index c072999b7e03..7cf0b46cd48b 100644
--- a/drivers/gpu/drm/exynos/Kconfig
+++ b/drivers/gpu/drm/exynos/Kconfig
@@ -12,10 +12,9 @@ config DRM_EXYNOS
12 If M is selected the module will be called exynosdrm. 12 If M is selected the module will be called exynosdrm.
13 13
14config DRM_EXYNOS_IOMMU 14config DRM_EXYNOS_IOMMU
15 bool "EXYNOS DRM IOMMU Support" 15 bool
16 depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU 16 depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
17 help 17 default y
18 Choose this option if you want to use IOMMU feature for DRM.
19 18
20config DRM_EXYNOS_DMABUF 19config DRM_EXYNOS_DMABUF
21 bool "EXYNOS DRM DMABUF" 20 bool "EXYNOS DRM DMABUF"