KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIP
authorEric Auger <[email protected]>
Wed, 4 Mar 2015 10:14:32 +0000 (11:14 +0100)
committerChristoffer Dall <[email protected]>
Thu, 12 Mar 2015 14:15:32 +0000 (15:15 +0100)
commitdf2bd1ac03dfc19e955a43f796cfe9f9cf49c75f
treee7d5b2e627cc816b1658ba60a21e3e5c1571e961
parent662d9715840aef44dcb573b0f9fab9e8319c868a
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 <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Acked-by: Christoffer Dall <[email protected]>
Acked-by: Will Deacon <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Signed-off-by: Christoffer Dall <[email protected]>
arch/arm/kvm/Kconfig
arch/arm64/kvm/Kconfig