aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6783c2e5512d..a8298949d166 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -738,6 +738,20 @@ config XIP_PHYS_ADDR
738 be linked for and stored to. This address is dependent on your 738 be linked for and stored to. This address is dependent on your
739 own flash usage. 739 own flash usage.
740 740
741config KEXEC
742 bool "Kexec system call (EXPERIMENTAL)"
743 depends on EXPERIMENTAL
744 help
745 kexec is a system call that implements the ability to shutdown your
746 current kernel, and to start another kernel. It is like a reboot
747 but it is indepedent of the system firmware. And like a reboot
748 you can start any kernel with it, not just Linux.
749
750 It is an ongoing process to be certain the hardware in a machine
751 is properly shutdown, so do not be surprised if this code does not
752 initially work for you. It may help to enable device hotplugging
753 support.
754
741endmenu 755endmenu
742 756
743if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX ) 757if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX )