summaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 17:34:56 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-29 14:17:06 +0100
commitf154f47d5180c2012bf97999e6c600d45db8af2d (patch)
treeca5e3e0ca156a2e07b18622bb60c19e4e8aef21a /arch/x86/Kconfig
parent36619a8a80793a803588a17f772313d5c948357d (diff)
downloadlinux-3.10-f154f47d5180c2012bf97999e6c600d45db8af2d.tar.gz
linux-3.10-f154f47d5180c2012bf97999e6c600d45db8af2d.tar.bz2
linux-3.10-f154f47d5180c2012bf97999e6c600d45db8af2d.zip
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: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f59d2920198..4bd0c8febae 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -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