This reverts a change done in '477ab7a iommu: Make more drivers depend on COMPILE_TEST'
Signed-off-by: Emil Medve <[email protected]> --- 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 _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
