xref: /openbmc/linux/drivers/pci/hotplug/Kconfig (revision 40b31360)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# PCI Hotplug support
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
5d4770143SJan Engelhardtmenuconfig HOTPLUG_PCI
61ec87280SKristen Carlson Accardi	tristate "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	  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
556037a803SJiang Liu	bool "ACPI PCI Hotplug driver"
566037a803SJiang Liu	depends on HOTPLUG_PCI=y && ((!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	  When in doubt, say N.
621da177e4SLinus Torvalds
631da177e4SLinus Torvaldsconfig HOTPLUG_PCI_ACPI_IBM
641da177e4SLinus Torvalds	tristate "ACPI PCI Hotplug driver IBM extensions"
651da177e4SLinus Torvalds	depends on HOTPLUG_PCI_ACPI
661da177e4SLinus Torvalds	help
671da177e4SLinus Torvalds	  Say Y here if you have an IBM system that supports PCI Hotplug using
681da177e4SLinus Torvalds	  ACPI.
691da177e4SLinus Torvalds
701da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
711da177e4SLinus Torvalds	  module will be called acpiphp_ibm.
721da177e4SLinus Torvalds
731da177e4SLinus Torvalds	  When in doubt, say N.
741da177e4SLinus Torvalds
751da177e4SLinus Torvaldsconfig HOTPLUG_PCI_CPCI
761da177e4SLinus Torvalds	bool "CompactPCI Hotplug driver"
771da177e4SLinus Torvalds	help
781da177e4SLinus Torvalds	  Say Y here if you have a CompactPCI system card with CompactPCI
791da177e4SLinus Torvalds	  hotswap support per the PICMG 2.1 specification.
801da177e4SLinus Torvalds
811da177e4SLinus Torvalds	  When in doubt, say N.
821da177e4SLinus Torvalds
831da177e4SLinus Torvaldsconfig HOTPLUG_PCI_CPCI_ZT5550
841da177e4SLinus Torvalds	tristate "Ziatech ZT5550 CompactPCI Hotplug driver"
85d4770143SJan Engelhardt	depends on HOTPLUG_PCI_CPCI && X86
861da177e4SLinus Torvalds	help
871da177e4SLinus Torvalds	  Say Y here if you have an Performance Technologies (formerly Intel,
881da177e4SLinus Torvalds          formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
891da177e4SLinus Torvalds
901da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
911da177e4SLinus Torvalds	  module will be called cpcihp_zt5550.
921da177e4SLinus Torvalds
931da177e4SLinus Torvalds	  When in doubt, say N.
941da177e4SLinus Torvalds
951da177e4SLinus Torvaldsconfig HOTPLUG_PCI_CPCI_GENERIC
961da177e4SLinus Torvalds	tristate "Generic port I/O CompactPCI Hotplug driver"
9733ae6ef2SGreg Kroah-Hartman	depends on HOTPLUG_PCI_CPCI && X86
981da177e4SLinus Torvalds	help
991da177e4SLinus Torvalds	  Say Y here if you have a CompactPCI system card that exposes the #ENUM
1001da177e4SLinus Torvalds	  hotswap signal as a bit in a system register that can be read through
1011da177e4SLinus Torvalds	  standard port I/O.
1021da177e4SLinus Torvalds
1031da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1041da177e4SLinus Torvalds	  module will be called cpcihp_generic.
1051da177e4SLinus Torvalds
1061da177e4SLinus Torvalds	  When in doubt, say N.
1071da177e4SLinus Torvalds
1081da177e4SLinus Torvaldsconfig HOTPLUG_PCI_SHPC
1091da177e4SLinus Torvalds	tristate "SHPC PCI Hotplug driver"
1101da177e4SLinus Torvalds	help
1111da177e4SLinus Torvalds	  Say Y here if you have a motherboard with a SHPC PCI Hotplug
1121da177e4SLinus Torvalds	  controller.
1131da177e4SLinus Torvalds
1141da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1151da177e4SLinus Torvalds	  module will be called shpchp.
1161da177e4SLinus Torvalds
1171da177e4SLinus Torvalds	  When in doubt, say N.
1181da177e4SLinus Torvalds
1191da177e4SLinus Torvaldsconfig HOTPLUG_PCI_RPA
1201da177e4SLinus Torvalds	tristate "RPA PCI Hotplug driver"
121c2b5acc3SBjorn Helgaas	depends on PPC_PSERIES && EEH
1221da177e4SLinus Torvalds	help
123cab00891SMatt LaPlante	  Say Y here if you have a RPA system that supports PCI Hotplug.
1241da177e4SLinus Torvalds
1251da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1261da177e4SLinus Torvalds	  module will be called rpaphp.
1271da177e4SLinus Torvalds
1281da177e4SLinus Torvalds	  When in doubt, say N.
1291da177e4SLinus Torvalds
1301da177e4SLinus Torvaldsconfig HOTPLUG_PCI_RPA_DLPAR
1311da177e4SLinus Torvalds	tristate "RPA Dynamic Logical Partitioning for I/O slots"
1321da177e4SLinus Torvalds	depends on HOTPLUG_PCI_RPA
1331da177e4SLinus Torvalds	help
1341da177e4SLinus Torvalds	  Say Y here if your system supports Dynamic Logical Partitioning
1351da177e4SLinus Torvalds	  for I/O slots.
1361da177e4SLinus Torvalds
1371da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1381da177e4SLinus Torvalds	  module will be called rpadlpar_io.
1391da177e4SLinus Torvalds
1401da177e4SLinus Torvalds 	  When in doubt, say N.
1411da177e4SLinus Torvalds
1421da177e4SLinus Torvaldsconfig HOTPLUG_PCI_SGI
1431da177e4SLinus Torvalds	tristate "SGI PCI Hotplug Support"
144d4770143SJan Engelhardt	depends on IA64_SGI_SN2 || IA64_GENERIC
1451da177e4SLinus Torvalds	help
1466f354b01SPrarit Bhargava	  Say Y here if you want to use the SGI Altix Hotplug
1476f354b01SPrarit Bhargava	  Driver for PCI devices.
1481da177e4SLinus Torvalds
1491da177e4SLinus Torvalds	  When in doubt, say N.
1501da177e4SLinus Torvalds
1517441b062SJan Glauberconfig HOTPLUG_PCI_S390
1527441b062SJan Glauber	tristate "System z PCI Hotplug Support"
1537441b062SJan Glauber	depends on S390 && 64BIT
1547441b062SJan Glauber	help
1557441b062SJan Glauber	  Say Y here if you want to use the System z PCI Hotplug
1567441b062SJan Glauber	  driver for PCI devices. Without this driver it is not
1577441b062SJan Glauber	  possible to access stand-by PCI functions nor to deconfigure
1587441b062SJan Glauber	  PCI functions.
1597441b062SJan Glauber
1607441b062SJan Glauber	  When in doubt, say Y.
1617441b062SJan Glauber
162d4770143SJan Engelhardtendif # HOTPLUG_PCI
163