aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'procps/Config.src')
-rw-r--r--procps/Config.src10
1 files changed, 9 insertions, 1 deletions
diff --git a/procps/Config.src b/procps/Config.src
index 570b026da..5cd47c84f 100644
--- a/procps/Config.src
+++ b/procps/Config.src
@@ -90,12 +90,20 @@ config PS
90config FEATURE_PS_WIDE 90config FEATURE_PS_WIDE
91 bool "Enable wide output option (-w)" 91 bool "Enable wide output option (-w)"
92 default y 92 default y
93 depends on PS 93 depends on PS && !DESKTOP
94 help 94 help
95 Support argument 'w' for wide output. 95 Support argument 'w' for wide output.
96 If given once, 132 chars are printed, and if given more 96 If given once, 132 chars are printed, and if given more
97 than once, the length is unlimited. 97 than once, the length is unlimited.
98 98
99config FEATURE_PS_LONG
100 bool "Enable long output option (-l)"
101 default y
102 depends on PS && !DESKTOP
103 help
104 Support argument 'l' for long output.
105 Adds fields PPID, RSS, START, TIME & TTY
106
99config FEATURE_PS_TIME 107config FEATURE_PS_TIME
100 bool "Enable time and elapsed time output" 108 bool "Enable time and elapsed time output"
101 default y 109 default y