diff options
author | Asmaa Mnebhi <Asmaa@mellanox.com> | 2019-06-10 20:57:02 +0200 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2019-06-10 21:47:10 +0200 |
commit | 51bd6f291583684f495ea498984dfc22049d7fd2 (patch) | |
tree | 09a1b4d6d20121b5212128914a5ff0fb318834ce /drivers/char/ipmi/Makefile | |
parent | drivers: ipmi: Drop device reference (diff) | |
download | linux-51bd6f291583684f495ea498984dfc22049d7fd2.tar.xz linux-51bd6f291583684f495ea498984dfc22049d7fd2.zip |
Add support for IPMB driver
Support receiving IPMB requests on a Satellite MC from the BMC.
Once a response is ready, this driver will send back a response
to the BMC via the IPMB channel.
Signed-off-by: Asmaa Mnebhi <Asmaa@mellanox.com>
Acked-by: vadimp@mellanox.com
Message-Id: <319690553a0da2a1e80b400941341081b383e5f1.1560192707.git.Asmaa@mellanox.com>
[Move the config option to outside the ipmi msghandler, as it's not
dependent on that. Fixed one small whitespace issue.]
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 3f06b2062475..0822adc2ec41 100644 --- a/drivers/char/ipmi/Makefile +++ b/drivers/char/ipmi/Makefile @@ -26,3 +26,4 @@ obj-$(CONFIG_IPMI_KCS_BMC) += kcs_bmc.o obj-$(CONFIG_ASPEED_BT_IPMI_BMC) += bt-bmc.o obj-$(CONFIG_ASPEED_KCS_IPMI_BMC) += kcs_bmc_aspeed.o obj-$(CONFIG_NPCM7XX_KCS_IPMI_BMC) += kcs_bmc_npcm7xx.o +obj-$(CONFIG_IPMB_DEVICE_INTERFACE) += ipmb_dev_int.o |