aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 3f3489c5ca8c..a0c03658b2ea 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -209,6 +209,17 @@ config ACPI_PROCESSOR
209 209
210 To compile this driver as a module, choose M here: 210 To compile this driver as a module, choose M here:
211 the module will be called processor. 211 the module will be called processor.
212config ACPI_IPMI
213 tristate "IPMI"
214 depends on EXPERIMENTAL && IPMI_SI && IPMI_HANDLER
215 default n
216 help
217 This driver enables the ACPI to access the BMC controller. And it
218 uses the IPMI request/response message to communicate with BMC
219 controller, which can be found on on the server.
220
221 To compile this driver as a module, choose M here:
222 the module will be called as acpi_ipmi.
212 223
213config ACPI_HOTPLUG_CPU 224config ACPI_HOTPLUG_CPU
214 bool 225 bool