summaryrefslogtreecommitdiffstats
path: root/rules/psmisc.in
blob: 3d3c7a802823e028de928a6609503beedd54db92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## SECTION=shell_and_console

menuconfig PSMISC
	tristate
	select NCURSES
	prompt "psmisc                        "
	help
	  utilities that use the proc file system

if PSMISC

config PSMISC_FUSER
	bool
	prompt "fuser"
	depends on !BUSYBOX_FUSER || ALLYES

comment "BusyBox' fuser is selected!"
	depends on BUSYBOX_FUSER

config PSMISC_KILLALL
	bool
	prompt "killall"
	depends on !BUSYBOX_KILLALL || ALLYES

comment "BusyBox' killall is selected!"
	depends on BUSYBOX_KILLALL

config PSMISC_PEEKFD
	bool
	prompt "peekfd"

config PSMISC_PRTSTAT
	bool
	prompt "prtstat"

config PSMISC_PSLOG
	bool
	prompt "pslog"

config PSMISC_PSTREE
	bool
	prompt "pstree"
	depends on !BUSYBOX_PSTREE || ALLYES

comment "BusyBox' pstree is selected!"
	depends on BUSYBOX_PSTREE

endif