Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54523edd authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86/Voyager: remove KVM_GUEST quirk



Voyager has this quirk currently:

 config KVM_GUEST
 	bool "KVM Guest support"
 	select PARAVIRT
	depends on !X86_VOYAGER

Voyager support built into a kernel image does not exclude
KVM paravirt guest support - so remove this quirk.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent e084e531
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -426,7 +426,6 @@ config KVM_CLOCK
config KVM_GUEST
	bool "KVM Guest support"
	select PARAVIRT
	depends on !X86_VOYAGER
	help
	 This option enables various optimizations for running under the KVM
	 hypervisor.