mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
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>
This commit is contained in:
parent
d3d1c4bdf1
commit
9525ca0286
@ -93,6 +93,4 @@ source "drivers/auxdisplay/Kconfig"
|
|||||||
source "drivers/kvm/Kconfig"
|
source "drivers/kvm/Kconfig"
|
||||||
|
|
||||||
source "drivers/uio/Kconfig"
|
source "drivers/uio/Kconfig"
|
||||||
|
|
||||||
source "drivers/lguest/Kconfig"
|
|
||||||
endmenu
|
endmenu
|
||||||
|
@ -47,4 +47,8 @@ config KVM_AMD
|
|||||||
Provides support for KVM on AMD processors equipped with the AMD-V
|
Provides support for KVM on AMD processors equipped with the AMD-V
|
||||||
(SVM) extensions.
|
(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
|
endif # VIRTUALIZATION
|
||||||
|
Loading…
Reference in New Issue
Block a user