aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index e588bac91059..38786c821e98 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -370,7 +370,7 @@ config KEXEC
370 370
371config CRASH_DUMP 371config CRASH_DUMP
372 bool "Build a kdump crash kernel" 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 select RELOCATABLE if PPC64 || 44x 374 select RELOCATABLE if PPC64 || 44x
375 select DYNAMIC_MEMSTART if FSL_BOOKE 375 select DYNAMIC_MEMSTART if FSL_BOOKE
376 help 376 help