]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
x86/Voyager: remove VMI Kconfig quirk
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:34:56 +0000 (17:34 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:17:06 +0000 (14:17 +0100)
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>
arch/x86/Kconfig

index f59d29201980bc20c6bc6271a02ce1250a9246ec..4bd0c8febae985e4873fedb739cbb269299d3b79 100644 (file)
@@ -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