diff options
author | Jonghwa Lee <jonghwa3.lee@samsung.com> | 2015-05-08 18:11:48 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:45:01 +0900 |
commit | f9e7bec05bac90da237fddf71cbddb984359a8ae (patch) | |
tree | 8ebad76a7853f349a421cd0f37fe54c6d197e757 /arch/arm64 | |
parent | 8cd6fa5943247932abfc95920c90c1f7a0c96b15 (diff) | |
download | linux-exynos-f9e7bec05bac90da237fddf71cbddb984359a8ae.tar.gz linux-exynos-f9e7bec05bac90da237fddf71cbddb984359a8ae.tar.bz2 linux-exynos-f9e7bec05bac90da237fddf71cbddb984359a8ae.zip |
LOCAL / arm64: configs: Disable IOMMU until suspend issue is resolved.
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 667400b513b0..33b39479d4fc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -2528,7 +2528,6 @@ CONFIG_DRM_KMS_FB_HELPER=y # CONFIG_DRM_VIA is not set # CONFIG_DRM_SAVAGE is not set CONFIG_DRM_EXYNOS=y -CONFIG_DRM_EXYNOS_IOMMU=y # CONFIG_DRM_EXYNOS_FIMD is not set CONFIG_DRM_EXYNOS5433_DECON=y # CONFIG_DRM_EXYNOS7_DECON is not set @@ -3593,19 +3592,7 @@ CONFIG_CLKSRC_EXYNOS_MCT=y # CONFIG_EM_TIMER_STI is not set # CONFIG_CLKSRC_VERSATILE is not set # CONFIG_MAILBOX is not set -CONFIG_IOMMU_API=y -CONFIG_IOMMU_SUPPORT=y - -# -# Generic IOMMU Pagetable Support -# -# CONFIG_IOMMU_IO_PGTABLE_LPAE is not set -CONFIG_IOMMU_IOVA=y -CONFIG_OF_IOMMU=y -CONFIG_IOMMU_DMA=y -CONFIG_EXYNOS_IOMMU=y -CONFIG_EXYNOS_IOMMU_DEBUG=y -# CONFIG_ARM_SMMU is not set +# CONFIG_IOMMU_SUPPORT is not set # # Remoteproc drivers |