hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/hv/Kconfig
....@@ -6,12 +6,13 @@
66 tristate "Microsoft Hyper-V client drivers"
77 depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
88 select PARAVIRT
9
+ select X86_HV_CALLBACK_VECTOR
910 help
1011 Select this option to run Linux as a Hyper-V client operating
1112 system.
1213
13
-config HYPERV_TSCPAGE
14
- def_bool HYPERV && X86_64
14
+config HYPERV_TIMER
15
+ def_bool HYPERV
1516
1617 config HYPERV_UTILS
1718 tristate "Microsoft Hyper-V Utilities driver"