blob: 97954f575c3f691df222aa7102f01b5d296ff893 [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"
Borislav Petkov6276a072013-03-04 21:20:21 +01007 depends on X86 && ACPI && PCI && 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
Vitaly Kuznetsovbd2a9ad2017-03-03 14:21:40 +010013config HYPERV_TSCPAGE
14 def_bool HYPERV && X86_64
15
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -070016config HYPERV_UTILS
17 tristate "Microsoft Hyper-V Utilities driver"
18 depends on HYPERV && CONNECTOR && NLS
19 help
20 Select this option to enable the Hyper-V Utilities.
21
K. Y. Srinivasan9aa8b502012-11-14 01:09:02 -080022config HYPERV_BALLOON
23 tristate "Microsoft Hyper-V Balloon driver"
24 depends on HYPERV
25 help
26 Select this option to enable Hyper-V Balloon driver.
27
Bart Van Assche124a6b42011-11-18 18:40:52 +010028endmenu