summaryrefslogtreecommitdiff
path: root/busybox-procps.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
commit1caedd37842349f5717f565c07d340d3e2995e88 (patch)
treef0f56635d7bb8c5cff0422841240ee6fa93bb948 /busybox-procps.kconfig
parent743316f4bdb283d6bc6df3e310f54d688ac15cb3 (diff)
downloadembtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.gz
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.bz2
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.xz
Remove useless default on some kconfig symbols
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-procps.kconfig')
-rw-r--r--busybox-procps.kconfig24
1 files changed, 0 insertions, 24 deletions
diff --git a/busybox-procps.kconfig b/busybox-procps.kconfig
index 702442a..2e6633d 100644
--- a/busybox-procps.kconfig
+++ b/busybox-procps.kconfig
@@ -7,7 +7,6 @@ menu "Process Utilities"
config FREE
bool "free"
- default n
help
free displays the total amount of free and used physical and swap
memory in the system, as well as the buffers used by the kernel.
@@ -15,7 +14,6 @@ config FREE
config FUSER
bool "fuser"
- default n
help
fuser lists all PIDs (Process IDs) that currently have a given
file open. fuser can also list all PIDs that have a given network
@@ -23,7 +21,6 @@ config FUSER
config KILL
bool "kill"
- default n
help
The command kill sends the specified signal to the specified
process or process group. If no signal is specified, the TERM
@@ -31,7 +28,6 @@ config KILL
config KILLALL
bool "killall"
- default n
depends on KILL
help
killall sends a signal to all processes running any of the
@@ -40,38 +36,32 @@ config KILLALL
config KILLALL5
bool "killall5"
- default n
depends on KILL
config NMETER
bool "nmeter"
- default n
help
Prints selected system stats continuously, one line per update.
config PGREP
bool "pgrep"
- default n
help
Look for processes by name.
config PIDOF
bool "pidof"
- default n
help
Pidof finds the process id's (pids) of the named programs. It prints
those id's on the standard output.
config FEATURE_PIDOF_SINGLE
bool "Enable argument for single shot (-s)"
- default n
depends on PIDOF
help
Support argument '-s' for returning only the first pid found.
config FEATURE_PIDOF_OMIT
bool "Enable argument for omitting pids (-o)"
- default n
depends on PIDOF
help
Support argument '-o' for omitting the given pids in output.
@@ -80,19 +70,16 @@ config FEATURE_PIDOF_OMIT
config PKILL
bool "pkill"
- default n
help
Send signals to processes by name.
config PS
bool "ps"
- default n
help
ps gives a snapshot of the current processes.
config FEATURE_PS_WIDE
bool "Enable argument for wide output (-w)"
- default n
depends on PS
help
Support argument 'w' for wide output.
@@ -101,14 +88,12 @@ config FEATURE_PS_WIDE
config FEATURE_PS_TIME
bool "Enable time and elapsed time output"
- default n
depends on PS && DESKTOP
help
Support -o time and -o etime output specifiers.
config FEATURE_PS_UNUSUAL_SYSTEMS
bool "Support Linux prior to 2.4.0 and non-ELF systems"
- default n
depends on FEATURE_PS_TIME
help
Include support for measuring HZ on old kernels and non-ELF systems
@@ -116,20 +101,17 @@ config FEATURE_PS_UNUSUAL_SYSTEMS
config RENICE
bool "renice"
- default n
help
Renice alters the scheduling priority of one or more running
processes.
config BB_SYSCTL
bool "sysctl"
- default n
help
Configure kernel parameters at runtime.
config TOP
bool "top"
- default n
help
The top program provides a dynamic real-time view of a running
system.
@@ -152,7 +134,6 @@ config FEATURE_TOP_CPU_GLOBAL_PERCENTS
config FEATURE_TOP_SMP_CPU
bool "SMP CPU usage display ('c' key)"
- default n
depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS
help
Allow 'c' key to switch between individual/cumulative CPU stats
@@ -160,7 +141,6 @@ config FEATURE_TOP_SMP_CPU
config FEATURE_TOP_DECIMALS
bool "Show 1/10th of a percent in CPU/mem statistics"
- default n
depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
help
Show 1/10th of a percent in CPU/mem statistics.
@@ -168,7 +148,6 @@ config FEATURE_TOP_DECIMALS
config FEATURE_TOP_SMP_PROCESS
bool "Show CPU process runs on ('j' field)"
- default n
depends on TOP
help
Show CPU where process was last found running on.
@@ -176,14 +155,12 @@ config FEATURE_TOP_SMP_PROCESS
config FEATURE_TOPMEM
bool "Topmem command ('s' key)"
- default n
depends on TOP
help
Enable 's' in top (gives lots of memory info).
config UPTIME
bool "uptime"
- default n
help
uptime gives a one line display of the current time, how long
the system has been running, how many users are currently logged
@@ -191,7 +168,6 @@ config UPTIME
config WATCH
bool "watch"
- default n
help
watch is used to execute a program periodically, showing
output to the screen.