summaryrefslogtreecommitdiffstats
path: root/rules/rtps.in
blob: 4db4bd36e9454ae6acd38ac693a0cba45cb19fa2 (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
	prompt "rtps"
	select PROCPS
	select PROCPS_PS
	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