[PATCH] paravirt: let users decide whether they want VMI
authorIngo Molnar <mingo@elte.hu>
Mon, 5 Mar 2007 12:15:40 +0000 (13:15 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 5 Mar 2007 16:23:51 +0000 (08:23 -0800)
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

index cfc5d49..cee4ff6 100644 (file)
@@ -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