aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-10-12 13:23:29 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2021-10-12 13:23:29 +0200
commit94c78aa0b91f2150bd038866addf3d0ee69474a8 (patch)
treec114f2e6a36cf0806a24aaa620157f5a480e5d4f /procps/Config.src
parent7c3e96d4b3d419d76f97e17d42a4401ee685b7ec (diff)
downloadbusybox-w32-94c78aa0b91f2150bd038866addf3d0ee69474a8.tar.gz
busybox-w32-94c78aa0b91f2150bd038866addf3d0ee69474a8.tar.bz2
busybox-w32-94c78aa0b91f2150bd038866addf3d0ee69474a8.zip
config system: move some options closer to relevalnt tool subdirectories
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/Config.src')
-rw-r--r--procps/Config.src9
1 files changed, 8 insertions, 1 deletions
diff --git a/procps/Config.src b/procps/Config.src
index 2b1b8ab11..7fcce98c5 100644
--- a/procps/Config.src
+++ b/procps/Config.src
@@ -5,7 +5,12 @@
5 5
6menu "Process Utilities" 6menu "Process Utilities"
7 7
8INSERT 8config FEATURE_FAST_TOP
9 bool "Faster /proc scanning code (+100 bytes)"
10 default n # all "fast or small" options default to small
11 help
12 This option makes top and ps ~20% faster (or 20% less CPU hungry),
13 but code size is slightly bigger.
9 14
10config FEATURE_SHOW_THREADS 15config FEATURE_SHOW_THREADS
11 bool "Support thread display in ps/pstree/top" 16 bool "Support thread display in ps/pstree/top"
@@ -15,4 +20,6 @@ config FEATURE_SHOW_THREADS
15 Enables the ps -T option, showing of threads in pstree, 20 Enables the ps -T option, showing of threads in pstree,
16 and 'h' command in top. 21 and 'h' command in top.
17 22
23INSERT
24
18endmenu 25endmenu