Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
[linux-2.6-block.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
2ffd9e33 6 select PARAVIRT
46a97191
GKH
7 help
8 Select this option to run Linux as a Hyper-V client operating
9 system.
10
bd2a9ada
VK
11config HYPERV_TSCPAGE
12 def_bool HYPERV && X86_64
13
46a97191
GKH
14config HYPERV_UTILS
15 tristate "Microsoft Hyper-V Utilities driver"
16 depends on HYPERV && CONNECTOR && NLS
17 help
18 Select this option to enable the Hyper-V Utilities.
19
9aa8b50b
S
20config HYPERV_BALLOON
21 tristate "Microsoft Hyper-V Balloon driver"
22 depends on HYPERV
23 help
24 Select this option to enable Hyper-V Balloon driver.
25
124a6b4c 26endmenu