init/Kconfig: fix indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ / /' -i */Kconfig Link: http://lkml.kernel.org/r/1574306670-30234-1-git-send-email-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Cc: Jiri Kosina <trivial@kernel.org> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: David Hildenbrand <david@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
658c033565
commit
e8cf4e9ca0
76
init/Kconfig
76
init/Kconfig
|
@ -146,13 +146,13 @@ config LOCALVERSION_AUTO
|
||||||
which is done within the script "scripts/setlocalversion".)
|
which is done within the script "scripts/setlocalversion".)
|
||||||
|
|
||||||
config BUILD_SALT
|
config BUILD_SALT
|
||||||
string "Build ID Salt"
|
string "Build ID Salt"
|
||||||
default ""
|
default ""
|
||||||
help
|
help
|
||||||
The build ID is used to link binaries and their debug info. Setting
|
The build ID is used to link binaries and their debug info. Setting
|
||||||
this option will use the value in the calculation of the build id.
|
this option will use the value in the calculation of the build id.
|
||||||
This is mostly useful for distributions which want to ensure the
|
This is mostly useful for distributions which want to ensure the
|
||||||
build is unique between builds. It's safe to leave the default.
|
build is unique between builds. It's safe to leave the default.
|
||||||
|
|
||||||
config HAVE_KERNEL_GZIP
|
config HAVE_KERNEL_GZIP
|
||||||
bool
|
bool
|
||||||
|
@ -818,7 +818,7 @@ menuconfig CGROUPS
|
||||||
if CGROUPS
|
if CGROUPS
|
||||||
|
|
||||||
config PAGE_COUNTER
|
config PAGE_COUNTER
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config MEMCG
|
config MEMCG
|
||||||
bool "Memory controller"
|
bool "Memory controller"
|
||||||
|
@ -1311,9 +1311,9 @@ menuconfig EXPERT
|
||||||
select DEBUG_KERNEL
|
select DEBUG_KERNEL
|
||||||
help
|
help
|
||||||
This option allows certain base kernel options and settings
|
This option allows certain base kernel options and settings
|
||||||
to be disabled or tweaked. This is for specialized
|
to be disabled or tweaked. This is for specialized
|
||||||
environments which can tolerate a "non-standard" kernel.
|
environments which can tolerate a "non-standard" kernel.
|
||||||
Only use this if you really know what you are doing.
|
Only use this if you really know what you are doing.
|
||||||
|
|
||||||
config UID16
|
config UID16
|
||||||
bool "Enable 16-bit UID system calls" if EXPERT
|
bool "Enable 16-bit UID system calls" if EXPERT
|
||||||
|
@ -1406,11 +1406,11 @@ config BUG
|
||||||
bool "BUG() support" if EXPERT
|
bool "BUG() support" if EXPERT
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Disabling this option eliminates support for BUG and WARN, reducing
|
Disabling this option eliminates support for BUG and WARN, reducing
|
||||||
the size of your kernel image and potentially quietly ignoring
|
the size of your kernel image and potentially quietly ignoring
|
||||||
numerous fatal conditions. You should only consider disabling this
|
numerous fatal conditions. You should only consider disabling this
|
||||||
option for embedded systems with no facilities for reporting errors.
|
option for embedded systems with no facilities for reporting errors.
|
||||||
Just say Y.
|
Just say Y.
|
||||||
|
|
||||||
config ELF_CORE
|
config ELF_CORE
|
||||||
depends on COREDUMP
|
depends on COREDUMP
|
||||||
|
@ -1426,8 +1426,8 @@ config PCSPKR_PLATFORM
|
||||||
select I8253_LOCK
|
select I8253_LOCK
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This option allows to disable the internal PC-Speaker
|
This option allows to disable the internal PC-Speaker
|
||||||
support, saving some memory.
|
support, saving some memory.
|
||||||
|
|
||||||
config BASE_FULL
|
config BASE_FULL
|
||||||
default y
|
default y
|
||||||
|
@ -1545,29 +1545,29 @@ config MEMBARRIER
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
config KALLSYMS
|
config KALLSYMS
|
||||||
bool "Load all symbols for debugging/ksymoops" if EXPERT
|
bool "Load all symbols for debugging/ksymoops" if EXPERT
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Say Y here to let the kernel print out symbolic crash information and
|
Say Y here to let the kernel print out symbolic crash information and
|
||||||
symbolic stack backtraces. This increases the size of the kernel
|
symbolic stack backtraces. This increases the size of the kernel
|
||||||
somewhat, as all symbols have to be loaded into the kernel image.
|
somewhat, as all symbols have to be loaded into the kernel image.
|
||||||
|
|
||||||
config KALLSYMS_ALL
|
config KALLSYMS_ALL
|
||||||
bool "Include all symbols in kallsyms"
|
bool "Include all symbols in kallsyms"
|
||||||
depends on DEBUG_KERNEL && KALLSYMS
|
depends on DEBUG_KERNEL && KALLSYMS
|
||||||
help
|
help
|
||||||
Normally kallsyms only contains the symbols of functions for nicer
|
Normally kallsyms only contains the symbols of functions for nicer
|
||||||
OOPS messages and backtraces (i.e., symbols from the text and inittext
|
OOPS messages and backtraces (i.e., symbols from the text and inittext
|
||||||
sections). This is sufficient for most cases. And only in very rare
|
sections). This is sufficient for most cases. And only in very rare
|
||||||
cases (e.g., when a debugger is used) all symbols are required (e.g.,
|
cases (e.g., when a debugger is used) all symbols are required (e.g.,
|
||||||
names of variables from the data sections, etc).
|
names of variables from the data sections, etc).
|
||||||
|
|
||||||
This option makes sure that all symbols are loaded into the kernel
|
This option makes sure that all symbols are loaded into the kernel
|
||||||
image (i.e., symbols from all sections) in cost of increased kernel
|
image (i.e., symbols from all sections) in cost of increased kernel
|
||||||
size (depending on the kernel configuration, it may be 300KiB or
|
size (depending on the kernel configuration, it may be 300KiB or
|
||||||
something like this).
|
something like this).
|
||||||
|
|
||||||
Say N unless you really need all symbols.
|
Say N unless you really need all symbols.
|
||||||
|
|
||||||
config KALLSYMS_ABSOLUTE_PERCPU
|
config KALLSYMS_ABSOLUTE_PERCPU
|
||||||
bool
|
bool
|
||||||
|
@ -1710,12 +1710,12 @@ config DEBUG_PERF_USE_VMALLOC
|
||||||
depends on PERF_EVENTS && DEBUG_KERNEL && !PPC
|
depends on PERF_EVENTS && DEBUG_KERNEL && !PPC
|
||||||
select PERF_USE_VMALLOC
|
select PERF_USE_VMALLOC
|
||||||
help
|
help
|
||||||
Use vmalloc memory to back perf mmap() buffers.
|
Use vmalloc memory to back perf mmap() buffers.
|
||||||
|
|
||||||
Mostly useful for debugging the vmalloc code on platforms
|
Mostly useful for debugging the vmalloc code on platforms
|
||||||
that don't require it.
|
that don't require it.
|
||||||
|
|
||||||
Say N if unsure.
|
Say N if unsure.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue