We used to have ARM_VIRT_EXT depending on ARM_LPAE, and KVM depending on CPU_V7 && ARM_VIRT_EXT. ARM_VIRT_EXT doesn't depend on ARM_LPAE anymore (no reason it should, this is a KVM limitation), but now depends on CPU_v7 & MMU. To preserve the dependencies, change KVM to depend on ARM_VIRT_EXT & ARM_LPAE. Signed-off-by: Marc Zyngier <marc.zyngier@xxxxxxx> --- arch/arm/kvm/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/kvm/Kconfig b/arch/arm/kvm/Kconfig index 7fa50d3..cc5f60e 100644 --- a/arch/arm/kvm/Kconfig +++ b/arch/arm/kvm/Kconfig @@ -21,7 +21,7 @@ config KVM select PREEMPT_NOTIFIERS select ANON_INODES select KVM_MMIO - depends on CPU_V7 && ARM_VIRT_EXT + depends on ARM_VIRT_EXT && ARM_LPAE ---help--- Support hosting virtualized guest machines. You will also need to select one or more of the processor modules below. -- 1.7.8.6 _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm