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>
This commit is contained in:
parent
466b3ddfbc
commit
c54420d330
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ config PCI_IOV
|
|||
|
||||
config PCI_PRI
|
||||
bool "PCI PRI support"
|
||||
depends on PCI
|
||||
select PCI_ATS
|
||||
help
|
||||
PRI is the PCI Page Request Interface. It allows PCI devices that are
|
||||
|
|
Loading…
Reference in a new issue