From df72347f7ee884b48647d1bb69331da8752aece1 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 13 Jan 2021 19:42:12 +0100 Subject: [PATCH] ANDROID: GKI: remove CONFIG_ENABLE_MUST_CHECK from gki defconfigs Commit 196793946264 ("Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK") removed this config option, so also remove it from the gki_defconfig files so that we can properly build things. Fixes: 196793946264 ("Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK") Signed-off-by: Greg Kroah-Hartman Change-Id: I5e823676f5e68b373d7998b63a1c87af52c4a838 --- arch/arm64/configs/gki_defconfig | 1 - arch/x86/configs/gki_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index f21df61bed1e..63819402e6eb 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -587,7 +587,6 @@ CONFIG_PRINTK_CALLER=y CONFIG_DYNAMIC_DEBUG_CORE=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_INFO_DWARF4=y -# CONFIG_ENABLE_MUST_CHECK is not set CONFIG_HEADERS_INSTALL=y # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set CONFIG_MAGIC_SYSRQ=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index cbbd009d6c24..d79f8299b4af 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -527,7 +527,6 @@ CONFIG_PRINTK_TIME=y CONFIG_DYNAMIC_DEBUG_CORE=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_INFO_DWARF4=y -# CONFIG_ENABLE_MUST_CHECK is not set CONFIG_HEADERS_INSTALL=y # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set CONFIG_MAGIC_SYSRQ=y