clocksource/drivers: Make Hyper-V clocksource ISA agnostic
[linux-2.6-block.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         help
10           Select this option to run Linux as a Hyper-V client operating
11           system.
12
13 config HYPERV_TIMER
14         def_bool HYPERV
15
16 config HYPERV_TSCPAGE
17        def_bool HYPERV && X86_64
18
19 config HYPERV_UTILS
20         tristate "Microsoft Hyper-V Utilities driver"
21         depends on HYPERV && CONNECTOR && NLS
22         help
23           Select this option to enable the Hyper-V Utilities.
24
25 config HYPERV_BALLOON
26         tristate "Microsoft Hyper-V Balloon driver"
27         depends on HYPERV
28         help
29           Select this option to enable Hyper-V Balloon driver.
30
31 endmenu