aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
diff options
context:
space:
mode:
authorEric Auger <eric.auger@linaro.org>2015-03-04 05:14:32 -0500
committerChristoffer Dall <christoffer.dall@linaro.org>2015-03-12 10:15:32 -0400
commitdf2bd1ac03dfc19e955a43f796cfe9f9cf49c75f (patch)
treee7d5b2e627cc816b1658ba60a21e3e5c1571e961 /arch/arm/kvm
parent662d9715840aef44dcb573b0f9fab9e8319c868a (diff)
KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIP
CONFIG_HAVE_KVM_IRQCHIP is needed to support IRQ routing (along with irq_comm.c and irqchip.c usage). This is not the case for arm/arm64 currently. This patch unsets the flag for both arm and arm64. Signed-off-by: Eric Auger <eric.auger@linaro.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Christoffer Dall <christoffer.dall@linaro.org> Acked-by: Will Deacon <will.deacon@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'arch/arm/kvm')
-rw-r--r--arch/arm/kvm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/kvm/Kconfig b/arch/arm/kvm/Kconfig
index 7b6347bbb413..83a448e8192b 100644
--- a/arch/arm/kvm/Kconfig
+++ b/arch/arm/kvm/Kconfig
@@ -28,7 +28,6 @@ config KVM
28 select KVM_GENERIC_DIRTYLOG_READ_PROTECT 28 select KVM_GENERIC_DIRTYLOG_READ_PROTECT
29 select SRCU 29 select SRCU
30 select MMU_NOTIFIER 30 select MMU_NOTIFIER
31 select HAVE_KVM_IRQCHIP
32 depends on ARM_VIRT_EXT && ARM_LPAE && ARM_ARCH_TIMER 31 depends on ARM_VIRT_EXT && ARM_LPAE && ARM_ARCH_TIMER
33 ---help--- 32 ---help---
34 Support hosting virtualized guest machines. 33 Support hosting virtualized guest machines.