Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d05ad2c authored by Ingo Molnar's avatar Ingo Molnar Committed by Linus Torvalds
Browse files

[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: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e9417fb3
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -221,7 +221,6 @@ config PARAVIRT
config VMI
config VMI
	bool "VMI Paravirt-ops support"
	bool "VMI Paravirt-ops support"
	depends on PARAVIRT
	depends on PARAVIRT
	default y
	help
	help
	  VMI provides a paravirtualized interface to the VMware ESX server
	  VMI provides a paravirtualized interface to the VMware ESX server
	  (it could be used by other hypervisors in theory too, but is not
	  (it could be used by other hypervisors in theory too, but is not