Re: [PATCH] ppc64: Enable RELOCATABLE option for CRASH_DUMP

2009-01-06 Thread Benjamin Herrenschmidt
On Mon, 2009-01-05 at 07:28 -0600, Milton Miller wrote: > Mohan wrote: > > > config CRASH_DUMP > > bool "Build a kdump crash kernel" > > - depends on (PPC64 && RELOCATABLE) || 6xx > > + depends on PPC64 || 6xx > > + select RELOCATABLE > > help > > Build

[PATCH] ppc64: Enable RELOCATABLE option for CRASH_DUMP

2009-01-06 Thread M. Mohan Kumar
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 --- arch/powerpc/Kconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/

Re: [PATCH] ppc64: Enable RELOCATABLE option for CRASH_DUMP

2009-01-05 Thread Milton Miller
Mohan wrote: config CRASH_DUMP bool "Build a kdump crash kernel" - depends on (PPC64 && RELOCATABLE) || 6xx + depends on PPC64 || 6xx + select RELOCATABLE help Build a kernel suitable for use as a kdump capture kernel. The same kernel binary

[PATCH] ppc64: Enable RELOCATABLE option for CRASH_DUMP

2009-01-02 Thread M. Mohan Kumar
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 --- arch/powerpc/Kconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/