aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2019-09-08 11:33:06 +0200
committerHelge Deller <deller@gmx.de>2019-09-08 15:41:46 +0200
commit1191cf4986b5e8008c615896e487dc35fe922acd (patch)
tree9eb8cf30539a7ec1b98aa93d8785e4743844b6ce /arch/parisc/Kconfig
parentparisc: wire up kexec_file_load syscall (diff)
downloadlinux-dev-1191cf4986b5e8008c615896e487dc35fe922acd.tar.xz
linux-dev-1191cf4986b5e8008c615896e487dc35fe922acd.zip
parisc: add support for kexec_file_load() syscall
Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 548c767f4358..2e757c785239 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -359,6 +359,16 @@ config KEXEC
shutdown, so do not be surprised if this code does not
initially work for you.
+config KEXEC_FILE
+ bool "kexec file based system call"
+ select KEXEC_CORE
+ select KEXEC_ELF
+ help
+ This enables the kexec_file_load() System call. This is
+ file based and takes file descriptors as system call argument
+ for kernel and initramfs as opposed to list of segments as
+ accepted by previous system call.
+
endmenu