summaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorTomer Maimon <tmaimon77@gmail.com>2022-07-17 15:11:24 +0300
committerCorey Minyard <cminyard@mvista.com>2022-07-18 19:27:57 -0500
commitdfef1acc36d56d947a69ff57bf03fa0a0f276b7c (patch)
tree9a65ded4cdd5a8a0768998afee54d6de7a574f8d /drivers/char
parent84261749e58a13e3287f948b61e6e453cca8ae9b (diff)
downloadlinux-stable-dfef1acc36d56d947a69ff57bf03fa0a0f276b7c.tar.gz
linux-stable-dfef1acc36d56d947a69ff57bf03fa0a0f276b7c.tar.bz2
linux-stable-dfef1acc36d56d947a69ff57bf03fa0a0f276b7c.zip
char: ipmi: modify NPCM KCS configuration
Modify NPCM IPMI KCS configuration to support all NPCM BMC SoC. Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> Message-Id: <20220717121124.154734-3-tmaimon77@gmail.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/ipmi/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig
index b061e6b513ed..39565cf74b2c 100644
--- a/drivers/char/ipmi/Kconfig
+++ b/drivers/char/ipmi/Kconfig
@@ -119,13 +119,13 @@ config ASPEED_KCS_IPMI_BMC
provides the access of KCS IO space for BMC side.
config NPCM7XX_KCS_IPMI_BMC
- depends on ARCH_NPCM7XX || COMPILE_TEST
+ depends on ARCH_NPCM || COMPILE_TEST
select IPMI_KCS_BMC
select REGMAP_MMIO
- tristate "NPCM7xx KCS IPMI BMC driver"
+ tristate "NPCM KCS IPMI BMC driver"
help
Provides a driver for the KCS (Keyboard Controller Style) IPMI
- interface found on Nuvoton NPCM7xx SOCs.
+ interface found on Nuvoton NPCM SOCs.
The driver implements the BMC side of the KCS contorller, it
provides the access of KCS IO space for BMC side.