From: Ingo Molnar Date: Tue, 27 Jan 2009 16:34:56 +0000 (+0100) Subject: x86/Voyager: remove VMI Kconfig quirk X-Git-Tag: v2.6.31-rc1~383^2~508^2~66 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f154f47d5180c2012bf97999e6c600d45db8af2d;p=~shefty%2Frdma-dev.git 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 --- 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