diff options
author | Marcin Nowakowski <marcin.nowakowski@imgtec.com> | 2016-12-02 09:58:29 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-01-03 16:34:44 +0100 |
commit | bff323d5653cf0ad83391b5a5f4ec7cc32acad1a (patch) | |
tree | c745b37df68006f11e1c8f4cd85ca17c6851ffab /arch/mips/Kconfig | |
parent | c83c2eed67e578576acf08611bfb630bd199714b (diff) |
MIPS: Kconfig: Fix indentation for kexec-related entries
Kconfig entries are not aligned properly, so remove incorrect whitespace.
Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14631/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 6ed1a0af33e9..ffd2f67b1aa2 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2828,8 +2828,8 @@ config KEXEC made. config CRASH_DUMP - bool "Kernel crash dumps" - help + bool "Kernel crash dumps" + help Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into @@ -2839,11 +2839,11 @@ config CRASH_DUMP PHYSICAL_START. config PHYSICAL_START - hex "Physical address where the kernel is loaded" - default "0xffffffff84000000" if 64BIT - default "0x84000000" if 32BIT - depends on CRASH_DUMP - help + hex "Physical address where the kernel is loaded" + default "0xffffffff84000000" if 64BIT + default "0x84000000" if 32BIT + depends on CRASH_DUMP + help This gives the CKSEG0 or KSEG0 address where the kernel is loaded. If you plan to use kernel for capturing the crash dump change this value to start of the reserved region (the "X" value as |