ACPI / IPMI: allow ACPI_IPMI with IPMI_SSIF
authorSinan Kaya <okaya@codeaurora.org>
Sat, 25 Mar 2017 14:02:54 +0000 (10:02 -0400)
committerCorey Minyard <cminyard@mvista.com>
Fri, 7 Apr 2017 17:25:37 +0000 (12:25 -0500)
ACPI_IPMI driver currently depends on IPMI System Interface (IPMI_SI)
driver to be enabled. IPMI_SI driver only handles KCS, SMIC and BT BMC
interfaces.

IPMI_SSIF is an alternative BMC communication method. It allows BMC to
be accessed over an I2C bus instead of a standard interface.

Change the dependency to IPMI_HANDLER so that ACPI_IPMI works with all
IPMI providers.

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Acked-by: Rafael J. Wysocki <rjw@rjwysocki.net>
drivers/acpi/Kconfig

index 83e5f7e1a20d3f7c9fcfd3822f9102673f7c12e5..3e15bf8f99f7b7488f479de622ce312311264add 100644 (file)
@@ -256,7 +256,7 @@ config ACPI_PROCESSOR
 
 config ACPI_IPMI
        tristate "IPMI"
-       depends on IPMI_SI
+       depends on IPMI_HANDLER
        default n
        help
          This driver enables the ACPI to access the BMC controller. And it