From: Joerg Roedel Date: Wed, 9 Aug 2017 13:00:36 +0000 (+0200) Subject: iommu/pamu: Let PAMU depend on PCI X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a4d98fb3069090a856933a1416f449caf18ef334;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git iommu/pamu: Let PAMU depend on PCI The driver does not compile when PCI is not selected, so make it depend on it. Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index f73ff28f77e2..e73b7c50a130 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -76,6 +76,7 @@ config IOMMU_DMA config FSL_PAMU bool "Freescale IOMMU support" + depends on PCI depends on PPC_E500MC || (COMPILE_TEST && PPC) select IOMMU_API select GENERIC_ALLOCATOR