aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/Kconfig
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2017-08-09 15:00:36 +0200
committerJoerg Roedel <jroedel@suse.de>2017-08-15 13:59:34 +0200
commita4d98fb3069090a856933a1416f449caf18ef334 (patch)
tree4f4c546a570a6336be0306b88b7e64ad8496350f /drivers/iommu/Kconfig
parentLinux 4.13-rc5 (diff)
downloadlinux-dev-a4d98fb3069090a856933a1416f449caf18ef334.tar.xz
linux-dev-a4d98fb3069090a856933a1416f449caf18ef334.zip
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 <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r--drivers/iommu/Kconfig1
1 files changed, 1 insertions, 0 deletions
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