Skip to content

Commit 7129a9d

Browse files
Marc Zyngierchazy
authored andcommitted
KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
The GICv4 support introduces a hard dependency between the KVM core and the ITS infrastructure. arm64 already selects it at the architecture level, but 32bit doesn't. In order to avoid littering the kernel with #ifdefs, let's just select the whole of the GICv3 suport code. You know you want it. Acked-by: Christoffer Dall <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Signed-off-by: Christoffer Dall <[email protected]>
1 parent 47bbd31 commit 7129a9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/kvm/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ config KVM
2323
select PREEMPT_NOTIFIERS
2424
select ANON_INODES
2525
select ARM_GIC
26+
select ARM_GIC_V3
27+
select ARM_GIC_V3_ITS
2628
select HAVE_KVM_CPU_RELAX_INTERCEPT
2729
select HAVE_KVM_ARCH_TLB_FLUSH_ALL
2830
select KVM_MMIO

0 commit comments

Comments
 (0)