From ab579bdfab1349b71aaa60259d8074f294e9cf8c Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Mon, 25 Jan 2021 14:58:25 +0000 Subject: [PATCH] Revert "ANDROID: arm64: Enable KVM for Asym AArch32" This reverts commit 7ba2f04cb6dff49d1757515f7f5bd6ab5e07d906. Bug: 178507149 Signed-off-by: Will Deacon Change-Id: I9eaed1d2cc5004c3bfa4d2c8816a0f29fe3aff9e --- arch/arm64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 2aac8337268f..d61ed274000b 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1929,7 +1929,7 @@ endmenu config ASYMMETRIC_AARCH32 bool "Allow support for asymmetric AArch32 support" - depends on COMPAT && EXPERT + depends on COMPAT && EXPERT && !KVM help Enable this option to allow support for asymmetric AArch32 EL0 CPU configurations. Once the AArch32 EL0 support is detected