blob: 79e5356a737a2ad6b9fb19a498613eba20aa9761 [file] [log] [blame]
Stephen Hemminger45ea83f2018-03-27 15:01:04 -07001# SPDX-License-Identifier: GPL-2.0
2
Bart Van Assche124a6b42011-11-18 18:40:52 +01003menu "Microsoft Hyper-V guest support"
4
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -07005config HYPERV
6 tristate "Microsoft Hyper-V client drivers"
Sinan Kayac6294212018-12-01 21:40:38 +00007 depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
Vitaly Kuznetsov2ffd9e32017-08-02 18:09:19 +02008 select PARAVIRT
Zhao Yakuiecca25022019-04-30 11:45:23 +08009 select X86_HV_CALLBACK_VECTOR
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -070010 help
11 Select this option to run Linux as a Hyper-V client operating
12 system.
13
Michael Kelleyfd1fea62019-07-01 04:25:56 +000014config HYPERV_TIMER
15 def_bool HYPERV
16
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -070017config HYPERV_UTILS
18 tristate "Microsoft Hyper-V Utilities driver"
19 depends on HYPERV && CONNECTOR && NLS
20 help
21 Select this option to enable the Hyper-V Utilities.
22
K. Y. Srinivasan9aa8b502012-11-14 01:09:02 -080023config HYPERV_BALLOON
24 tristate "Microsoft Hyper-V Balloon driver"
25 depends on HYPERV
26 help
27 Select this option to enable Hyper-V Balloon driver.
28
Bart Van Assche124a6b42011-11-18 18:40:52 +010029endmenu