aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2019-08-23 21:49:13 +0200
committerHelge Deller <deller@gmx.de>2019-09-06 23:58:43 +0200
commit175fca3bf91a1111b7e46f6655666640556b9059 (patch)
tree7918a9326c405cc49f74cd8785749461c8c8a40c /arch/Kconfig
parentparisc: Save some bytes in dino driver (diff)
downloadwireguard-linux-175fca3bf91a1111b7e46f6655666640556b9059.tar.xz
wireguard-linux-175fca3bf91a1111b7e46f6655666640556b9059.zip
kexec: add KEXEC_ELF
Right now powerpc provides an implementation to read elf files with the kexec_file_load() syscall. Make that available as a public kexec interface so it can be re-used on other architectures. Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-by: Thiago Jung Bauermann <bauerman@linux.ibm.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index a7b57dd42c26..01244412f393 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -18,6 +18,9 @@ config KEXEC_CORE
select CRASH_CORE
bool
+config KEXEC_ELF
+ bool
+
config HAVE_IMA_KEXEC
bool