diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-08-23 15:49:13 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-09-06 17:58:43 -0400 |
commit | 175fca3bf91a1111b7e46f6655666640556b9059 (patch) | |
tree | 7918a9326c405cc49f74cd8785749461c8c8a40c /arch/Kconfig | |
parent | 544f448599134ffee9ef35d685f933bab708a215 (diff) |
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/Kconfig | 3 |
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 | |||
18 | select CRASH_CORE | 18 | select CRASH_CORE |
19 | bool | 19 | bool |
20 | 20 | ||
21 | config KEXEC_ELF | ||
22 | bool | ||
23 | |||
21 | config HAVE_IMA_KEXEC | 24 | config HAVE_IMA_KEXEC |
22 | bool | 25 | bool |
23 | 26 | ||