diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 27 |
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 | ||
306 | config ARCH_S3C2410 | 306 | config 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 | ||
365 | source "arch/arm/mach-omap2/Kconfig" | 365 | source "arch/arm/mach-omap2/Kconfig" |
366 | 366 | ||
367 | source "arch/arm/plat-s3c24xx/Kconfig" | ||
368 | |||
369 | if ARCH_S3C2410 | ||
370 | source "arch/arm/mach-s3c2400/Kconfig" | ||
367 | source "arch/arm/mach-s3c2410/Kconfig" | 371 | source "arch/arm/mach-s3c2410/Kconfig" |
372 | source "arch/arm/mach-s3c2412/Kconfig" | ||
373 | source "arch/arm/mach-s3c2440/Kconfig" | ||
374 | source "arch/arm/mach-s3c2442/Kconfig" | ||
375 | source "arch/arm/mach-s3c2443/Kconfig" | ||
376 | endif | ||
368 | 377 | ||
369 | source "arch/arm/mach-lh7a40x/Kconfig" | 378 | source "arch/arm/mach-lh7a40x/Kconfig" |
370 | 379 | ||
@@ -378,7 +387,7 @@ source "arch/arm/mach-aaec2000/Kconfig" | |||
378 | 387 | ||
379 | source "arch/arm/mach-realview/Kconfig" | 388 | source "arch/arm/mach-realview/Kconfig" |
380 | 389 | ||
381 | source "arch/arm/mach-at91rm9200/Kconfig" | 390 | source "arch/arm/mach-at91/Kconfig" |
382 | 391 | ||
383 | source "arch/arm/mach-netx/Kconfig" | 392 | source "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 | ||
751 | config 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 | |||
742 | endmenu | 765 | endmenu |
743 | 766 | ||
744 | if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX ) | 767 | if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX ) |