diff options
author | Haiyue Wang <haiyue.wang@linux.intel.com> | 2018-02-02 03:16:10 +0100 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2018-02-26 16:21:28 +0100 |
commit | 20d60f61c58e8c937f3653819816dd203e6e3cb4 (patch) | |
tree | 1c3bd754e43f96688297f23953f0d25309f6412d /drivers/char/ipmi/Kconfig | |
parent | Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa (diff) | |
download | linux-20d60f61c58e8c937f3653819816dd203e6e3cb4.tar.xz linux-20d60f61c58e8c937f3653819816dd203e6e3cb4.zip |
ipmi: add a KCS IPMI BMC driver
Provides a device driver for the KCS (Keyboard Controller Style)
IPMI interface which meets the requirement of the BMC (Baseboard
Management Controllers) side for handling the IPMI request from
host system software.
Signed-off-by: Haiyue Wang <haiyue.wang@linux.intel.com>
[Removed the selectability of IPMI_KCS_BMC, as it doesn't do much
good to have it by itself.]
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char/ipmi/Kconfig')
-rw-r--r-- | drivers/char/ipmi/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig index 3544abc0f9f9..7641b8a2f632 100644 --- a/drivers/char/ipmi/Kconfig +++ b/drivers/char/ipmi/Kconfig @@ -96,6 +96,9 @@ config IPMI_POWEROFF endif # IPMI_HANDLER +config IPMI_KCS_BMC + tristate + config ASPEED_BT_IPMI_BMC depends on ARCH_ASPEED || COMPILE_TEST depends on REGMAP && REGMAP_MMIO && MFD_SYSCON |