summaryrefslogtreecommitdiff
path: root/package/busybox/config/procps/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-22 22:46:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-22 22:46:01 +0200
commit34d2b54db29ec5878f98f5f4c5f2a077946f1b93 (patch)
tree58e30a3a2dc5de4de6f344e542cb69631f2cf1e6 /package/busybox/config/procps/Config.in
parent695f6dab7eba79a3b1fb34a501cacd671df4fbb8 (diff)
sync busybox config
Diffstat (limited to 'package/busybox/config/procps/Config.in')
-rw-r--r--package/busybox/config/procps/Config.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in
index c0c600b4e..ec2c8cfaa 100644
--- a/package/busybox/config/procps/Config.in
+++ b/package/busybox/config/procps/Config.in
@@ -57,21 +57,21 @@ config BUSYBOX_PGREP
config BUSYBOX_PIDOF
bool "pidof"
- default y
+ default n
help
Pidof finds the process id's (pids) of the named programs. It prints
those id's on the standard output.
config BUSYBOX_FEATURE_PIDOF_SINGLE
bool "Enable argument for single shot (-s)"
- default y
+ default n
depends on BUSYBOX_PIDOF
help
Support argument '-s' for returning only the first pid found.
config BUSYBOX_FEATURE_PIDOF_OMIT
bool "Enable argument for omitting pids (-o)"
- default y
+ default n
depends on BUSYBOX_PIDOF
help
Support argument '-o' for omitting the given pids in output.
@@ -188,6 +188,13 @@ config BUSYBOX_FEATURE_TOPMEM
help
Enable 's' in top (gives lots of memory info).
+config BUSYBOX_FEATURE_SHOW_THREADS
+ bool "Support for showing threads in ps/top"
+ default y
+ depends on BUSYBOX_PS || BUSYBOX_TOP
+ help
+ Enables ps -T option and 'h' command in top
+
config BUSYBOX_UPTIME
bool "uptime"
default y
@@ -203,5 +210,4 @@ config BUSYBOX_WATCH
watch is used to execute a program periodically, showing
output to the screen.
-
endmenu