diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-05-22 00:20:54 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2014-05-26 05:51:54 -0400 |
commit | b28165dae0157869d4a701a6d513d768252938f2 (patch) | |
tree | a04282b2c086b178401ccea7b8441dd9a8ab8587 | |
parent | ba5fa6f652151882ee630c70373365cf5c043df7 (diff) |
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 <sachin.kamat@linaro.org>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
-rw-r--r-- | drivers/iommu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
178 | 178 | ||
179 | config EXYNOS_IOMMU | 179 | config EXYNOS_IOMMU |
180 | bool "Exynos IOMMU Support" | 180 | bool "Exynos IOMMU Support" |
181 | depends on ARCH_EXYNOS && EXYNOS_DEV_SYSMMU | 181 | depends on ARCH_EXYNOS |
182 | select IOMMU_API | 182 | select IOMMU_API |
183 | help | 183 | help |
184 | Support for the IOMMU(System MMU) of Samsung Exynos application | 184 | Support for the IOMMU(System MMU) of Samsung Exynos application |