Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6263fb3b authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt
Browse files

powerpc/powernv: Fix missing Kconfig dependency for MSIs



We need PPC_MSI_BITMAP support

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 234d15de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ config PPC_MSI_BITMAP
	default y if MPIC
	default y if FSL_PCI
	default y if PPC4xx_MSI
	default y if PPC_POWERNV

source "arch/powerpc/sysdev/xics/Kconfig"