ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / pci / hotplug / Kconfig
1 #
2 # PCI Hotplug support
3 #
4
5 menu "PCI Hotplug Support"
6         depends on HOTPLUG
7
8 config HOTPLUG_PCI
9         tristate "Support for PCI Hotplug (EXPERIMENTAL)"
10         depends on PCI && EXPERIMENTAL
11         ---help---
12           Say Y here if you have a motherboard with a PCI Hotplug controller.
13           This allows you to add and remove PCI cards while the machine is
14           powered up and running.  The file system pcihpfs must be mounted
15           in order to interact with any PCI Hotplug controllers.
16
17           To compile this driver as a module, choose M here: the
18           module will be called pci_hotplug.
19
20           When in doubt, say N.
21
22 config HOTPLUG_PCI_FAKE
23         tristate "Fake PCI Hotplug driver"
24         depends on HOTPLUG_PCI
25         help
26           Say Y here if you want to use the fake PCI hotplug driver. It can
27           be used to simulate PCI hotplug events if even if your system is
28           not PCI hotplug capable.
29
30           This driver will "emulate" removing PCI devices from the system.
31           If the "power" file is written to with "0" then the specified PCI
32           device will be completely removed from the kernel.
33
34           WARNING, this does NOT turn off the power to the PCI device.
35           This is a "logical" removal, not a physical or electrical
36           removal.
37
38           Use this module at your own risk.  You have been warned!
39
40           To compile this driver as a module, choose M here: the
41           module will be called fakephp.
42
43           When in doubt, say N.
44
45 config HOTPLUG_PCI_COMPAQ
46         tristate "Compaq PCI Hotplug driver"
47         depends on HOTPLUG_PCI && X86 && PCI_BIOS
48         help
49           Say Y here if you have a motherboard with a Compaq PCI Hotplug
50           controller.
51
52           To compile this driver as a module, choose M here: the
53           module will be called cpqphp.
54
55           When in doubt, say N.
56
57 config HOTPLUG_PCI_COMPAQ_NVRAM
58         bool "Save configuration into NVRAM on Compaq servers"
59         depends on HOTPLUG_PCI_COMPAQ
60         help
61           Say Y here if you have a Compaq server that has a PCI Hotplug
62           controller.  This will allow the PCI Hotplug driver to store the PCI
63           system configuration options in NVRAM.
64
65           When in doubt, say N.
66
67 config HOTPLUG_PCI_IBM
68         tristate "IBM PCI Hotplug driver"
69         depends on HOTPLUG_PCI && X86_IO_APIC && X86 && PCI_BIOS
70         help
71           Say Y here if you have a motherboard with a IBM PCI Hotplug
72           controller.
73
74           To compile this driver as a module, choose M here: the
75           module will be called ibmphp.
76
77           When in doubt, say N.
78
79 config HOTPLUG_PCI_ACPI
80         tristate "ACPI PCI Hotplug driver"
81         depends on ACPI_BUS && HOTPLUG_PCI
82         help
83           Say Y here if you have a system that supports PCI Hotplug using
84           ACPI.
85
86           To compile this driver as a module, choose M here: the
87           module will be called acpiphp.
88
89           When in doubt, say N.
90
91 config HOTPLUG_PCI_CPCI
92         bool "CompactPCI Hotplug driver"
93         depends on HOTPLUG_PCI
94         help
95           Say Y here if you have a CompactPCI system card with CompactPCI
96           hotswap support per the PICMG 2.1 specification.
97
98           When in doubt, say N.
99
100 config HOTPLUG_PCI_CPCI_ZT5550
101         tristate "Ziatech ZT5550 CompactPCI Hotplug driver"
102         depends on HOTPLUG_PCI && HOTPLUG_PCI_CPCI && X86
103         help
104           Say Y here if you have an Performance Technologies (formerly Intel,
105           formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
106
107           To compile this driver as a module, choose M here: the
108           module will be called cpcihp_zt5550.
109
110           When in doubt, say N.
111
112 config HOTPLUG_PCI_CPCI_GENERIC
113         tristate "Generic port I/O CompactPCI Hotplug driver"
114         depends on HOTPLUG_PCI && HOTPLUG_PCI_CPCI && X86
115         help
116           Say Y here if you have a CompactPCI system card that exposes the #ENUM
117           hotswap signal as a bit in a system register that can be read through
118           standard port I/O.
119
120           To compile this driver as a module, choose M here: the
121           module will be called cpcihp_generic.
122
123           When in doubt, say N.
124
125 config HOTPLUG_PCI_PCIE
126         tristate "PCI Express Hotplug driver"
127         depends on HOTPLUG_PCI
128         help
129           Say Y here if you have a motherboard that supports PCI Express Native
130           Hotplug
131
132           To compile this driver as a module, choose M here: the
133           module will be called pciehp.
134
135           When in doubt, say N.
136
137 config HOTPLUG_PCI_PCIE_POLL_EVENT_MODE
138         bool "Use polling mechanism for hot-plug events (for testing purpose)"
139         depends on HOTPLUG_PCI_PCIE
140         help
141           Say Y here if you want to use the polling mechanism for hot-plug 
142           events for early platform testing.
143            
144           When in doubt, say N.
145
146 config HOTPLUG_PCI_SHPC
147         tristate "SHPC PCI Hotplug driver"
148         depends on HOTPLUG_PCI
149         help
150           Say Y here if you have a motherboard with a SHPC PCI Hotplug
151           controller.
152
153           To compile this driver as a module, choose M here: the
154           module will be called shpchp.
155
156           When in doubt, say N.
157
158 config HOTPLUG_PCI_SHPC_POLL_EVENT_MODE
159         bool "Use polling mechanism for hot-plug events (for testing purpose)"
160         depends on HOTPLUG_PCI_SHPC
161         help
162           Say Y here if you want to use the polling mechanism for hot-plug 
163           events for early platform testing.
164
165           When in doubt, say N.
166
167 config HOTPLUG_PCI_SHPC_PHPRM_LEGACY
168         bool "For AMD SHPC only: Use $HRT for resource/configuration"
169         depends on HOTPLUG_PCI_SHPC && !ACPI_BUS 
170         help
171           Say Y here for AMD SHPC. You have to select this option if you are 
172           using this driver on platform with AMD SHPC.
173
174 config HOTPLUG_PCI_RPA
175         tristate "RPA PCI Hotplug driver"
176         depends on HOTPLUG_PCI && PPC_PSERIES && PPC64 && !HOTPLUG_PCI_FAKE
177         help
178           Say Y here if you have a a RPA system that supports PCI Hotplug.
179
180           To compile this driver as a module, choose M here: the
181           module will be called rpaphp.
182
183           When in doubt, say N.
184
185 config HOTPLUG_PCI_RPA_DLPAR
186         tristate "RPA Dynamic Logical Partitioning for I/O slots"
187         depends on HOTPLUG_PCI_RPA
188         help
189           Say Y here if your system supports Dynamic Logical Partitioning
190           for I/O slots.
191
192           To compile this driver as a module, choose M here: the
193           module will be called rpadlpar_io.
194  
195           When in doubt, say N.
196
197 config HOTPLUG_PCI_SGI
198         tristate "SGI PCI Hotplug Support"
199         depends on HOTPLUG_PCI && IA64_SGI_SN2
200         help
201           Say Y here if you have an SGI IA64 Altix system.
202
203           When in doubt, say N.
204
205 endmenu
206