This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / drivers / pci / pcie / Kconfig
1 #
2 # PCI Express Port Bus Configuration
3 #
4 config PCIEPORTBUS
5         bool "PCI Express support"
6         depends on PCI_GOMMCONFIG || PCI_GOANY
7         default n
8
9         ---help---
10         This automatically enables PCI Express Port Bus support. Users can
11         choose Native Hot-Plug support, Advanced Error Reporting support,
12         Power Management Event support and Virtual Channel support to run
13         on PCI Express Ports (Root or Switch).
14
15 #
16 # Include service Kconfig here
17 #
18 config HOTPLUG_PCI_PCIE
19         tristate "PCI Express Hotplug driver"
20         depends on HOTPLUG_PCI && PCIEPORTBUS
21         help
22           Say Y here if you have a motherboard that supports PCI Express Native
23           Hotplug
24
25           To compile this driver as a module, choose M here: the
26           module will be called pciehp.
27
28           When in doubt, say N.
29
30 config HOTPLUG_PCI_PCIE_POLL_EVENT_MODE
31         bool "Use polling mechanism for hot-plug events (for testing purpose)"
32         depends on HOTPLUG_PCI_PCIE
33         help
34           Say Y here if you want to use the polling mechanism for hot-plug 
35           events for early platform testing.
36            
37           When in doubt, say N.
38