xref: /openbmc/linux/drivers/pci/hotplug/Kconfig (revision 7cd29f4b)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# PCI Hotplug support
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
5d4770143SJan Engelhardtmenuconfig HOTPLUG_PCI
67cd29f4bSBjorn Helgaas	bool "Support for PCI Hotplug"
740b31360SStephen Rothwell	depends on PCI && 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	  When in doubt, say N.
141da177e4SLinus Torvalds
15d4770143SJan Engelhardtif HOTPLUG_PCI
16d4770143SJan Engelhardt
171da177e4SLinus Torvaldsconfig HOTPLUG_PCI_COMPAQ
181da177e4SLinus Torvalds	tristate "Compaq PCI Hotplug driver"
1912a9da0fSAlex Chiang	depends on X86 && PCI_BIOS
201da177e4SLinus Torvalds	help
211da177e4SLinus Torvalds	  Say Y here if you have a motherboard with a Compaq PCI Hotplug
221da177e4SLinus Torvalds	  controller.
231da177e4SLinus Torvalds
241da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
251da177e4SLinus Torvalds	  module will be called cpqphp.
261da177e4SLinus Torvalds
271da177e4SLinus Torvalds	  When in doubt, say N.
281da177e4SLinus Torvalds
291da177e4SLinus Torvaldsconfig HOTPLUG_PCI_COMPAQ_NVRAM
301da177e4SLinus Torvalds	bool "Save configuration into NVRAM on Compaq servers"
311da177e4SLinus Torvalds	depends on HOTPLUG_PCI_COMPAQ
321da177e4SLinus Torvalds	help
331da177e4SLinus Torvalds	  Say Y here if you have a Compaq server that has a PCI Hotplug
341da177e4SLinus Torvalds	  controller.  This will allow the PCI Hotplug driver to store the PCI
351da177e4SLinus Torvalds	  system configuration options in NVRAM.
361da177e4SLinus Torvalds
371da177e4SLinus Torvalds	  When in doubt, say N.
381da177e4SLinus Torvalds
391da177e4SLinus Torvaldsconfig HOTPLUG_PCI_IBM
401da177e4SLinus Torvalds	tristate "IBM PCI Hotplug driver"
413b57eff0SGreg Kroah-Hartman	depends on X86_IO_APIC && X86 && PCI_BIOS
421da177e4SLinus Torvalds	help
431da177e4SLinus Torvalds	  Say Y here if you have a motherboard with a IBM PCI Hotplug
441da177e4SLinus Torvalds	  controller.
451da177e4SLinus Torvalds
461da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
471da177e4SLinus Torvalds	  module will be called ibmphp.
481da177e4SLinus Torvalds
491da177e4SLinus Torvalds	  When in doubt, say N.
501da177e4SLinus Torvalds
511da177e4SLinus Torvaldsconfig HOTPLUG_PCI_ACPI
526037a803SJiang Liu	bool "ACPI PCI Hotplug driver"
536037a803SJiang Liu	depends on HOTPLUG_PCI=y && ((!ACPI_DOCK && ACPI) || (ACPI_DOCK))
541da177e4SLinus Torvalds	help
551da177e4SLinus Torvalds	  Say Y here if you have a system that supports PCI Hotplug using
561da177e4SLinus Torvalds	  ACPI.
571da177e4SLinus Torvalds
581da177e4SLinus Torvalds	  When in doubt, say N.
591da177e4SLinus Torvalds
601da177e4SLinus Torvaldsconfig HOTPLUG_PCI_ACPI_IBM
611da177e4SLinus Torvalds	tristate "ACPI PCI Hotplug driver IBM extensions"
621da177e4SLinus Torvalds	depends on HOTPLUG_PCI_ACPI
631da177e4SLinus Torvalds	help
641da177e4SLinus Torvalds	  Say Y here if you have an IBM system that supports PCI Hotplug using
651da177e4SLinus Torvalds	  ACPI.
661da177e4SLinus Torvalds
671da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
681da177e4SLinus Torvalds	  module will be called acpiphp_ibm.
691da177e4SLinus Torvalds
701da177e4SLinus Torvalds	  When in doubt, say N.
711da177e4SLinus Torvalds
721da177e4SLinus Torvaldsconfig HOTPLUG_PCI_CPCI
731da177e4SLinus Torvalds	bool "CompactPCI Hotplug driver"
741da177e4SLinus Torvalds	help
751da177e4SLinus Torvalds	  Say Y here if you have a CompactPCI system card with CompactPCI
761da177e4SLinus Torvalds	  hotswap support per the PICMG 2.1 specification.
771da177e4SLinus Torvalds
781da177e4SLinus Torvalds	  When in doubt, say N.
791da177e4SLinus Torvalds
801da177e4SLinus Torvaldsconfig HOTPLUG_PCI_CPCI_ZT5550
811da177e4SLinus Torvalds	tristate "Ziatech ZT5550 CompactPCI Hotplug driver"
82d4770143SJan Engelhardt	depends on HOTPLUG_PCI_CPCI && X86
831da177e4SLinus Torvalds	help
841da177e4SLinus Torvalds	  Say Y here if you have an Performance Technologies (formerly Intel,
851da177e4SLinus Torvalds          formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
861da177e4SLinus Torvalds
871da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
881da177e4SLinus Torvalds	  module will be called cpcihp_zt5550.
891da177e4SLinus Torvalds
901da177e4SLinus Torvalds	  When in doubt, say N.
911da177e4SLinus Torvalds
921da177e4SLinus Torvaldsconfig HOTPLUG_PCI_CPCI_GENERIC
931da177e4SLinus Torvalds	tristate "Generic port I/O CompactPCI Hotplug driver"
9433ae6ef2SGreg Kroah-Hartman	depends on HOTPLUG_PCI_CPCI && X86
951da177e4SLinus Torvalds	help
961da177e4SLinus Torvalds	  Say Y here if you have a CompactPCI system card that exposes the #ENUM
971da177e4SLinus Torvalds	  hotswap signal as a bit in a system register that can be read through
981da177e4SLinus Torvalds	  standard port I/O.
991da177e4SLinus Torvalds
1001da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1011da177e4SLinus Torvalds	  module will be called cpcihp_generic.
1021da177e4SLinus Torvalds
1031da177e4SLinus Torvalds	  When in doubt, say N.
1041da177e4SLinus Torvalds
1051da177e4SLinus Torvaldsconfig HOTPLUG_PCI_SHPC
1061da177e4SLinus Torvalds	tristate "SHPC PCI Hotplug driver"
1071da177e4SLinus Torvalds	help
1081da177e4SLinus Torvalds	  Say Y here if you have a motherboard with a SHPC PCI Hotplug
1091da177e4SLinus Torvalds	  controller.
1101da177e4SLinus Torvalds
1111da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1121da177e4SLinus Torvalds	  module will be called shpchp.
1131da177e4SLinus Torvalds
1141da177e4SLinus Torvalds	  When in doubt, say N.
1151da177e4SLinus Torvalds
1161da177e4SLinus Torvaldsconfig HOTPLUG_PCI_RPA
1171da177e4SLinus Torvalds	tristate "RPA PCI Hotplug driver"
118c2b5acc3SBjorn Helgaas	depends on PPC_PSERIES && EEH
1191da177e4SLinus Torvalds	help
120cab00891SMatt LaPlante	  Say Y here if you have a RPA system that supports PCI Hotplug.
1211da177e4SLinus Torvalds
1221da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1231da177e4SLinus Torvalds	  module will be called rpaphp.
1241da177e4SLinus Torvalds
1251da177e4SLinus Torvalds	  When in doubt, say N.
1261da177e4SLinus Torvalds
1271da177e4SLinus Torvaldsconfig HOTPLUG_PCI_RPA_DLPAR
1281da177e4SLinus Torvalds	tristate "RPA Dynamic Logical Partitioning for I/O slots"
1291da177e4SLinus Torvalds	depends on HOTPLUG_PCI_RPA
1301da177e4SLinus Torvalds	help
1311da177e4SLinus Torvalds	  Say Y here if your system supports Dynamic Logical Partitioning
1321da177e4SLinus Torvalds	  for I/O slots.
1331da177e4SLinus Torvalds
1341da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1351da177e4SLinus Torvalds	  module will be called rpadlpar_io.
1361da177e4SLinus Torvalds
1371da177e4SLinus Torvalds 	  When in doubt, say N.
1381da177e4SLinus Torvalds
1391da177e4SLinus Torvaldsconfig HOTPLUG_PCI_SGI
1401da177e4SLinus Torvalds	tristate "SGI PCI Hotplug Support"
141d4770143SJan Engelhardt	depends on IA64_SGI_SN2 || IA64_GENERIC
1421da177e4SLinus Torvalds	help
1436f354b01SPrarit Bhargava	  Say Y here if you want to use the SGI Altix Hotplug
1446f354b01SPrarit Bhargava	  Driver for PCI devices.
1451da177e4SLinus Torvalds
1461da177e4SLinus Torvalds	  When in doubt, say N.
1471da177e4SLinus Torvalds
1487441b062SJan Glauberconfig HOTPLUG_PCI_S390
1497441b062SJan Glauber	tristate "System z PCI Hotplug Support"
1507441b062SJan Glauber	depends on S390 && 64BIT
1517441b062SJan Glauber	help
1527441b062SJan Glauber	  Say Y here if you want to use the System z PCI Hotplug
1537441b062SJan Glauber	  driver for PCI devices. Without this driver it is not
1547441b062SJan Glauber	  possible to access stand-by PCI functions nor to deconfigure
1557441b062SJan Glauber	  PCI functions.
1567441b062SJan Glauber
1577441b062SJan Glauber	  When in doubt, say Y.
1587441b062SJan Glauber
159d4770143SJan Engelhardtendif # HOTPLUG_PCI
160