diff options
author | Len Brown <len.brown@intel.com> | 2011-01-12 11:03:13 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-01-12 11:03:13 +0100 |
commit | 4b63bd35eb4e7959b0f7be17634689d34311524b (patch) | |
tree | 2dad174e4ef8cbe5ef86541a8496b5f97dcf35d1 /drivers/acpi/Kconfig | |
parent | Merge branch 'apei' into release (diff) | |
parent | IPMI/ACPI: Add the IPMI opregion driver to enable ACPI to access BMC controller (diff) | |
download | linux-4b63bd35eb4e7959b0f7be17634689d34311524b.tar.xz linux-4b63bd35eb4e7959b0f7be17634689d34311524b.zip |
Merge branch 'ipmi' into release
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 11 |
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 |