Message ID | 20200210141324.21090-3-maz@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Removing support for 32bit KVM/arm host | expand |
diff --git a/arch/arm/configs/axm55xx_defconfig b/arch/arm/configs/axm55xx_defconfig index f53634af014b..ce10bc2af320 100644 --- a/arch/arm/configs/axm55xx_defconfig +++ b/arch/arm/configs/axm55xx_defconfig @@ -237,5 +237,3 @@ CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_XCBC=y CONFIG_CRYPTO_SHA256=y # CONFIG_CRYPTO_ANSI_CPRNG is not set -CONFIG_VIRTUALIZATION=y -CONFIG_KVM=y
Only one platform is building KVM by default. How crazy! Remove it whilst nobody is watching. Signed-off-by: Marc Zyngier <maz@kernel.org> --- arch/arm/configs/axm55xx_defconfig | 2 -- 1 file changed, 2 deletions(-)