Merge tag 'ceph-for-4.9-rc2' of git://github.com/ceph/ceph-client
[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
46a97191
GKH
6 help
7 Select this option to run Linux as a Hyper-V client operating
8 system.
9
10config HYPERV_UTILS
11 tristate "Microsoft Hyper-V Utilities driver"
12 depends on HYPERV && CONNECTOR && NLS
13 help
14 Select this option to enable the Hyper-V Utilities.
15
9aa8b50b
S
16config HYPERV_BALLOON
17 tristate "Microsoft Hyper-V Balloon driver"
18 depends on HYPERV
19 help
20 Select this option to enable Hyper-V Balloon driver.
21
124a6b4c 22endmenu