On 26/02/2024 10:20, Beata Michalska wrote:
Signed-off-by: Beata Michalska beata.michalska@arm.com
arch/arm64/kvm/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig index d49ece801a7a..83c1e09be42e 100644 --- a/arch/arm64/kvm/Kconfig +++ b/arch/arm64/kvm/Kconfig @@ -21,7 +21,6 @@ if VIRTUALIZATION menuconfig KVM bool "Kernel-based Virtual Machine (KVM) support" depends on HAVE_KVM
- depends on !ARM64_MORELLO
Let's update the help text of ARM64_MORELLO in the arm64 Kconfig too.
In itself this patch doesn't enable KVM for the Morello defconfig, should we add CONFIG_KVM there as well?
Kevin
select KVM_GENERIC_HARDWARE_ENABLING select MMU_NOTIFIER select PREEMPT_NOTIFIERS