blob: 9fcb87f353d44cec965301af6799fd8b950d8794 [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
Kristen Carlson Accardi1ec87282007-10-12 16:20:30 -07006 tristate "Support for PCI Hotplug"
Alex Chiang268a03a2009-06-17 19:03:57 -06007 depends on PCI && HOTPLUG && 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
13 To compile this driver as a module, choose M here: the
14 module will be called pci_hotplug.
15
16 When in doubt, say N.
17
Jan Engelhardtd4770142007-04-13 15:34:27 -070018if HOTPLUG_PCI
19
Linus Torvalds1da177e2005-04-16 15:20:36 -070020config HOTPLUG_PCI_COMPAQ
21 tristate "Compaq PCI Hotplug driver"
Alex Chiang12a9da02009-03-31 09:24:17 -060022 depends on X86 && PCI_BIOS
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 help
24 Say Y here if you have a motherboard with a Compaq PCI Hotplug
25 controller.
26
27 To compile this driver as a module, choose M here: the
28 module will be called cpqphp.
29
30 When in doubt, say N.
31
32config HOTPLUG_PCI_COMPAQ_NVRAM
33 bool "Save configuration into NVRAM on Compaq servers"
34 depends on HOTPLUG_PCI_COMPAQ
35 help
36 Say Y here if you have a Compaq server that has a PCI Hotplug
37 controller. This will allow the PCI Hotplug driver to store the PCI
38 system configuration options in NVRAM.
39
40 When in doubt, say N.
41
42config HOTPLUG_PCI_IBM
43 tristate "IBM PCI Hotplug driver"
Greg Kroah-Hartman3b57eff2008-02-13 13:32:24 -080044 depends on X86_IO_APIC && X86 && PCI_BIOS
Linus Torvalds1da177e2005-04-16 15:20:36 -070045 help
46 Say Y here if you have a motherboard with a IBM PCI Hotplug
47 controller.
48
49 To compile this driver as a module, choose M here: the
50 module will be called ibmphp.
51
52 When in doubt, say N.
53
54config HOTPLUG_PCI_ACPI
Jiang Liu6037a802013-04-12 05:44:25 +000055 bool "ACPI PCI Hotplug driver"
56 depends on HOTPLUG_PCI=y && ((!ACPI_DOCK && ACPI) || (ACPI_DOCK))
Linus Torvalds1da177e2005-04-16 15:20:36 -070057 help
58 Say Y here if you have a system that supports PCI Hotplug using
59 ACPI.
60
Linus Torvalds1da177e2005-04-16 15:20:36 -070061 When in doubt, say N.
62
63config HOTPLUG_PCI_ACPI_IBM
64 tristate "ACPI PCI Hotplug driver IBM extensions"
65 depends on HOTPLUG_PCI_ACPI
66 help
67 Say Y here if you have an IBM system that supports PCI Hotplug using
68 ACPI.
69
70 To compile this driver as a module, choose M here: the
71 module will be called acpiphp_ibm.
72
73 When in doubt, say N.
74
75config HOTPLUG_PCI_CPCI
76 bool "CompactPCI Hotplug driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 help
78 Say Y here if you have a CompactPCI system card with CompactPCI
79 hotswap support per the PICMG 2.1 specification.
80
81 When in doubt, say N.
82
83config HOTPLUG_PCI_CPCI_ZT5550
84 tristate "Ziatech ZT5550 CompactPCI Hotplug driver"
Jan Engelhardtd4770142007-04-13 15:34:27 -070085 depends on HOTPLUG_PCI_CPCI && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 help
87 Say Y here if you have an Performance Technologies (formerly Intel,
88 formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
89
90 To compile this driver as a module, choose M here: the
91 module will be called cpcihp_zt5550.
92
93 When in doubt, say N.
94
95config HOTPLUG_PCI_CPCI_GENERIC
96 tristate "Generic port I/O CompactPCI Hotplug driver"
Greg Kroah-Hartman33ae6ef2008-02-13 13:32:24 -080097 depends on HOTPLUG_PCI_CPCI && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 help
99 Say Y here if you have a CompactPCI system card that exposes the #ENUM
100 hotswap signal as a bit in a system register that can be read through
101 standard port I/O.
102
103 To compile this driver as a module, choose M here: the
104 module will be called cpcihp_generic.
105
106 When in doubt, say N.
107
108config HOTPLUG_PCI_SHPC
109 tristate "SHPC PCI Hotplug driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 help
111 Say Y here if you have a motherboard with a SHPC PCI Hotplug
112 controller.
113
114 To compile this driver as a module, choose M here: the
115 module will be called shpchp.
116
117 When in doubt, say N.
118
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119config HOTPLUG_PCI_RPA
120 tristate "RPA PCI Hotplug driver"
Bjorn Helgaasc2b5acc2012-08-24 14:32:07 -0600121 depends on PPC_PSERIES && EEH
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122 help
Matt LaPlantecab00892006-10-03 22:36:44 +0200123 Say Y here if you have a RPA system that supports PCI Hotplug.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124
125 To compile this driver as a module, choose M here: the
126 module will be called rpaphp.
127
128 When in doubt, say N.
129
130config HOTPLUG_PCI_RPA_DLPAR
131 tristate "RPA Dynamic Logical Partitioning for I/O slots"
132 depends on HOTPLUG_PCI_RPA
133 help
134 Say Y here if your system supports Dynamic Logical Partitioning
135 for I/O slots.
136
137 To compile this driver as a module, choose M here: the
138 module will be called rpadlpar_io.
139
140 When in doubt, say N.
141
142config HOTPLUG_PCI_SGI
143 tristate "SGI PCI Hotplug Support"
Jan Engelhardtd4770142007-04-13 15:34:27 -0700144 depends on IA64_SGI_SN2 || IA64_GENERIC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145 help
Prarit Bhargava6f354b02005-07-06 15:29:53 -0700146 Say Y here if you want to use the SGI Altix Hotplug
147 Driver for PCI devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148
149 When in doubt, say N.
150
Jan Glauber7441b062012-11-29 14:35:47 +0100151config HOTPLUG_PCI_S390
152 tristate "System z PCI Hotplug Support"
153 depends on S390 && 64BIT
154 help
155 Say Y here if you want to use the System z PCI Hotplug
156 driver for PCI devices. Without this driver it is not
157 possible to access stand-by PCI functions nor to deconfigure
158 PCI functions.
159
160 When in doubt, say Y.
161
Jan Engelhardtd4770142007-04-13 15:34:27 -0700162endif # HOTPLUG_PCI