drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86
authorBoqun Feng <boqun.feng@gmail.com>
Thu, 17 Oct 2019 00:57:03 +0000 (08:57 +0800)
committerSasha Levin <sashal@kernel.org>
Fri, 22 Nov 2019 01:10:45 +0000 (20:10 -0500)
commitd7f0b2e450e94ad3811a812236529175ae86751e
tree9745108acf2104123a3bdd740351dbfa454c2b8f
parentaf13f9ed6f9aa6801d020c48aeb19dca9f0d4f97
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 <Tianyu.Lan@microsoft.com>
Cc: Michael Kelley <mikelley@microsoft.com>
Cc: linux-hyperv@vger.kernel.org
Signed-off-by: Boqun Feng (Microsoft) <boqun.feng@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/iommu/Kconfig