Skip to content

Commit

Permalink
Consolidate host virtualization support under Virtualization menu
Browse files Browse the repository at this point in the history
Move lguest under the virtualization menu.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Rusty Russell committed Oct 23, 2007
1 parent d3d1c4b commit 9525ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,4 @@ source "drivers/auxdisplay/Kconfig"
source "drivers/kvm/Kconfig"

source "drivers/uio/Kconfig"

source "drivers/lguest/Kconfig"
endmenu
4 changes: 4 additions & 0 deletions drivers/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 9525ca0

Please sign in to comment.