last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option
authorEric Andersen <andersen@codepoet.org>
Thu, 10 Oct 2002 03:44:12 +0000 (03:44 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 10 Oct 2002 03:44:12 +0000 (03:44 -0000)
procps/config.in

index be2dd09..966b115 100644 (file)
@@ -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