Skip to content

Commit 65dbae1

Browse files
kelleymhSasha Levin
authored andcommitted
Drivers: hv: Enable Hyper-V code to be built on ARM64
Update drivers/hv/Kconfig so CONFIG_HYPERV can be selected on ARM64, causing the Hyper-V specific code to be built. Signed-off-by: Michael Kelley <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent e3bad75 commit 65dbae1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/hv/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ menu "Microsoft Hyper-V guest support"
44

55
config HYPERV
66
tristate "Microsoft Hyper-V client drivers"
7-
depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
7+
depends on ACPI && \
8+
((X86 && X86_LOCAL_APIC && HYPERVISOR_GUEST) || ARM64)
89
select PARAVIRT
910
select X86_HV_CALLBACK_VECTOR
1011
help

0 commit comments

Comments
 (0)