Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / hv / Kconfig
CommitLineData
45ea83f0
SH
1# SPDX-License-Identifier: GPL-2.0
2
124a6b4c
BVA
3menu "Microsoft Hyper-V guest support"
4
46a97191
GKH
5config 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
13config HYPERV_TSCPAGE
14 def_bool HYPERV && X86_64
15
46a97191
GKH
16config 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
22config 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 28endmenu