aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig17
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0f711c4394a9..195650935c78 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -280,6 +280,7 @@ config ARCH_PXA
280 bool "PXA2xx-based" 280 bool "PXA2xx-based"
281 depends on MMU 281 depends on MMU
282 select ARCH_MTD_XIP 282 select ARCH_MTD_XIP
283 select GENERIC_TIME
283 help 284 help
284 Support for Intel's PXA2XX processor line. 285 Support for Intel's PXA2XX processor line.
285 286
@@ -386,7 +387,7 @@ source "arch/arm/mach-aaec2000/Kconfig"
386 387
387source "arch/arm/mach-realview/Kconfig" 388source "arch/arm/mach-realview/Kconfig"
388 389
389source "arch/arm/mach-at91rm9200/Kconfig" 390source "arch/arm/mach-at91/Kconfig"
390 391
391source "arch/arm/mach-netx/Kconfig" 392source "arch/arm/mach-netx/Kconfig"
392 393
@@ -747,6 +748,20 @@ config XIP_PHYS_ADDR
747 be linked for and stored to. This address is dependent on your 748 be linked for and stored to. This address is dependent on your
748 own flash usage. 749 own flash usage.
749 750
751config KEXEC
752 bool "Kexec system call (EXPERIMENTAL)"
753 depends on EXPERIMENTAL
754 help
755 kexec is a system call that implements the ability to shutdown your
756 current kernel, and to start another kernel. It is like a reboot
757 but it is indepedent of the system firmware. And like a reboot
758 you can start any kernel with it, not just Linux.
759
760 It is an ongoing process to be certain the hardware in a machine
761 is properly shutdown, so do not be surprised if this code does not
762 initially work for you. It may help to enable device hotplugging
763 support.
764
750endmenu 765endmenu
751 766
752if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX ) 767if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX )