diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2018-10-12 12:53:42 +0200 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2018-12-04 05:23:17 +0100 |
commit | 69908ed258fce73c75f461339d865a7b4eb6e720 (patch) | |
tree | a6116a933df66b13af73543444be180d019252f2 /drivers/gpu/drm/exynos/Kconfig | |
parent | drm/exynos: simplify DMA mapping (diff) | |
download | linux-69908ed258fce73c75f461339d865a7b4eb6e720.tar.xz linux-69908ed258fce73c75f461339d865a7b4eb6e720.zip |
drm/exynos/iommu: remove DRM_EXYNOS_IOMMU Kconfig symbol
DRM_EXYNOS_IOMMU symbol is not configurable, it is always equal to
EXYNOS_IOMMU.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/Kconfig')
-rw-r--r-- | drivers/gpu/drm/exynos/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 208bc27be3cc..3691a140c950 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -10,11 +10,6 @@ config DRM_EXYNOS if DRM_EXYNOS -config DRM_EXYNOS_IOMMU - bool - depends on EXYNOS_IOMMU - default y - comment "CRTCs" config DRM_EXYNOS_FIMD |