Commit dfef1acc authored by Tomer Maimon's avatar Tomer Maimon Committed by Corey Minyard
Browse files

char: ipmi: modify NPCM KCS configuration



Modify NPCM IPMI KCS configuration to support all NPCM BMC SoC.

Signed-off-by: default avatarTomer Maimon <tmaimon77@gmail.com>
Message-Id: <20220717121124.154734-3-tmaimon77@gmail.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent 84261749
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.