]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm64/kvm/Kconfig
Merge branch 'hash' of git://ftp.sciencehorizons.net/linux
[karo-tx-linux.git] / arch / arm64 / kvm / Kconfig
index de7450df7629961066d0731b237a0fe64c01708e..c4f26ef91e772f7af71b79c35d13a11f5f063e03 100644 (file)
@@ -22,7 +22,6 @@ config KVM_ARM_VGIC_V3
 config KVM
        bool "Kernel-based Virtual Machine (KVM) support"
        depends on OF
-       depends on !ARM64_16K_PAGES
        select MMU_NOTIFIER
        select PREEMPT_NOTIFIERS
        select ANON_INODES
@@ -55,6 +54,13 @@ config KVM_ARM_PMU
          Adds support for a virtual Performance Monitoring Unit (PMU) in
          virtual machines.
 
+config KVM_NEW_VGIC
+       bool "New VGIC implementation"
+       depends on KVM
+       default y
+        ---help---
+          uses the new VGIC implementation
+
 source drivers/vhost/Kconfig
 
 endif # VIRTUALIZATION