aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig27
1 files changed, 25 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f7fa24b96eaa..195650935c78 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -304,7 +304,7 @@ config ARCH_SA1100
304 Support for StrongARM 11x0 based boards. 304 Support for StrongARM 11x0 based boards.
305 305
306config ARCH_S3C2410 306config ARCH_S3C2410
307 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442" 307 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
308 help 308 help
309 Samsung S3C2410X CPU based systems, such as the Simtec Electronics 309 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
310 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or 310 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
@@ -364,7 +364,16 @@ source "arch/arm/mach-omap1/Kconfig"
364 364
365source "arch/arm/mach-omap2/Kconfig" 365source "arch/arm/mach-omap2/Kconfig"
366 366
367source "arch/arm/plat-s3c24xx/Kconfig"
368
369if ARCH_S3C2410
370source "arch/arm/mach-s3c2400/Kconfig"
367source "arch/arm/mach-s3c2410/Kconfig" 371source "arch/arm/mach-s3c2410/Kconfig"
372source "arch/arm/mach-s3c2412/Kconfig"
373source "arch/arm/mach-s3c2440/Kconfig"
374source "arch/arm/mach-s3c2442/Kconfig"
375source "arch/arm/mach-s3c2443/Kconfig"
376endif
368 377
369source "arch/arm/mach-lh7a40x/Kconfig" 378source "arch/arm/mach-lh7a40x/Kconfig"
370 379
@@ -378,7 +387,7 @@ source "arch/arm/mach-aaec2000/Kconfig"
378 387
379source "arch/arm/mach-realview/Kconfig" 388source "arch/arm/mach-realview/Kconfig"
380 389
381source "arch/arm/mach-at91rm9200/Kconfig" 390source "arch/arm/mach-at91/Kconfig"
382 391
383source "arch/arm/mach-netx/Kconfig" 392source "arch/arm/mach-netx/Kconfig"
384 393
@@ -739,6 +748,20 @@ config XIP_PHYS_ADDR
739 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
740 own flash usage. 749 own flash usage.
741 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
742endmenu 765endmenu
743 766
744if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX ) 767if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX )