Kconfig 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. #
  2. # PCI Hotplug support
  3. #
  4. menuconfig HOTPLUG_PCI
  5. tristate "Support for PCI Hotplug"
  6. depends on PCI && HOTPLUG && SYSFS
  7. ---help---
  8. Say Y here if you have a motherboard with a PCI Hotplug controller.
  9. This allows you to add and remove PCI cards while the machine is
  10. powered up and running.
  11. To compile this driver as a module, choose M here: the
  12. module will be called pci_hotplug.
  13. When in doubt, say N.
  14. if HOTPLUG_PCI
  15. config HOTPLUG_PCI_FAKE
  16. tristate "Fake PCI Hotplug driver"
  17. help
  18. Say Y here if you want to use the fake PCI hotplug driver. It can
  19. be used to simulate PCI hotplug events if even if your system is
  20. not PCI hotplug capable.
  21. This driver will "emulate" removing PCI devices from the system.
  22. If the "power" file is written to with "0" then the specified PCI
  23. device will be completely removed from the kernel.
  24. WARNING, this does NOT turn off the power to the PCI device.
  25. This is a "logical" removal, not a physical or electrical
  26. removal.
  27. Use this module at your own risk. You have been warned!
  28. To compile this driver as a module, choose M here: the
  29. module will be called fakephp.
  30. When in doubt, say N.
  31. config HOTPLUG_PCI_COMPAQ
  32. tristate "Compaq PCI Hotplug driver"
  33. depends on X86 && PCI_BIOS
  34. help
  35. Say Y here if you have a motherboard with a Compaq PCI Hotplug
  36. controller.
  37. To compile this driver as a module, choose M here: the
  38. module will be called cpqphp.
  39. When in doubt, say N.
  40. config HOTPLUG_PCI_COMPAQ_NVRAM
  41. bool "Save configuration into NVRAM on Compaq servers"
  42. depends on HOTPLUG_PCI_COMPAQ
  43. help
  44. Say Y here if you have a Compaq server that has a PCI Hotplug
  45. controller. This will allow the PCI Hotplug driver to store the PCI
  46. system configuration options in NVRAM.
  47. When in doubt, say N.
  48. config HOTPLUG_PCI_IBM
  49. tristate "IBM PCI Hotplug driver"
  50. depends on X86_IO_APIC && X86 && PCI_BIOS
  51. help
  52. Say Y here if you have a motherboard with a IBM PCI Hotplug
  53. controller.
  54. To compile this driver as a module, choose M here: the
  55. module will be called ibmphp.
  56. When in doubt, say N.
  57. config HOTPLUG_PCI_ACPI
  58. tristate "ACPI PCI Hotplug driver"
  59. depends on (!ACPI_DOCK && ACPI) || (ACPI_DOCK)
  60. help
  61. Say Y here if you have a system that supports PCI Hotplug using
  62. ACPI.
  63. To compile this driver as a module, choose M here: the
  64. module will be called acpiphp.
  65. When in doubt, say N.
  66. config HOTPLUG_PCI_ACPI_IBM
  67. tristate "ACPI PCI Hotplug driver IBM extensions"
  68. depends on HOTPLUG_PCI_ACPI
  69. help
  70. Say Y here if you have an IBM system that supports PCI Hotplug using
  71. ACPI.
  72. To compile this driver as a module, choose M here: the
  73. module will be called acpiphp_ibm.
  74. When in doubt, say N.
  75. config HOTPLUG_PCI_CPCI
  76. bool "CompactPCI Hotplug driver"
  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. When in doubt, say N.
  81. config HOTPLUG_PCI_CPCI_ZT5550
  82. tristate "Ziatech ZT5550 CompactPCI Hotplug driver"
  83. depends on HOTPLUG_PCI_CPCI && X86
  84. help
  85. Say Y here if you have an Performance Technologies (formerly Intel,
  86. formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
  87. To compile this driver as a module, choose M here: the
  88. module will be called cpcihp_zt5550.
  89. When in doubt, say N.
  90. config HOTPLUG_PCI_CPCI_GENERIC
  91. tristate "Generic port I/O CompactPCI Hotplug driver"
  92. depends on HOTPLUG_PCI_CPCI && X86
  93. help
  94. Say Y here if you have a CompactPCI system card that exposes the #ENUM
  95. hotswap signal as a bit in a system register that can be read through
  96. standard port I/O.
  97. To compile this driver as a module, choose M here: the
  98. module will be called cpcihp_generic.
  99. When in doubt, say N.
  100. config HOTPLUG_PCI_SHPC
  101. tristate "SHPC PCI Hotplug driver"
  102. help
  103. Say Y here if you have a motherboard with a SHPC PCI Hotplug
  104. controller.
  105. To compile this driver as a module, choose M here: the
  106. module will be called shpchp.
  107. When in doubt, say N.
  108. config HOTPLUG_PCI_RPA
  109. tristate "RPA PCI Hotplug driver"
  110. depends on PPC_PSERIES && EEH && !HOTPLUG_PCI_FAKE
  111. help
  112. Say Y here if you have a RPA system that supports PCI Hotplug.
  113. To compile this driver as a module, choose M here: the
  114. module will be called rpaphp.
  115. When in doubt, say N.
  116. config HOTPLUG_PCI_RPA_DLPAR
  117. tristate "RPA Dynamic Logical Partitioning for I/O slots"
  118. depends on HOTPLUG_PCI_RPA
  119. help
  120. Say Y here if your system supports Dynamic Logical Partitioning
  121. for I/O slots.
  122. To compile this driver as a module, choose M here: the
  123. module will be called rpadlpar_io.
  124. When in doubt, say N.
  125. config HOTPLUG_PCI_SGI
  126. tristate "SGI PCI Hotplug Support"
  127. depends on IA64_SGI_SN2 || IA64_GENERIC
  128. help
  129. Say Y here if you want to use the SGI Altix Hotplug
  130. Driver for PCI devices.
  131. When in doubt, say N.
  132. endif # HOTPLUG_PCI