Skip to content

Commit 40a2df4

Browse files
James Hoganbonzini
authored andcommitted
MIPS: Select HAVE_KVM for MIPS64_R{2,6}
We are now able to support KVM T&E with MIPS32 guests on some MIPS64r2 and MIPS64r6 hosts, so select HAVE_KVM so it can be enabled. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: "Radim Krčmář" <rkrcmar@redhat.com> Cc: linux-mips@linux-mips.org Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent a700434 commit 40a2df4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/mips/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,7 @@ config CPU_MIPS64_R2
14881488
select CPU_SUPPORTS_HIGHMEM
14891489
select CPU_SUPPORTS_HUGEPAGES
14901490
select CPU_SUPPORTS_MSA
1491+
select HAVE_KVM
14911492
help
14921493
Choose this option to build a kernel for release 2 or later of the
14931494
MIPS64 architecture. Many modern embedded systems with a 64-bit
@@ -1505,6 +1506,7 @@ config CPU_MIPS64_R6
15051506
select CPU_SUPPORTS_MSA
15061507
select GENERIC_CSUM
15071508
select MIPS_O32_FP64_SUPPORT if MIPS32_O32
1509+
select HAVE_KVM
15081510
help
15091511
Choose this option to build a kernel for release 6 or later of the
15101512
MIPS64 architecture. New MIPS processors, starting with the Warrior

0 commit comments

Comments
 (0)