[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1443703639-3730-6-git-send-email-jean-philippe.brucker@arm.com>
Date: Thu, 1 Oct 2015 13:47:18 +0100
From: Jean-Philippe Brucker <jean-philippe.brucker@....com>
To: linux-arm-kernel@...ts.infradead.org
Cc: Thomas Gleixner <tglx@...utronix.de>,
Jason Cooper <jason@...edaemon.net>,
Marc Zyngier <marc.zyngier@....com>,
Christoffer Dall <christoffer.dall@...aro.org>,
linux-kernel@...r.kernel.org, kvmarm@...ts.cs.columbia.edu,
Jean-Philippe Brucker <jean-philippe.brucker@....com>
Subject: [PATCH v3 5/6] ARM: virt: select ARM_GIC_V3
This patch allows ARM guests to use GICv3 on an arm64 host
Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@....com>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 72ad724..0d72535 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -819,6 +819,7 @@ config ARCH_VIRT
bool "Dummy Virtual Machine" if ARCH_MULTI_V7
select ARM_AMBA
select ARM_GIC
+ select ARM_GIC_V3
select ARM_PSCI
select HAVE_ARM_ARCH_TIMER
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists