summaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorEric DeVolder <eric.devolder@oracle.com>2023-08-02 18:17:50 +0200
committerAndrew Morton <akpm@linux-foundation.org>2023-08-18 19:18:55 +0200
commit95d1fef53782eb409d4578ce6101d2a7b055351c (patch)
tree49c2b777110ea6e1cad4c660fe9130e90fa468b6 /arch/s390
parentkexec: rename ARCH_HAS_KEXEC_PURGATORY (diff)
downloadlinux-95d1fef53782eb409d4578ce6101d2a7b055351c.tar.xz
linux-95d1fef53782eb409d4578ce6101d2a7b055351c.zip
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 <eric.devolder@oracle.com> Acked-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index ab723218c0fb..4d011f7c26e5 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -245,9 +245,6 @@ config PGTABLE_LEVELS
source "kernel/livepatch/Kconfig"
-config ARCH_DEFAULT_KEXEC
- def_bool y
-
config ARCH_SUPPORTS_KEXEC
def_bool y