Skip to content

Commit

Permalink
powerpc: Enable RELOCATABLE option for CRASH_DUMP
Browse files Browse the repository at this point in the history
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: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Mohan Kumar M authored and Benjamin Herrenschmidt committed Jan 8, 2009
1 parent d6a09e0 commit c6ac71a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ config KEXEC

config CRASH_DUMP
bool "Build a kdump crash kernel"
depends on (PPC64 && RELOCATABLE) || 6xx
depends on PPC64 || 6xx
select RELOCATABLE if PPC64
help
Build a kernel suitable for use as a kdump capture kernel.
The same kernel binary can be used as production kernel and dump
Expand Down

0 comments on commit c6ac71a

Please sign in to comment.