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>
This commit is contained in:
Joerg Roedel 2017-08-09 15:00:36 +02:00
parent ef954844c7
commit a4d98fb306
1 changed files with 1 additions and 0 deletions

View File

@ -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