diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 5122a67e6ffa..525c13a4de93 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -19,9 +19,6 @@ config WORD_SIZE | |||
19 | default 64 if PPC64 | 19 | default 64 if PPC64 |
20 | default 32 if !PPC64 | 20 | default 32 if !PPC64 |
21 | 21 | ||
22 | config PPC_MERGE | ||
23 | def_bool y | ||
24 | |||
25 | config ARCH_PHYS_ADDR_T_64BIT | 22 | config ARCH_PHYS_ADDR_T_64BIT |
26 | def_bool PPC64 || PHYS_64BIT | 23 | def_bool PPC64 || PHYS_64BIT |
27 | 24 | ||
@@ -325,13 +322,11 @@ config KEXEC | |||
325 | 322 | ||
326 | config CRASH_DUMP | 323 | config CRASH_DUMP |
327 | bool "Build a kdump crash kernel" | 324 | bool "Build a kdump crash kernel" |
328 | depends on PPC_MULTIPLATFORM && PPC64 | 325 | depends on PPC_MULTIPLATFORM && PPC64 && RELOCATABLE |
329 | help | 326 | help |
330 | Build a kernel suitable for use as a kdump capture kernel. | 327 | Build a kernel suitable for use as a kdump capture kernel. |
331 | The kernel will be linked at a different address than normal, and | 328 | The same kernel binary can be used as production kernel and dump |
332 | so can only be used for Kdump. | 329 | capture kernel. |
333 | |||
334 | Don't change this unless you know what you are doing. | ||
335 | 330 | ||
336 | config PHYP_DUMP | 331 | config PHYP_DUMP |
337 | bool "Hypervisor-assisted dump (EXPERIMENTAL)" | 332 | bool "Hypervisor-assisted dump (EXPERIMENTAL)" |
@@ -831,11 +826,9 @@ config PAGE_OFFSET | |||
831 | default "0xc000000000000000" | 826 | default "0xc000000000000000" |
832 | config KERNEL_START | 827 | config KERNEL_START |
833 | hex | 828 | hex |
834 | default "0xc000000002000000" if CRASH_DUMP | ||
835 | default "0xc000000000000000" | 829 | default "0xc000000000000000" |
836 | config PHYSICAL_START | 830 | config PHYSICAL_START |
837 | hex | 831 | hex |
838 | default "0x02000000" if CRASH_DUMP | ||
839 | default "0x00000000" | 832 | default "0x00000000" |
840 | endif | 833 | endif |
841 | 834 | ||