Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1707385 > unrolled thread

[PATCH 1/4] iommu/pamu: Let PAMU depend on PCI

Started byJoerg Roedel <joro@8bytes.org>
First post2017-08-09 16:50 +0200
Last post2017-08-09 16:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/4] iommu/pamu: Let PAMU depend on PCI Joerg Roedel <joro@8bytes.org> - 2017-08-09 16:50 +0200

#1707385 — [PATCH 1/4] iommu/pamu: Let PAMU depend on PCI

FromJoerg Roedel <joro@8bytes.org>
Date2017-08-09 16:50 +0200
Subject[PATCH 1/4] iommu/pamu: Let PAMU depend on PCI
Message-ID<ucAt4-fu-15@gated-at.bofh.it>
From: Joerg Roedel <jroedel@suse.de>

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 | 1 +
 1 file changed, 1 insertion(+)

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web