diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 07:43:38 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 18:40:16 -0400 |
commit | a8d2de5e55183e2ec32228b3464be894cf7533c2 (patch) | |
tree | 8fb823149bc3025b3e5ff39d59f862a494fcc574 /drivers | |
parent | 2d3def0b73e33e5af2e81094710c07423e00b8be (diff) |
pci: drop unused Kconfig symbol
There's no other Kconfig symbol that depends on XEN_PCIDEV_FE_DEBUG.
Neither is there anything that uses CONFIG_XEN_PCIDEV_FE_DEBUG.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 0fa466a91bf4..b42798fe44a9 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 |