Kconfig (0e59e7e7feb5a12938fbf9135147eeda3238c6c4) | Kconfig (c54420d3302d30999060e2669d0800b85e5b5a20) |
---|---|
1# 2# PCI configuration 3# 4config ARCH_SUPPORTS_MSI 5 bool 6 default n 7 8config PCI_MSI --- 73 unchanged lines hidden (view full) --- 82 I/O Virtualization is a PCI feature supported by some devices 83 which allows them to create virtual devices which share their 84 physical resources. 85 86 If unsure, say N. 87 88config PCI_PRI 89 bool "PCI PRI support" | 1# 2# PCI configuration 3# 4config ARCH_SUPPORTS_MSI 5 bool 6 default n 7 8config PCI_MSI --- 73 unchanged lines hidden (view full) --- 82 I/O Virtualization is a PCI feature supported by some devices 83 which allows them to create virtual devices which share their 84 physical resources. 85 86 If unsure, say N. 87 88config PCI_PRI 89 bool "PCI PRI support" |
90 depends on PCI |
|
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 97config PCI_PASID --- 22 unchanged lines hidden --- | 91 select PCI_ATS 92 help 93 PRI is the PCI Page Request Interface. It allows PCI devices that are 94 behind an IOMMU to recover from page faults. 95 96 If unsure, say N. 97 98config PCI_PASID --- 22 unchanged lines hidden --- |