xref: /OK3568_Linux_fs/buildroot/package/procps-ng/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PROCPS_NG
2	bool "procps-ng"
3	depends on BR2_USE_MMU # fork()
4	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5	select BR2_PACKAGE_NCURSES
6	help
7	  Standard informational utilities and process-handling tools.
8	  Provides things like kill, ps, uptime, free, top, etc...
9
10	  http://sourceforge.net/projects/procps-ng/
11
12if BR2_PACKAGE_PROCPS_NG
13
14config BR2_PACKAGE_PROCPS_NG_STATIC
15	bool "Enable static"
16	default y if BR2_STATIC_LIBS
17
18endif
19