summaryrefslogtreecommitdiffstats
path: root/rules/psmisc.in
blob: 1c3a6141425c783b3ce4aff2b7dd44b9b0013d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=shell_and_console

config PSMISC
	tristate
	depends on ( !BUSYBOX_FUSER && !BUSYBOX_KILLALL && !BUSYBOX_PSTREE ) || ALLYES
	select NCURSES
	prompt "psmisc"
	help
	  utilities that use the proc file system

comment "BusyBox' fuser is selected! (psmisc)"
	depends on BUSYBOX_FUSER

comment "BusyBox' killall is selected! (psmisc)"
	depends on BUSYBOX_KILLALL

comment "BusyBox' pstree is selected! (psmisc)"
	depends on BUSYBOX_PSTREE