From: Sinan Kaya Date: Sat, 25 Mar 2017 14:02:54 +0000 (-0400) Subject: ACPI / IPMI: allow ACPI_IPMI with IPMI_SSIF X-Git-Tag: v4.12-rc1~170^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=50121beba5c3c23f615cdd283f648cd7cd732ecb;p=karo-tx-linux.git ACPI / IPMI: allow ACPI_IPMI with IPMI_SSIF 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 Signed-off-by: Corey Minyard Acked-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 83e5f7e1a20d..3e15bf8f99f7 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -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