Skip to content

Commit f1b7001

Browse files
Markos Chandrasralfbaechle
authored andcommitted
MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION
Virtualization does not always need KVM capabilities so drop the dependency. The KVM symbol already depends on HAVE_KVM. Fixes the following problem on a randconfig: warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (HAVE_KVM) warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (HAVE_KVM) Signed-off-by: Markos Chandras <[email protected]> Acked-by: Steven J. Hill <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/5443/ Signed-off-by: Ralf Baechle <[email protected]>
1 parent ab2bb14 commit f1b7001

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/mips/kvm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ source "virt/kvm/Kconfig"
55

66
menuconfig VIRTUALIZATION
77
bool "Virtualization"
8-
depends on HAVE_KVM
98
---help---
109
Say Y here to get to see options for using your Linux host to run
1110
other operating systems inside virtual machines (guests).

0 commit comments

Comments
 (0)