]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Depend on HAVE_KVM instead of OF
authorSean Christopherson <seanjc@google.com>
Tue, 21 Sep 2021 22:22:31 +0000 (15:22 -0700)
committerMarc Zyngier <maz@kernel.org>
Mon, 11 Oct 2021 09:08:50 +0000 (10:08 +0100)
commitb43a92b91db97d09f85206a81261b7af15daf381
tree5d961905299abb61006b135c7d2726eb587bf7a6
parent61101a75dc53f2756725e4803f3c333a4c00d802
KVM: arm64: Depend on HAVE_KVM instead of OF

Select HAVE_KVM at all times on arm64, as the OF requirement is
always there (even in the case of an ACPI system, we still depend
on some of the OF infrastructure), and won't fo away.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Acked-by: Will Deacon <will@kernel.org>
[maz: Drop the "HAVE_KVM if OF" dependency, as OF is always there on arm64,
 new commit message]
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210921222231.518092-3-seanjc@google.com
arch/arm64/Kconfig
arch/arm64/kvm/Kconfig