aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-10-27 20:15:55 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-10-27 20:15:55 -0400
commitc0ced86d38f418448dce1ca8a825dfd16ee9a23a (patch)
tree30b2a6bd07fc88098b559ecc697cb1d35acac953 /drivers/acpi/Kconfig
parent9183ea62f71484dd2e91e313b766adeb15789f90 (diff)
parent50065300314e95c945665a17febc0c4e02941b06 (diff)
Merge branch 'acpi-ipmi'
* acpi-ipmi: ACPI / IPMI: Cleanup coding styles ACPI / IPMI: Cleanup some Kconfig codes ACPI / IPMI: Cleanup some inclusion codes ACPI / IPMI: Cleanup some initialization codes ACPI / IPMI: Cleanup several acpi_ipmi_device members ACPI / IPMI: Add reference counting for ACPI IPMI transfers ACPI / IPMI: Use global IPMI operation region handler ACPI / IPMI: Fix race caused by the unprotected ACPI IPMI user ACPI / IPMI: Fix race caused by the timed out ACPI IPMI transfers ACPI / IPMI: Fix race caused by the unprotected ACPI IPMI transfers ACPI / IPMI: Fix potential response buffer overflow
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 10e399f97189..589da059ce39 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -158,9 +158,10 @@ config ACPI_PROCESSOR
158 158
159 To compile this driver as a module, choose M here: 159 To compile this driver as a module, choose M here:
160 the module will be called processor. 160 the module will be called processor.
161
161config ACPI_IPMI 162config ACPI_IPMI
162 tristate "IPMI" 163 tristate "IPMI"
163 depends on IPMI_SI && IPMI_HANDLER 164 depends on IPMI_SI
164 default n 165 default n
165 help 166 help
166 This driver enables the ACPI to access the BMC controller. And it 167 This driver enables the ACPI to access the BMC controller. And it