linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3] ACPI / IPMI: allow ACPI_IPMI with IPMI_SSIF
@ 2017-03-25 14:02 Sinan Kaya
  2017-03-26  1:25 ` Corey Minyard
  0 siblings, 1 reply; 7+ messages in thread
From: Sinan Kaya @ 2017-03-25 14:02 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 drivers/acpi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 83e5f7e..3e15bf8 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-03-28 19:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-25 14:02 [PATCH V3] ACPI / IPMI: allow ACPI_IPMI with IPMI_SSIF Sinan Kaya
2017-03-26  1:25 ` Corey Minyard
2017-03-27 14:21   ` Sinan Kaya
2017-03-28 12:31     ` Corey Minyard
2017-03-28 15:20       ` Rafael J. Wysocki
2017-03-28 15:41         ` Corey Minyard
2017-03-28 19:04           ` Sinan Kaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).