1config BR2_PACKAGE_PSMISC
2	bool "psmisc"
3	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
4	select BR2_PACKAGE_NCURSES
5	help
6	  Helpful /proc related utilities such as pstree, fuser, and
7	  killall
8
9	  https://gitlab.com/psmisc/psmisc
10