We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8426174 commit dfef1acCopy full SHA for dfef1ac
drivers/char/ipmi/Kconfig
@@ -119,13 +119,13 @@ config ASPEED_KCS_IPMI_BMC
119
provides the access of KCS IO space for BMC side.
120
121
config NPCM7XX_KCS_IPMI_BMC
122
- depends on ARCH_NPCM7XX || COMPILE_TEST
+ depends on ARCH_NPCM || COMPILE_TEST
123
select IPMI_KCS_BMC
124
select REGMAP_MMIO
125
- tristate "NPCM7xx KCS IPMI BMC driver"
+ tristate "NPCM KCS IPMI BMC driver"
126
help
127
Provides a driver for the KCS (Keyboard Controller Style) IPMI
128
- interface found on Nuvoton NPCM7xx SOCs.
+ interface found on Nuvoton NPCM SOCs.
129
130
The driver implements the BMC side of the KCS contorller, it
131
0 commit comments