xref: /OK3568_Linux_fs/buildroot/package/lsof/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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