Kconfig 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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 HOTPLUG_PCI
  61. depends on (!ACPI_DOCK && ACPI) || (ACPI_DOCK)
  62. help
  63. Say Y here if you have a system that supports PCI Hotplug using
  64. ACPI.
  65. To compile this driver as a module, choose M here: the
  66. module will be called acpiphp.
  67. When in doubt, say N.
  68. config HOTPLUG_PCI_ACPI_IBM
  69. tristate "ACPI PCI Hotplug driver IBM extensions"
  70. depends on HOTPLUG_PCI_ACPI
  71. help
  72. Say Y here if you have an IBM system that supports PCI Hotplug using
  73. ACPI.
  74. To compile this driver as a module, choose M here: the
  75. module will be called acpiphp_ibm.
  76. When in doubt, say N.
  77. config HOTPLUG_PCI_CPCI
  78. bool "CompactPCI Hotplug driver"
  79. depends on HOTPLUG_PCI
  80. help
  81. Say Y here if you have a CompactPCI system card with CompactPCI
  82. hotswap support per the PICMG 2.1 specification.
  83. When in doubt, say N.
  84. config HOTPLUG_PCI_CPCI_ZT5550
  85. tristate "Ziatech ZT5550 CompactPCI Hotplug driver"
  86. depends on HOTPLUG_PCI && HOTPLUG_PCI_CPCI && X86
  87. help
  88. Say Y here if you have an Performance Technologies (formerly Intel,
  89. formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
  90. To compile this driver as a module, choose M here: the
  91. module will be called cpcihp_zt5550.
  92. When in doubt, say N.
  93. config HOTPLUG_PCI_CPCI_GENERIC
  94. tristate "Generic port I/O CompactPCI Hotplug driver"
  95. depends on HOTPLUG_PCI && HOTPLUG_PCI_CPCI && X86
  96. help
  97. Say Y here if you have a CompactPCI system card that exposes the #ENUM
  98. hotswap signal as a bit in a system register that can be read through
  99. standard port I/O.
  100. To compile this driver as a module, choose M here: the
  101. module will be called cpcihp_generic.
  102. When in doubt, say N.
  103. config HOTPLUG_PCI_SHPC
  104. tristate "SHPC PCI Hotplug driver"
  105. depends on HOTPLUG_PCI
  106. help
  107. Say Y here if you have a motherboard with a SHPC PCI Hotplug
  108. controller.
  109. To compile this driver as a module, choose M here: the
  110. module will be called shpchp.
  111. When in doubt, say N.
  112. config HOTPLUG_PCI_RPA
  113. tristate "RPA PCI Hotplug driver"
  114. depends on HOTPLUG_PCI && PPC_PSERIES && PPC64 && !HOTPLUG_PCI_FAKE
  115. help
  116. Say Y here if you have a RPA system that supports PCI Hotplug.
  117. To compile this driver as a module, choose M here: the
  118. module will be called rpaphp.
  119. When in doubt, say N.
  120. config HOTPLUG_PCI_RPA_DLPAR
  121. tristate "RPA Dynamic Logical Partitioning for I/O slots"
  122. depends on HOTPLUG_PCI_RPA
  123. help
  124. Say Y here if your system supports Dynamic Logical Partitioning
  125. for I/O slots.
  126. To compile this driver as a module, choose M here: the
  127. module will be called rpadlpar_io.
  128. When in doubt, say N.
  129. config HOTPLUG_PCI_SGI
  130. tristate "SGI PCI Hotplug Support"
  131. depends on HOTPLUG_PCI && (IA64_SGI_SN2 || IA64_GENERIC)
  132. help
  133. Say Y here if you want to use the SGI Altix Hotplug
  134. Driver for PCI devices.
  135. When in doubt, say N.
  136. endmenu