From 95d1fef53782eb409d4578ce6101d2a7b055351c Mon Sep 17 00:00:00 2001 From: Eric DeVolder Date: Wed, 2 Aug 2023 12:17:50 -0400 Subject: remove ARCH_DEFAULT_KEXEC from Kconfig.kexec This patch is a minor cleanup to the series "refactor Kconfig to consolidate KEXEC and CRASH options". In that series, a new option ARCH_DEFAULT_KEXEC was introduced in order to obtain the equivalent behavior of s390 original Kconfig settings for KEXEC. As it turns out, this new option did not fully provide the equivalent behavior, rather a "select KEXEC" did. As such, the ARCH_DEFAULT_KEXEC is not needed anymore, so remove it. Link: https://lkml.kernel.org/r/20230802161750.2215-1-eric.devolder@oracle.com Signed-off-by: Eric DeVolder Acked-by: Alexander Gordeev Signed-off-by: Andrew Morton --- kernel/Kconfig.kexec | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel/Kconfig.kexec') diff --git a/kernel/Kconfig.kexec b/kernel/Kconfig.kexec index ff72e45cfaef..701cd5336f4f 100644 --- a/kernel/Kconfig.kexec +++ b/kernel/Kconfig.kexec @@ -17,7 +17,6 @@ config HAVE_IMA_KEXEC config KEXEC bool "Enable kexec system call" - default ARCH_DEFAULT_KEXEC depends on ARCH_SUPPORTS_KEXEC select KEXEC_CORE help -- cgit v1.2.3