Skip to content

Commit

Permalink
ACPI / IPMI: allow ACPI_IPMI with IPMI_SSIF
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Corey Minyard <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
Sinan Kaya authored and cminyard committed Apr 7, 2017
1 parent 36cb82d commit 50121be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50121be

Please sign in to comment.