1config BR2_PACKAGE_LSOF
2	bool "lsof"
3	depends on BR2_USE_MMU # fork()
4	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5	help
6	  lsof (LiSt Open Files)
7	  The lsof tool lists information about files opened by
8	  processes.
9
10	  https://github.com/lsof-org/lsof
11