1config BR2_PACKAGE_PROCRANK_LINUX 2 bool "procrank_linux" 3 help 4 procrank is a tool commonly used by Android platform 5 developers to find out how much memory is really being used. 6 7 https://github.com/csimmonds/procrank_linux 8 9if BR2_PACKAGE_PROCRANK_LINUX 10 11config BR2_PACKAGE_PROCRANK_LINUX_STATIC 12 bool "Enable static" 13 default y if BR2_STATIC_LIBS 14 15endif 16