]>
Commit | Line | Data |
---|---|---|
45ea83f0 SH |
1 | # SPDX-License-Identifier: GPL-2.0 |
2 | ||
124a6b4c BVA |
3 | menu "Microsoft Hyper-V guest support" |
4 | ||
46a97191 GKH |
5 | config HYPERV |
6 | tristate "Microsoft Hyper-V client drivers" | |
6276a074 | 7 | depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST |
2ffd9e33 | 8 | select PARAVIRT |
46a97191 GKH |
9 | help |
10 | Select this option to run Linux as a Hyper-V client operating | |
11 | system. | |
12 | ||
bd2a9ada VK |
13 | config HYPERV_TSCPAGE |
14 | def_bool HYPERV && X86_64 | |
15 | ||
46a97191 GKH |
16 | config 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 | ||
9aa8b50b S |
22 | config 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 | ||
124a6b4c | 28 | endmenu |