Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # PCI Hotplug support |
| 3 | # |
| 4 | |
Jan Engelhardt | d477014 | 2007-04-13 15:34:27 -0700 | [diff] [blame] | 5 | menuconfig HOTPLUG_PCI |
Kristen Carlson Accardi | 1ec8728 | 2007-10-12 16:20:30 -0700 | [diff] [blame] | 6 | tristate "Support for PCI Hotplug" |
Stephen Rothwell | 40b3136 | 2013-05-21 13:49:35 +1000 | [diff] [blame] | 7 | depends on PCI && SYSFS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | ---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 Machek | 654143e | 2006-01-09 16:16:00 +0100 | [diff] [blame] | 11 | powered up and running. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 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 Engelhardt | d477014 | 2007-04-13 15:34:27 -0700 | [diff] [blame] | 18 | if HOTPLUG_PCI |
| 19 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | config HOTPLUG_PCI_COMPAQ |
| 21 | tristate "Compaq PCI Hotplug driver" |
Alex Chiang | 12a9da0 | 2009-03-31 09:24:17 -0600 | [diff] [blame] | 22 | depends on X86 && PCI_BIOS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | 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 | |
| 32 | config 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 | |
| 42 | config HOTPLUG_PCI_IBM |
| 43 | tristate "IBM PCI Hotplug driver" |
Greg Kroah-Hartman | 3b57eff | 2008-02-13 13:32:24 -0800 | [diff] [blame] | 44 | depends on X86_IO_APIC && X86 && PCI_BIOS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | 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 | |
| 54 | config HOTPLUG_PCI_ACPI |
Jiang Liu | 6037a80 | 2013-04-12 05:44:25 +0000 | [diff] [blame] | 55 | bool "ACPI PCI Hotplug driver" |
| 56 | depends on HOTPLUG_PCI=y && ((!ACPI_DOCK && ACPI) || (ACPI_DOCK)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | help |
| 58 | Say Y here if you have a system that supports PCI Hotplug using |
| 59 | ACPI. |
| 60 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | When in doubt, say N. |
| 62 | |
| 63 | config 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 | |
| 75 | config HOTPLUG_PCI_CPCI |
| 76 | bool "CompactPCI Hotplug driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | 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 | |
| 83 | config HOTPLUG_PCI_CPCI_ZT5550 |
| 84 | tristate "Ziatech ZT5550 CompactPCI Hotplug driver" |
Jan Engelhardt | d477014 | 2007-04-13 15:34:27 -0700 | [diff] [blame] | 85 | depends on HOTPLUG_PCI_CPCI && X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | 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 | |
| 95 | config HOTPLUG_PCI_CPCI_GENERIC |
| 96 | tristate "Generic port I/O CompactPCI Hotplug driver" |
Greg Kroah-Hartman | 33ae6ef | 2008-02-13 13:32:24 -0800 | [diff] [blame] | 97 | depends on HOTPLUG_PCI_CPCI && X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | 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 | |
| 108 | config HOTPLUG_PCI_SHPC |
| 109 | tristate "SHPC PCI Hotplug driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | config HOTPLUG_PCI_RPA |
| 120 | tristate "RPA PCI Hotplug driver" |
Bjorn Helgaas | c2b5acc | 2012-08-24 14:32:07 -0600 | [diff] [blame] | 121 | depends on PPC_PSERIES && EEH |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | help |
Matt LaPlante | cab0089 | 2006-10-03 22:36:44 +0200 | [diff] [blame] | 123 | Say Y here if you have a RPA system that supports PCI Hotplug. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | |
| 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 | |
| 130 | config 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 | |
| 142 | config HOTPLUG_PCI_SGI |
| 143 | tristate "SGI PCI Hotplug Support" |
Jan Engelhardt | d477014 | 2007-04-13 15:34:27 -0700 | [diff] [blame] | 144 | depends on IA64_SGI_SN2 || IA64_GENERIC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | help |
Prarit Bhargava | 6f354b0 | 2005-07-06 15:29:53 -0700 | [diff] [blame] | 146 | Say Y here if you want to use the SGI Altix Hotplug |
| 147 | Driver for PCI devices. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | |
| 149 | When in doubt, say N. |
| 150 | |
Jan Glauber | 7441b06 | 2012-11-29 14:35:47 +0100 | [diff] [blame] | 151 | config 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 Engelhardt | d477014 | 2007-04-13 15:34:27 -0700 | [diff] [blame] | 162 | endif # HOTPLUG_PCI |