From ce862b7aa761dca54aac7e3e3b8931551382fb4f 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 f15244a48957..372921aae498 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1898,7 +1898,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