diff options
-rw-r--r-- | drivers/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index cec66064ee4b..8252fc3430bd 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig | |||
@@ -87,6 +87,7 @@ config PCI_IOV | |||
87 | 87 | ||
88 | config PCI_PRI | 88 | config PCI_PRI |
89 | bool "PCI PRI support" | 89 | bool "PCI PRI support" |
90 | depends on PCI | ||
90 | select PCI_ATS | 91 | select PCI_ATS |
91 | help | 92 | help |
92 | PRI is the PCI Page Request Interface. It allows PCI devices that are | 93 | PRI is the PCI Page Request Interface. It allows PCI devices that are |