]> Git Repo - linux.git/blame - drivers/hv/Kconfig
Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux...
[linux.git] / drivers / hv / Kconfig
CommitLineData
124a6b4c
BVA
1menu "Microsoft Hyper-V guest support"
2
46a97191
GKH
3config HYPERV
4 tristate "Microsoft Hyper-V client drivers"
6276a074 5 depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST
46a97191
GKH
6 help
7 Select this option to run Linux as a Hyper-V client operating
8 system.
9
bd2a9ada
VK
10config HYPERV_TSCPAGE
11 def_bool HYPERV && X86_64
12
46a97191
GKH
13config HYPERV_UTILS
14 tristate "Microsoft Hyper-V Utilities driver"
15 depends on HYPERV && CONNECTOR && NLS
16 help
17 Select this option to enable the Hyper-V Utilities.
18
9aa8b50b
S
19config HYPERV_BALLOON
20 tristate "Microsoft Hyper-V Balloon driver"
21 depends on HYPERV
22 help
23 Select this option to enable Hyper-V Balloon driver.
24
124a6b4c 25endmenu
This page took 0.356528 seconds and 4 git commands to generate.