We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b16c21 commit 7aff79eCopy full SHA for 7aff79e
drivers/hv/Kconfig
@@ -4,15 +4,16 @@ 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
+ depends on ACPI && ((X86 && X86_LOCAL_APIC && HYPERVISOR_GUEST) \
8
+ || (ARM64 && !CPU_BIG_ENDIAN))
9
select PARAVIRT
- select X86_HV_CALLBACK_VECTOR
10
+ select X86_HV_CALLBACK_VECTOR if X86
11
help
12
Select this option to run Linux as a Hyper-V client operating
13
system.
14
15
config HYPERV_TIMER
- def_bool HYPERV
16
+ def_bool HYPERV && X86
17
18
config HYPERV_UTILS
19
tristate "Microsoft Hyper-V Utilities driver"
0 commit comments