Browse Source

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>
Suzuki Poulose 13 years ago
parent
commit
47da421981
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/Kconfig

+ 1 - 1
arch/powerpc/Kconfig

@@ -370,7 +370,7 @@ config KEXEC
 
 config CRASH_DUMP
 	bool "Build a kdump crash kernel"
-	depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP && !PPC_47x)
+	depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP)
 	select RELOCATABLE if PPC64 || 44x
 	select DYNAMIC_MEMSTART if FSL_BOOKE
 	help