From: Joerg Roedel <[email protected]> When regulator is not selected during kconfig, linking of the exynos iommu driver fails due to missing symbols. Fix it!
Signed-off-by: Joerg Roedel <[email protected]> --- 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 -- 1.9.1 _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
