aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2011-01-12 05:03:13 -0500
committerLen Brown <len.brown@intel.com>2011-01-12 05:03:13 -0500
commit4b63bd35eb4e7959b0f7be17634689d34311524b (patch)
tree2dad174e4ef8cbe5ef86541a8496b5f97dcf35d1 /drivers/acpi/Kconfig
parent03b6e6e58d9dd5f3068288653810db3c15fde929 (diff)
parente92b297cc72ade7a58eaec7e01c906d856f8ab6e (diff)
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 788e88eb18e..865fcb3c480 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -207,6 +207,17 @@ config ACPI_PROCESSOR
207 207
208 To compile this driver as a module, choose M here: 208 To compile this driver as a module, choose M here:
209 the module will be called processor. 209 the module will be called processor.
210config ACPI_IPMI
211 tristate "IPMI"
212 depends on EXPERIMENTAL && IPMI_SI && IPMI_HANDLER
213 default n
214 help
215 This driver enables the ACPI to access the BMC controller. And it
216 uses the IPMI request/response message to communicate with BMC
217 controller, which can be found on on the server.
218
219 To compile this driver as a module, choose M here:
220 the module will be called as acpi_ipmi.
210 221
211config ACPI_HOTPLUG_CPU 222config ACPI_HOTPLUG_CPU
212 bool 223 bool