forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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"