11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# PCI Hotplug support 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 5d4770143SJan Engelhardtmenuconfig HOTPLUG_PCI 61ec87280SKristen Carlson Accardi tristate "Support for PCI Hotplug" 7268a03a4SAlex Chiang depends on PCI && HOTPLUG && SYSFS 81da177e4SLinus Torvalds ---help--- 91da177e4SLinus Torvalds Say Y here if you have a motherboard with a PCI Hotplug controller. 101da177e4SLinus Torvalds This allows you to add and remove PCI cards while the machine is 11654143eeSPavel Machek powered up and running. 121da177e4SLinus Torvalds 131da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 141da177e4SLinus Torvalds module will be called pci_hotplug. 151da177e4SLinus Torvalds 161da177e4SLinus Torvalds When in doubt, say N. 171da177e4SLinus Torvalds 18d4770143SJan Engelhardtif HOTPLUG_PCI 19d4770143SJan Engelhardt 201da177e4SLinus Torvaldsconfig HOTPLUG_PCI_COMPAQ 211da177e4SLinus Torvalds tristate "Compaq PCI Hotplug driver" 2212a9da0fSAlex Chiang depends on X86 && PCI_BIOS 231da177e4SLinus Torvalds help 241da177e4SLinus Torvalds Say Y here if you have a motherboard with a Compaq PCI Hotplug 251da177e4SLinus Torvalds controller. 261da177e4SLinus Torvalds 271da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 281da177e4SLinus Torvalds module will be called cpqphp. 291da177e4SLinus Torvalds 301da177e4SLinus Torvalds When in doubt, say N. 311da177e4SLinus Torvalds 321da177e4SLinus Torvaldsconfig HOTPLUG_PCI_COMPAQ_NVRAM 331da177e4SLinus Torvalds bool "Save configuration into NVRAM on Compaq servers" 341da177e4SLinus Torvalds depends on HOTPLUG_PCI_COMPAQ 351da177e4SLinus Torvalds help 361da177e4SLinus Torvalds Say Y here if you have a Compaq server that has a PCI Hotplug 371da177e4SLinus Torvalds controller. This will allow the PCI Hotplug driver to store the PCI 381da177e4SLinus Torvalds system configuration options in NVRAM. 391da177e4SLinus Torvalds 401da177e4SLinus Torvalds When in doubt, say N. 411da177e4SLinus Torvalds 421da177e4SLinus Torvaldsconfig HOTPLUG_PCI_IBM 431da177e4SLinus Torvalds tristate "IBM PCI Hotplug driver" 443b57eff0SGreg Kroah-Hartman depends on X86_IO_APIC && X86 && PCI_BIOS 451da177e4SLinus Torvalds help 461da177e4SLinus Torvalds Say Y here if you have a motherboard with a IBM PCI Hotplug 471da177e4SLinus Torvalds controller. 481da177e4SLinus Torvalds 491da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 501da177e4SLinus Torvalds module will be called ibmphp. 511da177e4SLinus Torvalds 521da177e4SLinus Torvalds When in doubt, say N. 531da177e4SLinus Torvalds 541da177e4SLinus Torvaldsconfig HOTPLUG_PCI_ACPI 551da177e4SLinus Torvalds tristate "ACPI PCI Hotplug driver" 56bf4735a4SDon Mullis depends on (!ACPI_DOCK && ACPI) || (ACPI_DOCK) 571da177e4SLinus Torvalds help 581da177e4SLinus Torvalds Say Y here if you have a system that supports PCI Hotplug using 591da177e4SLinus Torvalds ACPI. 601da177e4SLinus Torvalds 611da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 621da177e4SLinus Torvalds module will be called acpiphp. 631da177e4SLinus Torvalds 641da177e4SLinus Torvalds When in doubt, say N. 651da177e4SLinus Torvalds 661da177e4SLinus Torvaldsconfig HOTPLUG_PCI_ACPI_IBM 671da177e4SLinus Torvalds tristate "ACPI PCI Hotplug driver IBM extensions" 681da177e4SLinus Torvalds depends on HOTPLUG_PCI_ACPI 691da177e4SLinus Torvalds help 701da177e4SLinus Torvalds Say Y here if you have an IBM system that supports PCI Hotplug using 711da177e4SLinus Torvalds ACPI. 721da177e4SLinus Torvalds 731da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 741da177e4SLinus Torvalds module will be called acpiphp_ibm. 751da177e4SLinus Torvalds 761da177e4SLinus Torvalds When in doubt, say N. 771da177e4SLinus Torvalds 781da177e4SLinus Torvaldsconfig HOTPLUG_PCI_CPCI 791da177e4SLinus Torvalds bool "CompactPCI Hotplug driver" 801da177e4SLinus Torvalds help 811da177e4SLinus Torvalds Say Y here if you have a CompactPCI system card with CompactPCI 821da177e4SLinus Torvalds hotswap support per the PICMG 2.1 specification. 831da177e4SLinus Torvalds 841da177e4SLinus Torvalds When in doubt, say N. 851da177e4SLinus Torvalds 861da177e4SLinus Torvaldsconfig HOTPLUG_PCI_CPCI_ZT5550 871da177e4SLinus Torvalds tristate "Ziatech ZT5550 CompactPCI Hotplug driver" 88d4770143SJan Engelhardt depends on HOTPLUG_PCI_CPCI && X86 891da177e4SLinus Torvalds help 901da177e4SLinus Torvalds Say Y here if you have an Performance Technologies (formerly Intel, 911da177e4SLinus Torvalds formerly just Ziatech) Ziatech ZT5550 CompactPCI system card. 921da177e4SLinus Torvalds 931da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 941da177e4SLinus Torvalds module will be called cpcihp_zt5550. 951da177e4SLinus Torvalds 961da177e4SLinus Torvalds When in doubt, say N. 971da177e4SLinus Torvalds 981da177e4SLinus Torvaldsconfig HOTPLUG_PCI_CPCI_GENERIC 991da177e4SLinus Torvalds tristate "Generic port I/O CompactPCI Hotplug driver" 10033ae6ef2SGreg Kroah-Hartman depends on HOTPLUG_PCI_CPCI && X86 1011da177e4SLinus Torvalds help 1021da177e4SLinus Torvalds Say Y here if you have a CompactPCI system card that exposes the #ENUM 1031da177e4SLinus Torvalds hotswap signal as a bit in a system register that can be read through 1041da177e4SLinus Torvalds standard port I/O. 1051da177e4SLinus Torvalds 1061da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1071da177e4SLinus Torvalds module will be called cpcihp_generic. 1081da177e4SLinus Torvalds 1091da177e4SLinus Torvalds When in doubt, say N. 1101da177e4SLinus Torvalds 1111da177e4SLinus Torvaldsconfig HOTPLUG_PCI_SHPC 1121da177e4SLinus Torvalds tristate "SHPC PCI Hotplug driver" 1131da177e4SLinus Torvalds help 1141da177e4SLinus Torvalds Say Y here if you have a motherboard with a SHPC PCI Hotplug 1151da177e4SLinus Torvalds controller. 1161da177e4SLinus Torvalds 1171da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1181da177e4SLinus Torvalds module will be called shpchp. 1191da177e4SLinus Torvalds 1201da177e4SLinus Torvalds When in doubt, say N. 1211da177e4SLinus Torvalds 1221da177e4SLinus Torvaldsconfig HOTPLUG_PCI_RPA 1231da177e4SLinus Torvalds tristate "RPA PCI Hotplug driver" 124c2b5acc3SBjorn Helgaas depends on PPC_PSERIES && EEH 1251da177e4SLinus Torvalds help 126cab00891SMatt LaPlante Say Y here if you have a RPA system that supports PCI Hotplug. 1271da177e4SLinus Torvalds 1281da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1291da177e4SLinus Torvalds module will be called rpaphp. 1301da177e4SLinus Torvalds 1311da177e4SLinus Torvalds When in doubt, say N. 1321da177e4SLinus Torvalds 1331da177e4SLinus Torvaldsconfig HOTPLUG_PCI_RPA_DLPAR 1341da177e4SLinus Torvalds tristate "RPA Dynamic Logical Partitioning for I/O slots" 1351da177e4SLinus Torvalds depends on HOTPLUG_PCI_RPA 1361da177e4SLinus Torvalds help 1371da177e4SLinus Torvalds Say Y here if your system supports Dynamic Logical Partitioning 1381da177e4SLinus Torvalds for I/O slots. 1391da177e4SLinus Torvalds 1401da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1411da177e4SLinus Torvalds module will be called rpadlpar_io. 1421da177e4SLinus Torvalds 1431da177e4SLinus Torvalds When in doubt, say N. 1441da177e4SLinus Torvalds 1451da177e4SLinus Torvaldsconfig HOTPLUG_PCI_SGI 1461da177e4SLinus Torvalds tristate "SGI PCI Hotplug Support" 147d4770143SJan Engelhardt depends on IA64_SGI_SN2 || IA64_GENERIC 1481da177e4SLinus Torvalds help 1496f354b01SPrarit Bhargava Say Y here if you want to use the SGI Altix Hotplug 1506f354b01SPrarit Bhargava Driver for PCI devices. 1511da177e4SLinus Torvalds 1521da177e4SLinus Torvalds When in doubt, say N. 1531da177e4SLinus Torvalds 1547441b062SJan Glauberconfig HOTPLUG_PCI_S390 1557441b062SJan Glauber tristate "System z PCI Hotplug Support" 1567441b062SJan Glauber depends on S390 && 64BIT 1577441b062SJan Glauber help 1587441b062SJan Glauber Say Y here if you want to use the System z PCI Hotplug 1597441b062SJan Glauber driver for PCI devices. Without this driver it is not 1607441b062SJan Glauber possible to access stand-by PCI functions nor to deconfigure 1617441b062SJan Glauber PCI functions. 1627441b062SJan Glauber 1637441b062SJan Glauber When in doubt, say Y. 1647441b062SJan Glauber 165d4770143SJan Engelhardtendif # HOTPLUG_PCI 166