summaryrefslogtreecommitdiffstats
path: root/rules/rtps.in
blob: 394e8d2cc6833d34b4deb225635ac1a7f5549e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=debug_tools

config RTPS
	tristate
	depends on !BUSYBOX_PS || ALLYES
	prompt "rtps"
	select PROCPS		if RUNTIME
	select PROCPS_PS	if RUNTIME
	help
	  display (rt-) information about the active processes

	  this is just a wrapper around ps (from the procps package)
	  with the "right" parameters

comment "busybox's ps is enabled: rtps disabled"
	depends on BUSYBOX_PS