diff options
| author | Haren Myneni <haren@us.ibm.com> | 2006-01-14 16:48:25 -0500 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-01-15 00:50:04 -0500 |
| commit | e8625d463560198cff7cb3eb22886c47d728d501 (patch) | |
| tree | 091fe29965fd745d9614efff76bf1e7322a11e44 | |
| parent | 4683b54c1dae749a0fb8d8ec46d84dd4fefe41d3 (diff) | |
[PATCH] powerpc: Kconfig changes for CRASH_DUMP
Noticed in 2.6.15-git9 that CRASH_DUMP option is moved to top level.
Moved CRASH_DUMP into "kernel options" next to KEXEC and this config
option supports only for PPC64 at this time.
Signed-off-by: Haren Myneni <haren@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
| -rw-r--r-- | arch/powerpc/Kconfig | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 01feed0e2a15..df338c5cc910 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -78,17 +78,6 @@ config PPC_UDBG_16550 | |||
| 78 | bool | 78 | bool |
| 79 | default n | 79 | default n |
| 80 | 80 | ||
| 81 | config CRASH_DUMP | ||
| 82 | bool "kernel crash dumps (EXPERIMENTAL)" | ||
| 83 | depends on PPC_MULTIPLATFORM | ||
| 84 | depends on EXPERIMENTAL | ||
| 85 | help | ||
| 86 | Build a kernel suitable for use as a kdump capture kernel. | ||
| 87 | The kernel will be linked at a different address than normal, and | ||
| 88 | so can only be used for Kdump. | ||
| 89 | |||
| 90 | Don't change this unless you know what you are doing. | ||
| 91 | |||
| 92 | config GENERIC_TBSYNC | 81 | config GENERIC_TBSYNC |
| 93 | bool | 82 | bool |
| 94 | default y if PPC32 && SMP | 83 | default y if PPC32 && SMP |
| @@ -584,6 +573,16 @@ config KEXEC | |||
| 584 | support. As of this writing the exact hardware interface is | 573 | support. As of this writing the exact hardware interface is |
| 585 | strongly in flux, so no good recommendation can be made. | 574 | strongly in flux, so no good recommendation can be made. |
| 586 | 575 | ||
| 576 | config CRASH_DUMP | ||
| 577 | bool "kernel crash dumps (EXPERIMENTAL)" | ||
| 578 | depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL | ||
| 579 | help | ||
| 580 | Build a kernel suitable for use as a kdump capture kernel. | ||
| 581 | The kernel will be linked at a different address than normal, and | ||
| 582 | so can only be used for Kdump. | ||
| 583 | |||
| 584 | Don't change this unless you know what you are doing. | ||
| 585 | |||
| 587 | config EMBEDDEDBOOT | 586 | config EMBEDDEDBOOT |
| 588 | bool | 587 | bool |
| 589 | depends on 8xx || 8260 | 588 | depends on 8xx || 8260 |
