Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tomer Maimon and committed by
Corey Minyard
dfef1acc 84261749

+3 -3
+3 -3
drivers/char/ipmi/Kconfig
··· 119 119 provides the access of KCS IO space for BMC side. 120 120 121 121 config NPCM7XX_KCS_IPMI_BMC 122 - depends on ARCH_NPCM7XX || COMPILE_TEST 122 + depends on ARCH_NPCM || COMPILE_TEST 123 123 select IPMI_KCS_BMC 124 124 select REGMAP_MMIO 125 - tristate "NPCM7xx KCS IPMI BMC driver" 125 + tristate "NPCM KCS IPMI BMC driver" 126 126 help 127 127 Provides a driver for the KCS (Keyboard Controller Style) IPMI 128 - interface found on Nuvoton NPCM7xx SOCs. 128 + interface found on Nuvoton NPCM SOCs. 129 129 130 130 The driver implements the BMC side of the KCS contorller, it 131 131 provides the access of KCS IO space for BMC side.