kernel/drivers/hv/Kconfig
.. .. @@ -6,12 +6,13 @@ 6 6 tristate "Microsoft Hyper-V client drivers" 7 7 depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST 8 8 select PARAVIRT 9 + select X86_HV_CALLBACK_VECTOR9 10 help 10 11 Select this option to run Linux as a Hyper-V client operating 11 12 system. 12 13 13 -config HYPERV_TSCPAGE14 - def_bool HYPERV && X86_6414 +config HYPERV_TIMER15 + def_bool HYPERV15 16 16 17 config HYPERV_UTILS 17 18 tristate "Microsoft Hyper-V Utilities driver"