xref: /OK3568_Linux_fs/buildroot/package/procrank_linux/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PROCRANK_LINUX
2*4882a593Smuzhiyun	bool "procrank_linux"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  procrank is a tool commonly used by Android platform
5*4882a593Smuzhiyun	  developers to find out how much memory is really being used.
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun	  https://github.com/csimmonds/procrank_linux
8*4882a593Smuzhiyun
9*4882a593Smuzhiyunif BR2_PACKAGE_PROCRANK_LINUX
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig BR2_PACKAGE_PROCRANK_LINUX_STATIC
12*4882a593Smuzhiyun	bool "Enable static"
13*4882a593Smuzhiyun	default y if BR2_STATIC_LIBS
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunendif
16