[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>

authored by Haren Myneni and committed by Paul Mackerras e8625d46 4683b54c

+10 -11
+10 -11
arch/powerpc/Kconfig
··· 78 78 bool 79 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 81 config GENERIC_TBSYNC 93 82 bool 94 83 default y if PPC32 && SMP ··· 572 583 initially work for you. It may help to enable device hotplugging 573 584 support. As of this writing the exact hardware interface is 574 585 strongly in flux, so no good recommendation can be made. 586 + 587 + config CRASH_DUMP 588 + bool "kernel crash dumps (EXPERIMENTAL)" 589 + depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL 590 + help 591 + Build a kernel suitable for use as a kdump capture kernel. 592 + The kernel will be linked at a different address than normal, and 593 + so can only be used for Kdump. 594 + 595 + Don't change this unless you know what you are doing. 575 596 576 597 config EMBEDDEDBOOT 577 598 bool