Since the default assumption of paravirt is to support all possible guest backends, making VMI default to on when CONFIG_PARAVIRT is enabled. Signed-off-by: Zachary Amsden diff -r 20882b709da4 arch/i386/Kconfig --- a/arch/i386/Kconfig Thu Apr 26 19:58:12 2007 -0700 +++ b/arch/i386/Kconfig Mon Apr 30 15:32:34 2007 -0700 @@ -227,6 +227,7 @@ config VMI config VMI bool "VMI Paravirt-ops support" depends on PARAVIRT + default y help VMI provides a paravirtualized interface to the VMware ESX server (it could be used by other hypervisors in theory too, but is not