Skip to content

Commit dfef1ac

Browse files
tmaimoncminyard
authored andcommitted
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>
1 parent 8426174 commit dfef1ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/char/ipmi/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ config ASPEED_KCS_IPMI_BMC
119119
provides the access of KCS IO space for BMC side.
120120

121121
config NPCM7XX_KCS_IPMI_BMC
122-
depends on ARCH_NPCM7XX || COMPILE_TEST
122+
depends on ARCH_NPCM || COMPILE_TEST
123123
select IPMI_KCS_BMC
124124
select REGMAP_MMIO
125-
tristate "NPCM7xx KCS IPMI BMC driver"
125+
tristate "NPCM KCS IPMI BMC driver"
126126
help
127127
Provides a driver for the KCS (Keyboard Controller Style) IPMI
128-
interface found on Nuvoton NPCM7xx SOCs.
128+
interface found on Nuvoton NPCM SOCs.
129129

130130
The driver implements the BMC side of the KCS contorller, it
131131
provides the access of KCS IO space for BMC side.

0 commit comments

Comments
 (0)