diff options
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in index f041b5d..2bd3cd2 100644 --- a/procps/Config.in +++ b/procps/Config.in @@ -128,6 +128,13 @@ config FEATURE_TOP_DECIMALS help Show 1/10th of a percent in CPU/mem statistics. +config FEATURE_TOPMEM + bool "topmem" + default n + depends on TOP + help + Enable 's' in top (gives lots of memory info) + config UPTIME bool "uptime" default n |