5 menu "PCI Hotplug Support"
8 tristate "Support for PCI Hotplug (EXPERIMENTAL)"
9 depends on PCI && EXPERIMENTAL && HOTPLUG
11 Say Y here if you have a motherboard with a PCI Hotplug controller.
12 This allows you to add and remove PCI cards while the machine is
13 powered up and running.
15 To compile this driver as a module, choose M here: the
16 module will be called pci_hotplug.
20 config HOTPLUG_PCI_FAKE
21 tristate "Fake PCI Hotplug driver"
22 depends on HOTPLUG_PCI
24 Say Y here if you want to use the fake PCI hotplug driver. It can
25 be used to simulate PCI hotplug events if even if your system is
26 not PCI hotplug capable.
28 This driver will "emulate" removing PCI devices from the system.
29 If the "power" file is written to with "0" then the specified PCI
30 device will be completely removed from the kernel.
32 WARNING, this does NOT turn off the power to the PCI device.
33 This is a "logical" removal, not a physical or electrical
36 Use this module at your own risk. You have been warned!
38 To compile this driver as a module, choose M here: the
39 module will be called fakephp.
43 config HOTPLUG_PCI_COMPAQ
44 tristate "Compaq PCI Hotplug driver"
45 depends on HOTPLUG_PCI && X86 && PCI_BIOS
47 Say Y here if you have a motherboard with a Compaq PCI Hotplug
50 To compile this driver as a module, choose M here: the
51 module will be called cpqphp.
55 config HOTPLUG_PCI_COMPAQ_NVRAM
56 bool "Save configuration into NVRAM on Compaq servers"
57 depends on HOTPLUG_PCI_COMPAQ
59 Say Y here if you have a Compaq server that has a PCI Hotplug
60 controller. This will allow the PCI Hotplug driver to store the PCI
61 system configuration options in NVRAM.
65 config HOTPLUG_PCI_IBM
66 tristate "IBM PCI Hotplug driver"
67 depends on HOTPLUG_PCI && X86_IO_APIC && X86 && PCI_BIOS
69 Say Y here if you have a motherboard with a IBM PCI Hotplug
72 To compile this driver as a module, choose M here: the
73 module will be called ibmphp.
77 config HOTPLUG_PCI_ACPI
78 tristate "ACPI PCI Hotplug driver"
79 depends on HOTPLUG_PCI
80 depends on (!ACPI_DOCK && ACPI) || (ACPI_DOCK)
82 Say Y here if you have a system that supports PCI Hotplug using
85 To compile this driver as a module, choose M here: the
86 module will be called acpiphp.
90 config HOTPLUG_PCI_ACPI_IBM
91 tristate "ACPI PCI Hotplug driver IBM extensions"
92 depends on HOTPLUG_PCI_ACPI
94 Say Y here if you have an IBM system that supports PCI Hotplug using
97 To compile this driver as a module, choose M here: the
98 module will be called acpiphp_ibm.
100 When in doubt, say N.
102 config HOTPLUG_PCI_CPCI
103 bool "CompactPCI Hotplug driver"
104 depends on HOTPLUG_PCI
106 Say Y here if you have a CompactPCI system card with CompactPCI
107 hotswap support per the PICMG 2.1 specification.
109 When in doubt, say N.
111 config HOTPLUG_PCI_CPCI_ZT5550
112 tristate "Ziatech ZT5550 CompactPCI Hotplug driver"
113 depends on HOTPLUG_PCI && HOTPLUG_PCI_CPCI && X86
115 Say Y here if you have an Performance Technologies (formerly Intel,
116 formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
118 To compile this driver as a module, choose M here: the
119 module will be called cpcihp_zt5550.
121 When in doubt, say N.
123 config HOTPLUG_PCI_CPCI_GENERIC
124 tristate "Generic port I/O CompactPCI Hotplug driver"
125 depends on HOTPLUG_PCI && HOTPLUG_PCI_CPCI && X86
127 Say Y here if you have a CompactPCI system card that exposes the #ENUM
128 hotswap signal as a bit in a system register that can be read through
131 To compile this driver as a module, choose M here: the
132 module will be called cpcihp_generic.
134 When in doubt, say N.
136 config HOTPLUG_PCI_SHPC
137 tristate "SHPC PCI Hotplug driver"
138 depends on HOTPLUG_PCI
140 Say Y here if you have a motherboard with a SHPC PCI Hotplug
143 To compile this driver as a module, choose M here: the
144 module will be called shpchp.
146 When in doubt, say N.
148 config HOTPLUG_PCI_RPA
149 tristate "RPA PCI Hotplug driver"
150 depends on HOTPLUG_PCI && PPC_PSERIES && PPC64 && !HOTPLUG_PCI_FAKE
152 Say Y here if you have a RPA system that supports PCI Hotplug.
154 To compile this driver as a module, choose M here: the
155 module will be called rpaphp.
157 When in doubt, say N.
159 config HOTPLUG_PCI_RPA_DLPAR
160 tristate "RPA Dynamic Logical Partitioning for I/O slots"
161 depends on HOTPLUG_PCI_RPA
163 Say Y here if your system supports Dynamic Logical Partitioning
166 To compile this driver as a module, choose M here: the
167 module will be called rpadlpar_io.
169 When in doubt, say N.
171 config HOTPLUG_PCI_SGI
172 tristate "SGI PCI Hotplug Support"
173 depends on HOTPLUG_PCI && (IA64_SGI_SN2 || IA64_GENERIC)
175 Say Y here if you want to use the SGI Altix Hotplug
176 Driver for PCI devices.
178 When in doubt, say N.