diff options
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 1703509649b0..83b1780a3bdc 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -367,8 +367,8 @@ config KEXEC | |||
367 | 367 | ||
368 | config CRASH_DUMP | 368 | config CRASH_DUMP |
369 | bool "Build a kdump crash kernel" | 369 | bool "Build a kdump crash kernel" |
370 | depends on PPC64 || 6xx || FSL_BOOKE | 370 | depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP && !PPC_47x) |
371 | select RELOCATABLE if PPC64 | 371 | select RELOCATABLE if PPC64 || 44x |
372 | select DYNAMIC_MEMSTART if FSL_BOOKE | 372 | select DYNAMIC_MEMSTART if FSL_BOOKE |
373 | help | 373 | help |
374 | Build a kernel suitable for use as a kdump capture kernel. | 374 | Build a kernel suitable for use as a kdump capture kernel. |