[PATCH v2] ARM: Enable GICv2m on 32-bit virt machine

Pavel Fedin p.fedin at samsung.com
Fri Nov 27 03:34:31 PST 2015


Modern qemu includes GICv2m support for both 64 and 32 bits, therefore
32-bit guests may also use MSI.

Signed-off-by: Pavel Fedin <p.fedin at samsung.com>
---
v1 => v2:
- Rebased on top of 4.4rc1. msi.h is already added by 0ab089c.
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0365cbb..a5f5843 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -797,6 +797,7 @@ config ARCH_VIRT
 	bool "Dummy Virtual Machine" if ARCH_MULTI_V7
 	select ARM_AMBA
 	select ARM_GIC
+	select ARM_GIC_V2M if PCI_MSI
 	select ARM_GIC_V3
 	select ARM_PSCI
 	select HAVE_ARM_ARCH_TIMER
-- 
2.4.4




More information about the linux-arm-kernel mailing list