forked from TencentOS/TencentOS-kernel
config: enable hyperv configurations for x86 platform
Hyperv is a native hypervisor that can create virtual machine on x86-64 platform. Enable all hyperv configurations for linux, then it can run on windows hyperv. Signed-off-by: Bin Lai <robinlai@tencent.com>
This commit is contained in:
parent
796290fb62
commit
7980776b6e
|
|
@ -5124,3 +5124,20 @@ CONFIG_X86_DEBUG_FPU=y
|
|||
CONFIG_UNWINDER_FRAME_POINTER=y
|
||||
# CONFIG_UNWINDER_GUESS is not set
|
||||
# end of Kernel hacking
|
||||
#
|
||||
CONFIG_PCI_HYPERV=m
|
||||
CONFIG_PCI_HYPERV_INTERFACE=m
|
||||
CONFIG_HYPERV_VSOCKETS=m
|
||||
CONFIG_UIO_HV_GENERIC=m
|
||||
|
||||
CONFIG_HYPERV_STORAGE=m
|
||||
CONFIG_HYPERV_NET=m
|
||||
CONFIG_HYPERV_KEYBOARD=m
|
||||
CONFIG_FB_HYPERV=m
|
||||
CONFIG_HID_HYPERV_MOUSE=m
|
||||
|
||||
CONFIG_HYPERV=m
|
||||
CONFIG_HYPERV_TIMER=y
|
||||
CONFIG_HYPERV_UTILS=m
|
||||
CONFIG_HYPERV_BALLOON=m
|
||||
CONFIG_HYPERV_IOMMU=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue