diff options
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index fb1e9707f91e..cec66064ee4b 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig | |||
@@ -94,6 +94,19 @@ config PCI_PRI | |||
94 | 94 | ||
95 | If unsure, say N. | 95 | If unsure, say N. |
96 | 96 | ||
97 | config PCI_PASID | ||
98 | bool "PCI PASID support" | ||
99 | depends on PCI | ||
100 | select PCI_ATS | ||
101 | help | ||
102 | Process Address Space Identifiers (PASIDs) can be used by PCI devices | ||
103 | to access more than one IO address space at the same time. To make | ||
104 | use of this feature an IOMMU is required which also supports PASIDs. | ||
105 | Select this option if you have such an IOMMU and want to compile the | ||
106 | driver for it into your kernel. | ||
107 | |||
108 | If unsure, say N. | ||
109 | |||
97 | config PCI_IOAPIC | 110 | config PCI_IOAPIC |
98 | bool | 111 | bool |
99 | depends on PCI | 112 | depends on PCI |