summaryrefslogtreecommitdiffstats
path: root/config/busybox/procps/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/busybox/procps/Config.in')
-rw-r--r--config/busybox/procps/Config.in66
1 files changed, 66 insertions, 0 deletions
diff --git a/config/busybox/procps/Config.in b/config/busybox/procps/Config.in
new file mode 100644
index 000000000..9c9202505
--- /dev/null
+++ b/config/busybox/procps/Config.in
@@ -0,0 +1,66 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
+menu "Process Utilities"
+ depends on BUSYBOX
+
+config BB_CONFIG_FREE
+ bool "free"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_KILL
+ bool "kill"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_KILLALL
+ bool "killall"
+ default n
+ depends on BB_CONFIG_KILL
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_PIDOF
+ bool "pidof"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_PS
+ bool "ps"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_RENICE
+ bool "renice"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_TOP
+ bool "top"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_FEATURE_CPU_USAGE_PERCENTAGE
+ bool " Support show CPU usage percentage (add 2k bytes)"
+ default y
+ depends on BB_CONFIG_TOP
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_UPTIME
+ bool "uptime"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+endmenu
+