summaryrefslogtreecommitdiffstats
path: root/rules/procps.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 16:27:29 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 16:27:29 +0000
commit84b12e374b83af064a94a556941f4aece7a28e55 (patch)
tree22ec2ee4bdaf7825a3da3c3709b50f50eae376cb /rules/procps.in
parent6a99862df67668c49eed986c063d5688c8aa7c37 (diff)
downloadptxdist-84b12e374b83af064a94a556941f4aece7a28e55.tar.gz
ptxdist-84b12e374b83af064a94a556941f4aece7a28e55.tar.xz
* : tristate changes p-q.in
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8325 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/procps.in')
-rw-r--r--rules/procps.in15
1 files changed, 5 insertions, 10 deletions
diff --git a/rules/procps.in b/rules/procps.in
index 05b5e3dad..1f091f34d 100644
--- a/rules/procps.in
+++ b/rules/procps.in
@@ -1,45 +1,42 @@
menuconfig PROCPS
- bool "procps "
+ tristate
+ prompt "procps "
select NCURSES
help
The procps package contains a set of system utilities that provide
system information.
+if PROCPS
+
config PROCPS_TOP
bool
prompt "top"
- depends on PROCPS
depends on !BB_CONFIG_TOP
help
FIXME: This item needs to be documented
comment "top is disabled by busybox top"
- depends on PROCPS
depends on BB_CONFIG_TOP
config PROCPS_SLABTOP
bool
prompt "slabtop"
- depends on PROCPS
help
display kernel slab cache information in real time
config PROCPS_SYSCTL
bool
prompt "sysctl"
- depends on PROCPS
depends on !BB_CONFIG_SYSCTL
help
configure kernel parameters at runtime
comment "sysctl is disabled by busybox sysctl"
- depends on PROCPS
depends on BB_CONFIG_SYSCTL
config PROCPS_PS
bool
prompt "ps"
- depends on PROCPS
depends on !BB_CONFIG_PS
help
ps stands for process status. With this command you
@@ -47,19 +44,17 @@ config PROCPS_PS
the system
comment "ps is disabled by busybox ps"
- depends on PROCPS
depends on BB_CONFIG_PS
config PROCPS_W
bool
prompt "w"
- depends on PROCPS
help
Show who is logged on and what they are doing.
config PROCPS_PGREP
bool
prompt "pgrep"
- depends on PROCPS
help
look up processes based on name and other attributes
+endif