Skip to content

Commit eb2c93e

Browse files
covanamKAGA-KOKO
authored andcommitted
irqchip/irq-msi-lib: Select CONFIG_GENERIC_MSI_IRQ
irq-msi-lib directly uses struct msi_domain_info and more things which are only available when CONFIG_GENERIC_MSI_IRQ=y. However, there is no dependency specified and CONFIG_IRQ_MSI_LIB can be enabled without CONFIG_GENERIC_MSI_IRQ, which causes the kernel build fail. Make IRQ_MSI_LIB select GENEREIC_MSI_IRQ to prevent that. Fixes: 72e257c ("irqchip: Provide irq-msi-lib") Reported-by: kernel test robot <[email protected]> Signed-off-by: Nam Cao <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/b0c44007f3b7e062228349a2395f8d850050db33.1751277765.git.namcao@linutronix.de Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
1 parent d0b3b7b commit eb2c93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/irqchip/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ config ARM_VIC_NR
7474

7575
config IRQ_MSI_LIB
7676
bool
77+
select GENERIC_MSI_IRQ
7778

7879
config ARMADA_370_XP_IRQ
7980
bool

0 commit comments

Comments
 (0)