Skip to content

Commit

Permalink
x86/Voyager: remove VMI Kconfig quirk
Browse files Browse the repository at this point in the history
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: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jan 29, 2009
1 parent 36619a8 commit f154f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f154f47

Please sign in to comment.