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

Commit f154f47d authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86/Voyager: remove VMI Kconfig quirk



x86/Voyager has this build-time quirk:

 	bool "VMI Guest support"
 	select PARAVIRT
 	depends on X86_32
	depends on !X86_VOYAGER

Since VMI is auto-detected (and Voyager will be auto-detected) there's no
reason for this quirk.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 36619a8a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -406,7 +406,6 @@ config VMI
	bool "VMI Guest support"
	select PARAVIRT
	depends on X86_32
	depends on !X86_VOYAGER
	help
	  VMI provides a paravirtualized interface to the VMware ESX server
	  (it could be used by other hypervisors in theory too, but is not