diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2011-10-30 11:35:07 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-10-31 13:23:58 -0400 |
commit | c54420d3302d30999060e2669d0800b85e5b5a20 (patch) | |
tree | 47a6631d50658e31e6d5832dba53ed183096d5cc /drivers/pci | |
parent | 466b3ddfbcf4f5ce402a77397630a0fa9ea9ce6b (diff) |
PCI: Let PCI_PRI depend on PCI
This avoids the PCI_PRI question in 'make config' when PCI
is not selected.
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci')
-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 |