Skip to content

Commit d7f0b2e

Browse files
fbqSasha Levin
authored andcommitted
drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86
Currently hyperv-iommu is implemented in a x86 specific way, for example, apic is used. So make the HYPERV_IOMMU Kconfig depend on X86 as a preparation for enabling HyperV on architecture other than x86. Cc: Lan Tianyu <[email protected]> Cc: Michael Kelley <[email protected]> Cc: [email protected] Signed-off-by: Boqun Feng (Microsoft) <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent af13f9e commit d7f0b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ config QCOM_IOMMU
467467

468468
config HYPERV_IOMMU
469469
bool "Hyper-V x2APIC IRQ Handling"
470-
depends on HYPERV
470+
depends on HYPERV && X86
471471
select IOMMU_API
472472
default HYPERV
473473
help

0 commit comments

Comments
 (0)