Kconfig 5.3 KB

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