aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 22327e6a7236..d130e2c115cc 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -175,9 +175,10 @@ config ACPI_PROCESSOR
175 175
176 To compile this driver as a module, choose M here: 176 To compile this driver as a module, choose M here:
177 the module will be called processor. 177 the module will be called processor.
178
178config ACPI_IPMI 179config ACPI_IPMI
179 tristate "IPMI" 180 tristate "IPMI"
180 depends on IPMI_SI && IPMI_HANDLER 181 depends on IPMI_SI
181 default n 182 default n
182 help 183 help
183 This driver enables the ACPI to access the BMC controller. And it 184 This driver enables the ACPI to access the BMC controller. And it