diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-03-05 07:15:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-05 11:23:51 -0500 |
commit | 0d05ad2c09af9fb33ae76f9f8d1c4e4d1a9de92c (patch) | |
tree | 2a6f26d9ee73532d4dc3e7c4a85dbc067db16d4d /arch/i386 | |
parent | e9417fb324f355e8e0b5d78d3b5dc7b90693fdfb (diff) |
[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>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
221 | config VMI | 221 | config VMI |
222 | bool "VMI Paravirt-ops support" | 222 | bool "VMI Paravirt-ops support" |
223 | depends on PARAVIRT | 223 | depends on PARAVIRT |
224 | default y | ||
225 | help | 224 | help |
226 | VMI provides a paravirtualized interface to the VMware ESX server | 225 | VMI provides a paravirtualized interface to the VMware ESX server |
227 | (it could be used by other hypervisors in theory too, but is not | 226 | (it could be used by other hypervisors in theory too, but is not |