Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/47x: Enable CRASH_DUMP

Now that we have KEXEC and relocatable kernel working on 47x (!SMP)
enable CRASH_DUMP.

Signed-off-by: Suzuki K. Poulose <suzuki@in.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>

authored by

Suzuki Poulose and committed by
Josh Boyer
47da4219 68343020

+1 -1
+1 -1
arch/powerpc/Kconfig
··· 370 370 371 371 config CRASH_DUMP 372 372 bool "Build a kdump crash kernel" 373 - depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP && !PPC_47x) 373 + depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) 374 374 select RELOCATABLE if PPC64 || 44x 375 375 select DYNAMIC_MEMSTART if FSL_BOOKE 376 376 help