diff options
author | Haiyue Wang <haiyue.wang@linux.intel.com> | 2018-02-02 10:16:11 +0800 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2018-02-26 09:21:28 -0600 |
commit | be2ed207e3745392478e85afa0bb02acdf44c966 (patch) | |
tree | 7627861753af3139d31c1dedcb91e08278ee048d /drivers/char/ipmi/Makefile | |
parent | 20d60f61c58e8c937f3653819816dd203e6e3cb4 (diff) |
ipmi: add an Aspeed KCS IPMI BMC driver
The KCS (Keyboard Controller Style) interface is used to perform in-band
IPMI communication between a server host and its BMC (BaseBoard Management
Controllers).
This driver exposes the KCS interface on ASpeed SOCs (AST2400 and AST2500)
as a character device. Such SOCs are commonly used as BMCs and this driver
implements the BMC side of the KCS interface.
Signed-off-by: Haiyue Wang <haiyue.wang@linux.intel.com>
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 2abccb30016a..21e9e872d973 100644 --- a/drivers/char/ipmi/Makefile +++ b/drivers/char/ipmi/Makefile @@ -23,3 +23,4 @@ obj-$(CONFIG_IPMI_WATCHDOG) += ipmi_watchdog.o obj-$(CONFIG_IPMI_POWEROFF) += ipmi_poweroff.o 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 |