diff options
Diffstat (limited to 'arch/arm/Kconfig')
| -rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 916cedbd7a67..c49a775937db 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -83,6 +83,7 @@ config ARM | |||
| 83 | <http://www.arm.linux.org.uk/>. | 83 | <http://www.arm.linux.org.uk/>. |
| 84 | 84 | ||
| 85 | config ARM_HAS_SG_CHAIN | 85 | config ARM_HAS_SG_CHAIN |
| 86 | select ARCH_HAS_SG_CHAIN | ||
| 86 | bool | 87 | bool |
| 87 | 88 | ||
| 88 | config NEED_SG_DMA_LENGTH | 89 | config NEED_SG_DMA_LENGTH |
| @@ -1982,6 +1983,8 @@ config XIP_PHYS_ADDR | |||
| 1982 | config KEXEC | 1983 | config KEXEC |
| 1983 | bool "Kexec system call (EXPERIMENTAL)" | 1984 | bool "Kexec system call (EXPERIMENTAL)" |
| 1984 | depends on (!SMP || PM_SLEEP_SMP) | 1985 | depends on (!SMP || PM_SLEEP_SMP) |
| 1986 | select CRYPTO | ||
| 1987 | select CRYPTO_SHA256 | ||
| 1985 | help | 1988 | help |
| 1986 | kexec is a system call that implements the ability to shutdown your | 1989 | kexec is a system call that implements the ability to shutdown your |
| 1987 | current kernel, and to start another kernel. It is like a reboot | 1990 | current kernel, and to start another kernel. It is like a reboot |
