Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,4 @@ source "drivers/auxdisplay/Kconfig"
source "drivers/kvm/Kconfig"
source "drivers/uio/Kconfig"
source "drivers/lguest/Kconfig"
endmenu
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment