aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2011-09-27 09:57:15 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2011-10-14 12:05:34 -0400
commitc320b976d7837c561ce4aa49dfe0a64f0e527ce4 (patch)
tree09d12286e3c63ab15a472468795204eeb154f83c /drivers/pci/Kconfig
parentd4c0636c2107010f0ef8c4dfbb1d6368ae3b3ed9 (diff)
PCI: Add implementation for PRI capability
Implement the necessary functions to handle PRI capabilities on PCIe devices. With PRI devices behind an IOMMU can signal page fault conditions to software and recover from such faults. Reviewed-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 1d8ce8395861..fb1e9707f91e 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -85,6 +85,15 @@ config PCI_IOV
85 85
86 If unsure, say N. 86 If unsure, say N.
87 87
88config PCI_PRI
89 bool "PCI PRI support"
90 select PCI_ATS
91 help
92 PRI is the PCI Page Request Interface. It allows PCI devices that are
93 behind an IOMMU to recover from page faults.
94
95 If unsure, say N.
96
88config PCI_IOAPIC 97config PCI_IOAPIC
89 bool 98 bool
90 depends on PCI 99 depends on PCI