diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 79f25cef32df..acda55199f55 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -326,7 +326,8 @@ config KEXEC | |||
326 | 326 | ||
327 | config CRASH_DUMP | 327 | config CRASH_DUMP |
328 | bool "Build a kdump crash kernel" | 328 | bool "Build a kdump crash kernel" |
329 | depends on (PPC64 && RELOCATABLE) || 6xx | 329 | depends on PPC64 || 6xx |
330 | select RELOCATABLE if PPC64 | ||
330 | help | 331 | help |
331 | Build a kernel suitable for use as a kdump capture kernel. | 332 | Build a kernel suitable for use as a kdump capture kernel. |
332 | The same kernel binary can be used as production kernel and dump | 333 | The same kernel binary can be used as production kernel and dump |