summaryrefslogtreecommitdiff
path: root/busybox-procps.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-procps.kconfig')
-rw-r--r--busybox-procps.kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/busybox-procps.kconfig b/busybox-procps.kconfig
index aefe09b..12a3a9a 100644
--- a/busybox-procps.kconfig
+++ b/busybox-procps.kconfig
@@ -97,7 +97,7 @@ config KEMBTK_BUSYB_FEATURE_PS_TIME
config KEMBTK_BUSYB_FEATURE_PS_ADDITIONAL_COLUMNS
bool "Enable additional ps columns"
depends on KEMBTK_BUSYB_PS && KEMBTK_BUSYB_DESKTOP
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
Support -o rgroup, -o ruser, -o nice output specifiers.
@@ -168,6 +168,13 @@ config KEMBTK_BUSYB_FEATURE_TOPMEM
help
Enable 's' in top (gives lots of memory info).
+config KEMBTK_BUSYB_FEATURE_SHOW_THREADS
+ bool "Support for showing threads in ps/top"
+ depends on KEMBTK_BUSYB_PS || KEMBTK_BUSYB_TOP
+ depends on EMBTK_BB_VERSION_1_16_X
+ help
+ Enables ps -T option and 'h' command in top
+
config KEMBTK_BUSYB_UPTIME
bool "uptime"
help
@@ -181,4 +188,3 @@ config KEMBTK_BUSYB_WATCH
watch is used to execute a program periodically, showing
output to the screen.
-