Consolidate host virtualization support under Virtualization menu
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Oct 2007 00:55:43 +0000 (10:55 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:47 +0000 (15:49 +1000)
Move lguest under the virtualization menu.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Avi Kivity <avi@qumranet.com>
drivers/Kconfig
drivers/kvm/Kconfig

index 34f40ea..d945ffc 100644 (file)
@@ -93,6 +93,4 @@ source "drivers/auxdisplay/Kconfig"
 source "drivers/kvm/Kconfig"
 
 source "drivers/uio/Kconfig"
-
-source "drivers/lguest/Kconfig"
 endmenu
index 8749fa4..6569206 100644 (file)
@@ -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