projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba5fa6f
)
iommu/exynos: Remove invalid symbol dependency
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 22 May 2014 04:20:54 +0000
(09:50 +0530)
committer
Joerg Roedel
<jroedel@suse.de>
Mon, 26 May 2014 09:51:54 +0000
(11:51 +0200)
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>
drivers/iommu/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/iommu/Kconfig
b/drivers/iommu/Kconfig
index df56e4c74a7e450aae8820d4b7d6837c897c781b..b067a62263d1ff823b19507c83064352fe7a407e 100644
(file)
--- 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