summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorLen Brown2011-01-12 11:03:13 +0100
committerLen Brown2011-01-12 11:03:13 +0100
commit4b63bd35eb4e7959b0f7be17634689d34311524b (patch)
tree2dad174e4ef8cbe5ef86541a8496b5f97dcf35d1 /drivers/acpi/Kconfig
parentMerge branch 'apei' into release (diff)
parentIPMI/ACPI: Add the IPMI opregion driver to enable ACPI to access BMC controller (diff)
downloadkernel-qcow2-linux-4b63bd35eb4e7959b0f7be17634689d34311524b.tar.gz
kernel-qcow2-linux-4b63bd35eb4e7959b0f7be17634689d34311524b.tar.xz
kernel-qcow2-linux-4b63bd35eb4e7959b0f7be17634689d34311524b.zip
Merge branch 'ipmi' into release
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 788e88eb18ec..865fcb3c4807 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -207,6 +207,17 @@ config ACPI_PROCESSOR
To compile this driver as a module, choose M here:
the module will be called processor.
+config ACPI_IPMI
+ tristate "IPMI"
+ depends on EXPERIMENTAL && IPMI_SI && IPMI_HANDLER
+ default n
+ help
+ This driver enables the ACPI to access the BMC controller. And it
+ uses the IPMI request/response message to communicate with BMC
+ controller, which can be found on on the server.
+
+ To compile this driver as a module, choose M here:
+ the module will be called as acpi_ipmi.
config ACPI_HOTPLUG_CPU
bool