@@ -1262,7 +1262,6 @@ config CPU_LOONGSON64
12621262 select MIPS_FP_SUPPORT
12631263 select GPIOLIB
12641264 select SWIOTLB
1265- select HAVE_KVM
12661265 help
12671266 The Loongson GSx64(GS264/GS464/GS464E/GS464V) series of processor
12681267 cores implements the MIPS64R2 instruction set with many extensions,
@@ -1375,7 +1374,6 @@ config CPU_MIPS32_R2
13751374 select CPU_SUPPORTS_32BIT_KERNEL
13761375 select CPU_SUPPORTS_HIGHMEM
13771376 select CPU_SUPPORTS_MSA
1378- select HAVE_KVM
13791377 help
13801378 Choose this option to build a kernel for release 2 or later of the
13811379 MIPS32 architecture. Most modern embedded systems with a 32-bit
@@ -1391,7 +1389,6 @@ config CPU_MIPS32_R5
13911389 select CPU_SUPPORTS_HIGHMEM
13921390 select CPU_SUPPORTS_MSA
13931391 select CPU_SUPPORTS_VZ
1394- select HAVE_KVM
13951392 select MIPS_O32_FP64_SUPPORT
13961393 help
13971394 Choose this option to build a kernel for release 5 or later of the
@@ -1408,7 +1405,6 @@ config CPU_MIPS32_R6
14081405 select CPU_SUPPORTS_HIGHMEM
14091406 select CPU_SUPPORTS_MSA
14101407 select CPU_SUPPORTS_VZ
1411- select HAVE_KVM
14121408 select MIPS_O32_FP64_SUPPORT
14131409 help
14141410 Choose this option to build a kernel for release 6 or later of the
@@ -1444,7 +1440,6 @@ config CPU_MIPS64_R2
14441440 select CPU_SUPPORTS_HIGHMEM
14451441 select CPU_SUPPORTS_HUGEPAGES
14461442 select CPU_SUPPORTS_MSA
1447- select HAVE_KVM
14481443 help
14491444 Choose this option to build a kernel for release 2 or later of the
14501445 MIPS64 architecture. Many modern embedded systems with a 64-bit
@@ -1463,7 +1458,6 @@ config CPU_MIPS64_R5
14631458 select CPU_SUPPORTS_MSA
14641459 select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
14651460 select CPU_SUPPORTS_VZ
1466- select HAVE_KVM
14671461 help
14681462 Choose this option to build a kernel for release 5 or later of the
14691463 MIPS64 architecture. This is a intermediate MIPS architecture
@@ -1482,7 +1476,6 @@ config CPU_MIPS64_R6
14821476 select CPU_SUPPORTS_MSA
14831477 select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
14841478 select CPU_SUPPORTS_VZ
1485- select HAVE_KVM
14861479 help
14871480 Choose this option to build a kernel for release 6 or later of the
14881481 MIPS64 architecture. New MIPS processors, starting with the Warrior
@@ -1500,7 +1493,6 @@ config CPU_P5600
15001493 select CPU_SUPPORTS_VZ
15011494 select CPU_MIPSR2_IRQ_VI
15021495 select CPU_MIPSR2_IRQ_EI
1503- select HAVE_KVM
15041496 select MIPS_O32_FP64_SUPPORT
15051497 help
15061498 Choose this option to build a kernel for MIPS Warrior P5600 CPU.
@@ -1621,7 +1613,6 @@ config CPU_CAVIUM_OCTEON
16211613 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
16221614 select MIPS_L1_CACHE_SHIFT_7
16231615 select CPU_SUPPORTS_VZ
1624- select HAVE_KVM
16251616 help
16261617 The Cavium Octeon processor is a highly integrated chip containing
16271618 many ethernet hardware widgets for networking tasks. The processor
0 commit comments