2018-03-27 18:01:04 -04:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
2011-11-18 12:40:52 -05:00
|
|
|
menu "Microsoft Hyper-V guest support"
|
|
|
|
|
2011-10-04 15:29:52 -04:00
|
|
|
config HYPERV
|
|
|
|
tristate "Microsoft Hyper-V client drivers"
|
2018-12-01 16:40:38 -05:00
|
|
|
depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
|
2017-08-02 12:09:19 -04:00
|
|
|
select PARAVIRT
|
2019-04-29 23:45:23 -04:00
|
|
|
select X86_HV_CALLBACK_VECTOR
|
2011-10-04 15:29:52 -04:00
|
|
|
help
|
|
|
|
Select this option to run Linux as a Hyper-V client operating
|
|
|
|
system.
|
|
|
|
|
2019-07-01 00:25:56 -04:00
|
|
|
config HYPERV_TIMER
|
|
|
|
def_bool HYPERV
|
|
|
|
|
2011-10-04 15:29:52 -04: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 04:09:02 -05: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-18 12:40:52 -05:00
|
|
|
endmenu
|