Hello,
On 2015-01-27 00:50, Joerg Roedel wrote:
From: Joerg Roedel <jroe...@suse.de>
When regulator is not selected during kconfig, linking of
the exynos iommu driver fails due to missing symbols.
Fix it!
Frankly, I never observed such issue. Could you provide the .config for
such case? I know that existing exynos iommu driver is broken, but
please, don't break it even more...
Signed-off-by: Joerg Roedel <jroe...@suse.de>
---
drivers/iommu/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index dfa6cf1..2e6100d 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -190,7 +190,7 @@ config TEGRA_IOMMU_SMMU
config EXYNOS_IOMMU
bool "Exynos IOMMU Support"
- depends on ARCH_EXYNOS && ARM
+ depends on ARCH_EXYNOS && ARM && REGULATOR
select IOMMU_API
select ARM_DMA_USE_IOMMU
help
Best regards
--
Marek Szyprowski, PhD
Samsung R&D Institute Poland
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu