-------- Original message -------- From: Emil Medve Date:02/14/2015 2:27 PM (GMT+05:30) To: iommu@lists.linux-foundation.org,joro@8bytes.org,jroedel@suse.de,Sethi Varun-B16395 Cc: Medve Emilian-EMMEDVE1 Subject: [PATCH] iommu/fsl: PAMU is also present on 64-bit SoC(s) This reverts a change done in '477ab7a iommu: Make more drivers depend on COMPILE_TEST' Signed-off-by: Emil Medve --- drivers/iommu/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index baa0d97..d93692a 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -49,7 +49,6 @@ config OF_IOMMU config FSL_PAMU bool "Freescale IOMMU support" - depends on PPC32 depends on PPC_E500MC || COMPILE_TEST select IOMMU_API select GENERIC_ALLOCATOR -- 2.3.0 Acked-by: Varun Sethi