From 0d05ad2c09af9fb33ae76f9f8d1c4e4d1a9de92c Mon Sep 17 00:00:00 2001
From: Ingo Molnar <mingo@elte.hu>
Date: Mon, 5 Mar 2007 13:15:40 +0100
Subject: [PATCH] [PATCH] paravirt: let users decide whether they want VMI

do not use default=y for CONFIG_VMI (we do not do that for any driver or
special-hardware feature): the overwhelming majority of Linux users does
not need it, and interested users and distributions can enable it
as-needed.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---
 arch/i386/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index cfc5d496fffb..cee4ff679d3c 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -221,7 +221,6 @@ config PARAVIRT
 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
-- 
GitLab