Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[sfrench/cifs-2.6.git] / drivers / hv / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 menu "Microsoft Hyper-V guest support"
4
5 config HYPERV
6         tristate "Microsoft Hyper-V client drivers"
7         depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
8         select PARAVIRT
9         select X86_HV_CALLBACK_VECTOR
10         help
11           Select this option to run Linux as a Hyper-V client operating
12           system.
13
14 config HYPERV_TIMER
15         def_bool HYPERV
16
17 config HYPERV_TSCPAGE
18        def_bool HYPERV && X86_64
19
20 config HYPERV_UTILS
21         tristate "Microsoft Hyper-V Utilities driver"
22         depends on HYPERV && CONNECTOR && NLS
23         help
24           Select this option to enable the Hyper-V Utilities.
25
26 config HYPERV_BALLOON
27         tristate "Microsoft Hyper-V Balloon driver"
28         depends on HYPERV
29         help
30           Select this option to enable Hyper-V Balloon driver.
31
32 endmenu