Skip to content
Snippets Groups Projects
Commit c6ac71a1 authored by Mohan Kumar M's avatar Mohan Kumar M Committed by Benjamin Herrenschmidt
Browse files

powerpc: Enable RELOCATABLE option for CRASH_DUMP


Enable RELOCATABLE option if user selects CRASH_DUMP option. Without this
patch user has to first select RELOCATABLE option and then has to enable
CRASH_DUMP option.

Signed-off-by: default avatarM. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent d6a09e0c
No related branches found
No related tags found
No related merge requests found
...@@ -326,7 +326,8 @@ config KEXEC ...@@ -326,7 +326,8 @@ config KEXEC
config CRASH_DUMP config CRASH_DUMP
bool "Build a kdump crash kernel" bool "Build a kdump crash kernel"
depends on (PPC64 && RELOCATABLE) || 6xx depends on PPC64 || 6xx
select RELOCATABLE if PPC64
help help
Build a kernel suitable for use as a kdump capture kernel. Build a kernel suitable for use as a kdump capture kernel.
The same kernel binary can be used as production kernel and dump The same kernel binary can be used as production kernel and dump
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment