summaryrefslogtreecommitdiffstats
path: root/config/Config-kernel.in
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-09-13 20:27:25 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-09-13 20:27:25 +0000
commitbdeda10f1cc45c7399c0033161c1f5382c5607f8 (patch)
treeec4513acced10367cb9d85123cae66b5a1f0e927 /config/Config-kernel.in
parent40dde1ca6721037639bc1aeae456f58963c36374 (diff)
downloadmaster-31e0f0ae-bdeda10f1cc45c7399c0033161c1f5382c5607f8.tar.gz
master-31e0f0ae-bdeda10f1cc45c7399c0033161c1f5382c5607f8.tar.bz2
master-31e0f0ae-bdeda10f1cc45c7399c0033161c1f5382c5607f8.zip
Kconfig: Various typo/grammar/line-length fixes in Config*.in files
Non-functional changes to config/Config-*.in files, including: * spelling mistakes * inconsistent terminology * grammar * overly long lines in "help" components Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> SVN-Revision: 42519
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r--config/Config-kernel.in31
1 files changed, 16 insertions, 15 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 53bdc26eef..51cc31f515 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -18,12 +18,13 @@ config KERNEL_SWAP
default y
config KERNEL_DEBUG_FS
- bool "Compile the kernel with Debug FileSystem enabled"
+ bool "Compile the kernel with debug filesystem enabled"
default y
help
debugfs is a virtual file system that kernel developers use to put
debugging files into. Enable this option to be able to read and
- write to these files.
+ write to these files. Many common debugging facilities, such as
+ ftrace, require the existence of debugfs.
config KERNEL_PERF_EVENTS
bool
@@ -41,7 +42,7 @@ config KERNEL_KALLSYMS
bool "Compile the kernel with symbol table information"
default y
help
- This will give you more information in stack traces from kernel oopses
+ This will give you more information in stack traces from kernel oopses.
config KERNEL_FTRACE
bool "Compile the kernel with tracing support"
@@ -79,7 +80,7 @@ config KERNEL_DEBUG_LL
depends on arm
select KERNEL_DEBUG_LL_UART_NONE
help
- ARM low level debugging
+ ARM low level debugging.
config KERNEL_DYNAMIC_DEBUG
bool "Compile the kernel with dynamic printk"
@@ -100,9 +101,8 @@ config KERNEL_EARLY_PRINTK
select KERNEL_DEBUG_KERNEL
select KERNEL_DEBUG_LL if arm
help
- Compile the kernel with early printk support.
- This is only useful for debugging purposes to send messages
- over the serial console in early boot.
+ Compile the kernel with early printk support. This is only useful for
+ debugging purposes to send messages over the serial console in early boot.
Enable this to debug early boot problems.
config KERNEL_AIO
@@ -244,11 +244,11 @@ if KERNEL_CGROUPS
usage tracking struct at boot. Total amount of this is printed out
at boot.
- Only enable when you're ok with these trade offs and really
+ Only enable when you're ok with these tradeoffs and really
sure you need the memory resource controller. Even when you enable
this, you can set "cgroup_disable=memory" at your boot option to
- disable memory resource controller and you can avoid overheads.
- (and lose benefits of memory resource controller)
+ disable memory resource controller and you can avoid overheads
+ (but lose benefits of memory resource controller).
This config option also selects MM_OWNER config option, which
could in turn add some fork/exit overhead.
@@ -282,8 +282,9 @@ if KERNEL_CGROUPS
which want to enable the feature but keep it disabled by default
and let the user enable it by swapaccount boot command line
parameter should have this option unselected.
- For those who want to have the feature enabled by default should
- select this option (if, for some reason, they need to disable it
+
+ Those who want to have the feature enabled by default should
+ select this option (if, for some reason, they need to disable it,
then swapaccount=0 does the trick).
@@ -395,14 +396,14 @@ if KERNEL_NAMESPACES
bool "UTS namespace"
default y
help
- In this namespace tasks see different info provided
- with the uname() system call
+ In this namespace, tasks see different info provided
+ with the uname() system call.
config KERNEL_IPC_NS
bool "IPC namespace"
default y
help
- In this namespace tasks work with IPC ids which correspond to
+ In this namespace, tasks work with IPC ids which correspond to
different IPC objects in different namespaces.
config KERNEL_USER_NS