s390/kexec: do not automatically select KEXEC option
authorAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 12 Dec 2023 12:59:42 +0000 (13:59 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 11 Jan 2024 17:22:58 +0000 (18:22 +0100)
commit0130a0d3a61889060e912a533e996201c4d9a2e5
tree40f1981f89149af54445d03f277814b57fc3b7c3
parent77ed045e88e5cba6d8dec3c5c7cd52105c46b50b
s390/kexec: do not automatically select KEXEC option

Following commit dccf78d39f10 ("kernel/Kconfig.kexec: drop
select of KEXEC for CRASH_DUMP") also drop automatic KEXEC
selection for s390 while set CONFIG_KEXEC=y explicitly for
defconfig and debug_defconfig targets. zfcpdump_defconfig
target gets CONFIG_KEXEC unset as result, which is right
and consistent with CONFIG_KEXEC_FILE besides.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/Kconfig
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig