2018-03-28 06:01:04 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
2011-11-19 01:40:52 +08:00
|
|
|
menu "Microsoft Hyper-V guest support"
|
|
|
|
|
2011-10-05 03:29:52 +08:00
|
|
|
config HYPERV
|
|
|
|
tristate "Microsoft Hyper-V client drivers"
|
2013-03-05 04:20:21 +08:00
|
|
|
depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST
|
2017-08-03 00:09:19 +08:00
|
|
|
select PARAVIRT
|
2011-10-05 03:29:52 +08:00
|
|
|
help
|
|
|
|
Select this option to run Linux as a Hyper-V client operating
|
|
|
|
system.
|
|
|
|
|
2017-03-03 21:21:40 +08:00
|
|
|
config HYPERV_TSCPAGE
|
|
|
|
def_bool HYPERV && X86_64
|
|
|
|
|
2011-10-05 03:29:52 +08:00
|
|
|
config HYPERV_UTILS
|
|
|
|
tristate "Microsoft Hyper-V Utilities driver"
|
|
|
|
depends on HYPERV && CONNECTOR && NLS
|
|
|
|
help
|
|
|
|
Select this option to enable the Hyper-V Utilities.
|
|
|
|
|
2012-11-14 17:09:02 +08:00
|
|
|
config HYPERV_BALLOON
|
|
|
|
tristate "Microsoft Hyper-V Balloon driver"
|
|
|
|
depends on HYPERV
|
|
|
|
help
|
|
|
|
Select this option to enable Hyper-V Balloon driver.
|
|
|
|
|
2011-11-19 01:40:52 +08:00
|
|
|
endmenu
|