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)
commite26bb75aa2f17fc079e6a24dff653b098e1f5d37
tree5d961905299abb61006b135c7d2726eb587bf7a6
parentc8f1e96734069c788b10545f4fd82bcbb6b55dfa
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