]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/hv/Kconfig
Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'
[mirror_ubuntu-artful-kernel.git] / drivers / hv / Kconfig
1 menu "Microsoft Hyper-V guest support"
2
3 config HYPERV
4 tristate "Microsoft Hyper-V client drivers"
5 depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST
6 help
7 Select this option to run Linux as a Hyper-V client operating
8 system.
9
10 config HYPERV_TSCPAGE
11 def_bool HYPERV && X86_64
12
13 config 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
19 config 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
25 endmenu