From: Arnd Bergmann Date: Mon, 23 Oct 2023 16:04:06 +0000 (+0200) Subject: kexec-fix-kexec_file-dependencies-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=25996b6ebbb739057c96c2b798190d40a6f9e868;p=users%2Fjedix%2Flinux-maple.git kexec-fix-kexec_file-dependencies-fix fix riscv build Link: https://lkml.kernel.org/r/67ddd260-d424-4229-a815-e3fcfb864a77@app.fastmail.com Signed-off-by: Arnd Bergmann Cc: Albert Ou Cc: Alexander Gordeev Cc: Ard Biesheuvel Cc: Borislav Petkov Cc: Christian Borntraeger Cc: Christophe Leroy Cc: Conor Dooley Cc: Dave Hansen Cc: "David S. Miller" Cc: Eric DeVolder Cc: Heiko Carstens Cc: Herbert Xu Cc: "H. Peter Anvin" Cc: Ingo Molnar Cc: Nicholas Piggin Cc: Palmer Dabbelt Cc: Paul Walmsley Cc: Peter Zijlstra Cc: Sven Schnelle Cc: Thomas Gleixner Cc: Vasily Gorbik Signed-off-by: Andrew Morton --- diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 98857d76e4584..afdf05ad78ad4 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -702,7 +702,7 @@ config ARCH_SELECTS_KEXEC_FILE select KEXEC_ELF config ARCH_SUPPORTS_KEXEC_PURGATORY - def_bool y + def_bool ARCH_SUPPORTS_KEXEC_FILE config ARCH_SUPPORTS_CRASH_DUMP def_bool y