projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef95484
)
iommu/pamu: Let PAMU depend on PCI
author
Joerg Roedel
<jroedel@suse.de>
Wed, 9 Aug 2017 13:00:36 +0000
(15:00 +0200)
committer
Joerg Roedel
<jroedel@suse.de>
Tue, 15 Aug 2017 11:59:34 +0000
(13:59 +0200)
The driver does not compile when PCI is not selected, so
make it depend on it.
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iommu/Kconfig
b/drivers/iommu/Kconfig
index f73ff28f77e2351f5f627033fd43a9bdc3c9f7b9..e73b7c50a13014ba293605167b85dd2a659fe3c5 100644
(file)
--- 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