blob: aadce45a9b4a598b94b6c1f8504ee69e2a481d7a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# PCI Hotplug support
3#
4
Jan Engelhardtd4770142007-04-13 15:34:27 -07005menuconfig HOTPLUG_PCI
Bjorn Helgaas7cd29f42013-07-24 11:36:31 -06006 bool "Support for PCI Hotplug"
Stephen Rothwell40b31362013-05-21 13:49:35 +10007 depends on PCI && SYSFS
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 ---help---
9 Say Y here if you have a motherboard with a PCI Hotplug controller.
10 This allows you to add and remove PCI cards while the machine is
Pavel Machek654143e2006-01-09 16:16:00 +010011 powered up and running.
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 When in doubt, say N.
14
Jan Engelhardtd4770142007-04-13 15:34:27 -070015if HOTPLUG_PCI
16
Linus Torvalds1da177e2005-04-16 15:20:36 -070017config HOTPLUG_PCI_COMPAQ
18 tristate "Compaq PCI Hotplug driver"
Alex Chiang12a9da02009-03-31 09:24:17 -060019 depends on X86 && PCI_BIOS
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 help
21 Say Y here if you have a motherboard with a Compaq PCI Hotplug
22 controller.
23
24 To compile this driver as a module, choose M here: the
25 module will be called cpqphp.
26
27 When in doubt, say N.
28
29config HOTPLUG_PCI_COMPAQ_NVRAM
30 bool "Save configuration into NVRAM on Compaq servers"
31 depends on HOTPLUG_PCI_COMPAQ
32 help
33 Say Y here if you have a Compaq server that has a PCI Hotplug
34 controller. This will allow the PCI Hotplug driver to store the PCI
35 system configuration options in NVRAM.
36
37 When in doubt, say N.
38
39config HOTPLUG_PCI_IBM
40 tristate "IBM PCI Hotplug driver"
Greg Kroah-Hartman3b57eff2008-02-13 13:32:24 -080041 depends on X86_IO_APIC && X86 && PCI_BIOS
Linus Torvalds1da177e2005-04-16 15:20:36 -070042 help
43 Say Y here if you have a motherboard with a IBM PCI Hotplug
44 controller.
45
46 To compile this driver as a module, choose M here: the
47 module will be called ibmphp.
48
49 When in doubt, say N.
50
51config HOTPLUG_PCI_ACPI
Jiang Liu6037a802013-04-12 05:44:25 +000052 bool "ACPI PCI Hotplug driver"
53 depends on HOTPLUG_PCI=y && ((!ACPI_DOCK && ACPI) || (ACPI_DOCK))
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 help
55 Say Y here if you have a system that supports PCI Hotplug using
56 ACPI.
57
Linus Torvalds1da177e2005-04-16 15:20:36 -070058 When in doubt, say N.
59
60config HOTPLUG_PCI_ACPI_IBM
61 tristate "ACPI PCI Hotplug driver IBM extensions"
62 depends on HOTPLUG_PCI_ACPI
63 help
64 Say Y here if you have an IBM system that supports PCI Hotplug using
65 ACPI.
66
67 To compile this driver as a module, choose M here: the
68 module will be called acpiphp_ibm.
69
70 When in doubt, say N.
71
72config HOTPLUG_PCI_CPCI
73 bool "CompactPCI Hotplug driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 help
75 Say Y here if you have a CompactPCI system card with CompactPCI
76 hotswap support per the PICMG 2.1 specification.
77
78 When in doubt, say N.
79
80config HOTPLUG_PCI_CPCI_ZT5550
81 tristate "Ziatech ZT5550 CompactPCI Hotplug driver"
Jan Engelhardtd4770142007-04-13 15:34:27 -070082 depends on HOTPLUG_PCI_CPCI && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -070083 help
84 Say Y here if you have an Performance Technologies (formerly Intel,
85 formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
86
87 To compile this driver as a module, choose M here: the
88 module will be called cpcihp_zt5550.
89
90 When in doubt, say N.
91
92config HOTPLUG_PCI_CPCI_GENERIC
93 tristate "Generic port I/O CompactPCI Hotplug driver"
Greg Kroah-Hartman33ae6ef2008-02-13 13:32:24 -080094 depends on HOTPLUG_PCI_CPCI && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -070095 help
96 Say Y here if you have a CompactPCI system card that exposes the #ENUM
97 hotswap signal as a bit in a system register that can be read through
98 standard port I/O.
99
100 To compile this driver as a module, choose M here: the
101 module will be called cpcihp_generic.
102
103 When in doubt, say N.
104
105config HOTPLUG_PCI_SHPC
106 tristate "SHPC PCI Hotplug driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107 help
108 Say Y here if you have a motherboard with a SHPC PCI Hotplug
109 controller.
110
111 To compile this driver as a module, choose M here: the
112 module will be called shpchp.
113
114 When in doubt, say N.
115
Gavin Shan66725152016-05-20 16:41:42 +1000116config HOTPLUG_PCI_POWERNV
117 tristate "PowerPC PowerNV PCI Hotplug driver"
118 depends on PPC_POWERNV && EEH
119 select OF_DYNAMIC
120 help
121 Say Y here if you run PowerPC PowerNV platform that supports
122 PCI Hotplug
123
124 To compile this driver as a module, choose M here: the
125 module will be called pnv-php.
126
127 When in doubt, say N.
128
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129config HOTPLUG_PCI_RPA
130 tristate "RPA PCI Hotplug driver"
Bjorn Helgaasc2b5acc2012-08-24 14:32:07 -0600131 depends on PPC_PSERIES && EEH
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 help
Matt LaPlantecab00892006-10-03 22:36:44 +0200133 Say Y here if you have a RPA system that supports PCI Hotplug.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134
135 To compile this driver as a module, choose M here: the
136 module will be called rpaphp.
137
138 When in doubt, say N.
139
140config HOTPLUG_PCI_RPA_DLPAR
141 tristate "RPA Dynamic Logical Partitioning for I/O slots"
142 depends on HOTPLUG_PCI_RPA
143 help
144 Say Y here if your system supports Dynamic Logical Partitioning
145 for I/O slots.
146
147 To compile this driver as a module, choose M here: the
148 module will be called rpadlpar_io.
Bjorn Helgaasf7625982013-11-14 11:28:18 -0700149
150 When in doubt, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151
152config HOTPLUG_PCI_SGI
153 tristate "SGI PCI Hotplug Support"
Jan Engelhardtd4770142007-04-13 15:34:27 -0700154 depends on IA64_SGI_SN2 || IA64_GENERIC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155 help
Prarit Bhargava6f354b02005-07-06 15:29:53 -0700156 Say Y here if you want to use the SGI Altix Hotplug
157 Driver for PCI devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158
159 When in doubt, say N.
160
Jan Glauber7441b062012-11-29 14:35:47 +0100161config HOTPLUG_PCI_S390
Sebastian Ott67f43f32013-08-29 19:33:16 +0200162 bool "System z PCI Hotplug Support"
Jan Glauber7441b062012-11-29 14:35:47 +0100163 depends on S390 && 64BIT
164 help
165 Say Y here if you want to use the System z PCI Hotplug
166 driver for PCI devices. Without this driver it is not
167 possible to access stand-by PCI functions nor to deconfigure
168 PCI functions.
169
170 When in doubt, say Y.
171
Jan Engelhardtd4770142007-04-13 15:34:27 -0700172endif # HOTPLUG_PCI