diff options
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index cec66064ee4..f02b5235056 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig | |||
@@ -51,17 +51,6 @@ config XEN_PCIDEV_FRONTEND | |||
51 | The PCI device frontend driver allows the kernel to import arbitrary | 51 | The PCI device frontend driver allows the kernel to import arbitrary |
52 | PCI devices from a PCI backend to support PCI driver domains. | 52 | PCI devices from a PCI backend to support PCI driver domains. |
53 | 53 | ||
54 | config XEN_PCIDEV_FE_DEBUG | ||
55 | bool "Xen PCI Frontend debugging" | ||
56 | depends on XEN_PCIDEV_FRONTEND && PCI_DEBUG | ||
57 | help | ||
58 | Say Y here if you want the Xen PCI frontend to produce a bunch of debug | ||
59 | messages to the system log. Select this if you are having a | ||
60 | problem with Xen PCI frontend support and want to see more of what is | ||
61 | going on. | ||
62 | |||
63 | When in doubt, say N. | ||
64 | |||
65 | config HT_IRQ | 54 | config HT_IRQ |
66 | bool "Interrupts on hypertransport devices" | 55 | bool "Interrupts on hypertransport devices" |
67 | default y | 56 | default y |
@@ -87,6 +76,7 @@ config PCI_IOV | |||
87 | 76 | ||
88 | config PCI_PRI | 77 | config PCI_PRI |
89 | bool "PCI PRI support" | 78 | bool "PCI PRI support" |
79 | depends on PCI | ||
90 | select PCI_ATS | 80 | select PCI_ATS |
91 | help | 81 | help |
92 | PRI is the PCI Page Request Interface. It allows PCI devices that are | 82 | PRI is the PCI Page Request Interface. It allows PCI devices that are |