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

Commit 9525ca02 authored by Rusty Russell's avatar Rusty Russell
Browse files

Consolidate host virtualization support under Virtualization menu



Move lguest under the virtualization menu.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Cc: Avi Kivity <avi@qumranet.com>
parent d3d1c4bd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -93,6 +93,4 @@ source "drivers/auxdisplay/Kconfig"
source "drivers/kvm/Kconfig"

source "drivers/uio/Kconfig"

source "drivers/lguest/Kconfig"
endmenu
+4 −0
Original line number Diff line number Diff line
@@ -47,4 +47,8 @@ config KVM_AMD
	  Provides support for KVM on AMD processors equipped with the AMD-V
	  (SVM) extensions.

# OK, it's a little counter-intuitive to do this, but it puts it neatly under
# the virtualization menu.
source drivers/lguest/Kconfig

endif # VIRTUALIZATION