blob: c423e57ae8886b5db0a33c2cc557b4f61a8c4ae2 [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
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -07009 help
10 Select this option to run Linux as a Hyper-V client operating
11 system.
12
Michael Kelleyfd1fea62019-07-01 04:25:56 +000013config HYPERV_TIMER
14 def_bool HYPERV
15
Vitaly Kuznetsovbd2a9ad2017-03-03 14:21:40 +010016config HYPERV_TSCPAGE
17 def_bool HYPERV && X86_64
18
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -070019config HYPERV_UTILS
20 tristate "Microsoft Hyper-V Utilities driver"
21 depends on HYPERV && CONNECTOR && NLS
22 help
23 Select this option to enable the Hyper-V Utilities.
24
K. Y. Srinivasan9aa8b502012-11-14 01:09:02 -080025config HYPERV_BALLOON
26 tristate "Microsoft Hyper-V Balloon driver"
27 depends on HYPERV
28 help
29 Select this option to enable Hyper-V Balloon driver.
30
Bart Van Assche124a6b42011-11-18 18:40:52 +010031endmenu