diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2014-11-12 08:41:05 +0100 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2014-12-11 22:04:12 +0100 |
commit | 6a11e5c67a397e9a64cfde6961c83a7a64d7980c (patch) | |
tree | a94b98e2a38306600e815e3cd3ec4ad21600fa78 /drivers/char/ipmi/Kconfig | |
parent | ipmi: Add SMBus interface driver (SSIF) (diff) | |
download | linux-6a11e5c67a397e9a64cfde6961c83a7a64d7980c.tar.xz linux-6a11e5c67a397e9a64cfde6961c83a7a64d7980c.zip |
drivers/char/ipmi: Add powernv IPMI driver
This change adds an initial IPMI driver for powerpc OPAL firmware. The
interface is exposed entirely through firmware: we have two functions to
send and receive IPMI messages, and an interrupt notification from the
firmware to signify that a message is available.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char/ipmi/Kconfig')
-rw-r--r-- | drivers/char/ipmi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig index 809d28328c6f..6ed9e9fe5233 100644 --- a/drivers/char/ipmi/Kconfig +++ b/drivers/char/ipmi/Kconfig @@ -70,6 +70,12 @@ config IPMI_SSIF have a driver that must be accessed over an I2C bus instead of a standard interface. This module requires I2C support. +config IPMI_POWERNV + depends on PPC_POWERNV + tristate 'POWERNV (OPAL firmware) IPMI interface' + help + Provides a driver for OPAL firmware-based IPMI interfaces. + config IPMI_WATCHDOG tristate 'IPMI Watchdog Timer' help |