diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-21 20:55:43 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-23 01:49:47 -0400 |
commit | 9525ca0286afd54a5cd69d9ded741b4df8d0c554 (patch) | |
tree | 1d38efbf2c1872f93d118655ecd51622b4d3a539 | |
parent | d3d1c4bdf16bd154d9f27f34fca28edca90465eb (diff) |
Consolidate host virtualization support under Virtualization menu
Move lguest under the virtualization menu.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Avi Kivity <avi@qumranet.com>
-rw-r--r-- | drivers/Kconfig | 2 | ||||
-rw-r--r-- | drivers/kvm/Kconfig | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 34f40ea0ba60..d945ffc57c25 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig | |||
@@ -93,6 +93,4 @@ source "drivers/auxdisplay/Kconfig" | |||
93 | source "drivers/kvm/Kconfig" | 93 | source "drivers/kvm/Kconfig" |
94 | 94 | ||
95 | source "drivers/uio/Kconfig" | 95 | source "drivers/uio/Kconfig" |
96 | |||
97 | source "drivers/lguest/Kconfig" | ||
98 | endmenu | 96 | endmenu |
diff --git a/drivers/kvm/Kconfig b/drivers/kvm/Kconfig index 8749fa4ffcee..656920636cb2 100644 --- a/drivers/kvm/Kconfig +++ b/drivers/kvm/Kconfig | |||
@@ -47,4 +47,8 @@ config KVM_AMD | |||
47 | Provides support for KVM on AMD processors equipped with the AMD-V | 47 | Provides support for KVM on AMD processors equipped with the AMD-V |
48 | (SVM) extensions. | 48 | (SVM) extensions. |
49 | 49 | ||
50 | # OK, it's a little counter-intuitive to do this, but it puts it neatly under | ||
51 | # the virtualization menu. | ||
52 | source drivers/lguest/Kconfig | ||
53 | |||
50 | endif # VIRTUALIZATION | 54 | endif # VIRTUALIZATION |