From: Joerg Roedel Date: Wed, 9 Aug 2017 13:00:36 +0000 (+0200) Subject: iommu/pamu: Let PAMU depend on PCI X-Git-Tag: v4.14-rc1~72^2^10~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4d98fb3069090a856933a1416f449caf18ef334;p=platform%2Fkernel%2Flinux-rpi.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 f73ff28..e73b7c5 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