Commit-ID: bb29cecb3bcde74438a8a694a5b2ba4852c8eac1 Gitweb: http://git.kernel.org/tip/bb29cecb3bcde74438a8a694a5b2ba4852c8eac1 Author: Vladimir Murzin <vladimir.murzin@xxxxxxx> AuthorDate: Wed, 2 Nov 2016 11:54:08 +0000 Committer: Marc Zyngier <marc.zyngier@xxxxxxx> CommitDate: Tue, 29 Nov 2016 09:14:49 +0000 ARM: virt: Select ARM_GIC_V3_ITS This patch allows ARM guests to use GICv3 ITS on an arm64 host Signed-off-by: Vladimir Murzin <vladimir.murzin@xxxxxxx> Signed-off-by: Marc Zyngier <marc.zyngier@xxxxxxx> --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b5d529f..caef684 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -703,6 +703,7 @@ config ARCH_VIRT select ARM_GIC select ARM_GIC_V2M if PCI select ARM_GIC_V3 + select ARM_GIC_V3_ITS if PCI select ARM_PSCI select HAVE_ARM_ARCH_TIMER -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |