Merge branch 'for-next/kprobes' into for-next/core
[deliverable/linux.git] / arch / arm64 / Kconfig
index 6af0e2e5c7103345ca666d9e3fbfc3d1ec7073c6..ac4746f454ed9265887228b6453ed31eeab04806 100644 (file)
@@ -7,6 +7,7 @@ config ARM64
        select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
        select ARCH_HAS_ELF_RANDOMIZE
        select ARCH_HAS_GCOV_PROFILE_ALL
+       select ARCH_HAS_KCOV
        select ARCH_HAS_SG_CHAIN
        select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
        select ARCH_USE_CMPXCHG_LOCKREF
@@ -667,6 +668,16 @@ config PARAVIRT_TIME_ACCOUNTING
 
          If in doubt, say N here.
 
+config KEXEC
+       depends on PM_SLEEP_SMP
+       select KEXEC_CORE
+       bool "kexec system call"
+       ---help---
+         kexec is a system call that implements the ability to shutdown your
+         current kernel, and to start another kernel.  It is like a reboot
+         but it is independent of the system firmware.   And like a reboot
+         you can start any kernel with it, not just Linux.
+
 config XEN_DOM0
        def_bool y
        depends on XEN
This page took 0.025359 seconds and 5 git commands to generate.