aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-10 03:44:12 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-10 03:44:12 +0000
commit1bb1e83454a2177bad14a865b01532d3fceff89b (patch)
treebb1885f63dad20e0bef4ed9c500207951f62c44f /procps
parentadb058b0debef0363b7a47dabff7ec212b90bd30 (diff)
downloadbusybox-1bb1e83454a2177bad14a865b01532d3fceff89b.tar.gz
last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option
Diffstat (limited to 'procps')
-rw-r--r--procps/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/procps/config.in b/procps/config.in
index be2dd090e..966b11524 100644
--- a/procps/config.in
+++ b/procps/config.in
@@ -19,6 +19,9 @@ if [ "$CONFIG_PS" = "y" ] ; then
fi
bool 'renice' CONFIG_RENICE
bool 'top' CONFIG_TOP
+if [ "$CONFIG_TOP" = "y" ] ; then
+ bool ' Support show CPU usage percentage (add 2k bytes)' FEATURE_CPU_USAGE_PERCENTAGE
+fi
bool 'uptime' CONFIG_UPTIME
endmenu