Skip to content

Commit a23df9a

Browse files
FlyGoatMarc Zyngier
authored andcommitted
irqchip/loongson-pci-msi: Fix a typo in Kconfig
PCH MSI driver's menuconfig entry was wrong. Fix it. Fixes: 632dcc2 ("irqchip: Add Loongson PCH MSI controller") Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200530121113.1797678-2-jiaxun.yang@flygoat.com
1 parent b3a9e3b commit a23df9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/irqchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ config LOONGSON_PCH_PIC
563563
Support for the Loongson PCH PIC Controller.
564564

565565
config LOONGSON_PCH_MSI
566-
bool "Loongson PCH PIC Controller"
566+
bool "Loongson PCH MSI Controller"
567567
depends on MACH_LOONGSON64 || COMPILE_TEST
568568
depends on PCI
569569
default MACH_LOONGSON64

0 commit comments

Comments
 (0)