diff options
author | James Hogan <james.hogan@imgtec.com> | 2016-07-08 06:53:31 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-08-01 12:42:27 -0400 |
commit | 40a2df49858eb40ccfe979da69b74d8b203a869b (patch) | |
tree | a1887818202dc1010a0796796ed5960a5f582ab4 /arch/mips/Kconfig | |
parent | a700434d80eab4c42380a5c57745aff07493784c (diff) |
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>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ac91939b9b75..29867139851e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1488,6 +1488,7 @@ config CPU_MIPS64_R2 | |||
1488 | select CPU_SUPPORTS_HIGHMEM | 1488 | select CPU_SUPPORTS_HIGHMEM |
1489 | select CPU_SUPPORTS_HUGEPAGES | 1489 | select CPU_SUPPORTS_HUGEPAGES |
1490 | select CPU_SUPPORTS_MSA | 1490 | select CPU_SUPPORTS_MSA |
1491 | select HAVE_KVM | ||
1491 | help | 1492 | help |
1492 | Choose this option to build a kernel for release 2 or later of the | 1493 | Choose this option to build a kernel for release 2 or later of the |
1493 | MIPS64 architecture. Many modern embedded systems with a 64-bit | 1494 | MIPS64 architecture. Many modern embedded systems with a 64-bit |
@@ -1505,6 +1506,7 @@ config CPU_MIPS64_R6 | |||
1505 | select CPU_SUPPORTS_MSA | 1506 | select CPU_SUPPORTS_MSA |
1506 | select GENERIC_CSUM | 1507 | select GENERIC_CSUM |
1507 | select MIPS_O32_FP64_SUPPORT if MIPS32_O32 | 1508 | select MIPS_O32_FP64_SUPPORT if MIPS32_O32 |
1509 | select HAVE_KVM | ||
1508 | help | 1510 | help |
1509 | Choose this option to build a kernel for release 6 or later of the | 1511 | Choose this option to build a kernel for release 6 or later of the |
1510 | MIPS64 architecture. New MIPS processors, starting with the Warrior | 1512 | MIPS64 architecture. New MIPS processors, starting with the Warrior |