diff options
author | Asmaa Mnebhi <Asmaa@mellanox.com> | 2019-06-10 14:57:02 -0400 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2019-06-10 14:47:10 -0500 |
commit | 51bd6f291583684f495ea498984dfc22049d7fd2 (patch) | |
tree | 09a1b4d6d20121b5212128914a5ff0fb318834ce /drivers/char/ipmi/Kconfig | |
parent | 3559c3270aa3b8ac9afa3eac25f0c4e5bfb701b4 (diff) | |
download | linux-51bd6f291583684f495ea498984dfc22049d7fd2.tar.gz linux-51bd6f291583684f495ea498984dfc22049d7fd2.tar.bz2 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/Kconfig')
-rw-r--r-- | drivers/char/ipmi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig index 94719fc6ff9d..a9cfe4c05e64 100644 --- a/drivers/char/ipmi/Kconfig +++ b/drivers/char/ipmi/Kconfig @@ -131,3 +131,11 @@ config ASPEED_BT_IPMI_BMC Provides a driver for the BT (Block Transfer) IPMI interface found on Aspeed SOCs (AST2400 and AST2500). The driver implements the BMC side of the BT interface. + +config IPMB_DEVICE_INTERFACE + tristate 'IPMB Interface handler' + depends on I2C_SLAVE + help + Provides a driver for a device (Satellite MC) to + receive requests and send responses back to the BMC via + the IPMB interface. This module requires I2C support. |