[PATCH linux dev-5.15 v1 2/2] misc: npcm7xx-pci-mbox: Add NPCM845 PCI MBOX support
Tomer Maimon
tmaimon77 at gmail.com
Wed Aug 10 00:07:21 AEST 2022
Add Nuvoton BMC NPCM845 NPCM PCI Mail Box support support.
Signed-off-by: Tomer Maimon <tmaimon77 at gmail.com>
---
drivers/misc/Kconfig | 10 +++++-----
drivers/misc/Makefile | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 79cc23fbfac9..1174ad7a15a7 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -478,12 +478,12 @@ config NPCM_LPC_BPC
interface which allows the BMC to monitoring and save
the data written by the host to an arbitrary LPC I/O port.
-config NPCM7XX_PCI_MBOX
- tristate "NPCM7xx PCI Mailbox Controller"
- depends on (ARCH_NPCM7XX || COMPILE_TEST) && REGMAP && MFD_SYSCON
+config NPCM_PCI_MBOX
+ tristate "NPCM PCI Mailbox Controller"
+ depends on (ARCH_NPCM || COMPILE_TEST) && REGMAP && MFD_SYSCON
help
- Expose the NPCM750/730/715/705 PCI MBOX registers found on
- Nuvoton SOCs to userspace.
+ Expose the NPCM BMC PCI MBOX registers found on Nuvoton SOCs
+ to userspace.
config NPCM7XX_JTAG_MASTER
tristate "NPCM7xx JTAG Master driver"
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index b6e9b550bb41..0400bfee295f 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -60,5 +60,5 @@ obj-$(CONFIG_XILINX_SDFEC) += xilinx_sdfec.o
obj-$(CONFIG_HISI_HIKEY_USB) += hisi_hikey_usb.o
obj-$(CONFIG_HI6421V600_IRQ) += hi6421v600-irq.o
obj-$(CONFIG_NPCM_LPC_BPC) += npcm7xx-lpc-bpc.o
-obj-$(CONFIG_NPCM7XX_PCI_MBOX) += npcm7xx-pci-mbox.o
+obj-$(CONFIG_NPCM_PCI_MBOX) += npcm7xx-pci-mbox.o
obj-$(CONFIG_NPCM7XX_JTAG_MASTER) += npcm7xx-jtag-master.o
--
2.33.0
More information about the openbmc
mailing list