From 1bb1e83454a2177bad14a865b01532d3fceff89b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 Oct 2002 03:44:12 +0000 Subject: last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option --- procps/config.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3