diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8e9dbcbcf5af..cacc8d5355b3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2065,6 +2065,8 @@ config XIP_PHYS_ADDR | |||
2065 | config KEXEC | 2065 | config KEXEC |
2066 | bool "Kexec system call (EXPERIMENTAL)" | 2066 | bool "Kexec system call (EXPERIMENTAL)" |
2067 | depends on (!SMP || PM_SLEEP_SMP) | 2067 | depends on (!SMP || PM_SLEEP_SMP) |
2068 | select CRYPTO | ||
2069 | select CRYPTO_SHA256 | ||
2068 | help | 2070 | help |
2069 | kexec is a system call that implements the ability to shutdown your | 2071 | kexec is a system call that implements the ability to shutdown your |
2070 | current kernel, and to start another kernel. It is like a reboot | 2072 | current kernel, and to start another kernel. It is like a reboot |