From: Sachin Kamat Date: Thu, 22 May 2014 04:20:54 +0000 (+0530) Subject: iommu/exynos: Remove invalid symbol dependency X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b28165dae0157869d4a701a6d513d768252938f2;p=linux-beck.git iommu/exynos: Remove invalid symbol dependency EXYNOS_DEV_SYSMMU symbol is not defined anywhere and prevents building the Exynos driver. Remove it. Signed-off-by: Sachin Kamat Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index df56e4c74a7e..b067a62263d1 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -178,7 +178,7 @@ config TEGRA_IOMMU_SMMU config EXYNOS_IOMMU bool "Exynos IOMMU Support" - depends on ARCH_EXYNOS && EXYNOS_DEV_SYSMMU + depends on ARCH_EXYNOS select IOMMU_API help Support for the IOMMU(System MMU) of Samsung Exynos application