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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/char/ipmi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/ipmi/Makefile b/drivers/char/ipmi/Makefile index 115c08da7117..f3ffde1f5f1f 100644 --- a/drivers/char/ipmi/Makefile +++ b/drivers/char/ipmi/Makefile @@ -8,5 +8,6 @@ obj-$(CONFIG_IPMI_HANDLER) += ipmi_msghandler.o obj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o obj-$(CONFIG_IPMI_SI) += ipmi_si.o obj-$(CONFIG_IPMI_SSIF) += ipmi_ssif.o +obj-$(CONFIG_IPMI_POWERNV) += ipmi_powernv.o obj-$(CONFIG_IPMI_WATCHDOG) += ipmi_watchdog.o obj-$(CONFIG_IPMI_POWEROFF) += ipmi_poweroff.o |