menu "Process Utilities"
+config BUSYBOX_CONFIG_SMEMCAP
+ bool "smemcap"
+ default n
+ help
+ smemcap is a tool for capturing process data for smem,
+ a memory usage statistic tool.
+
config BUSYBOX_CONFIG_FREE
bool "free"
default y
config BUSYBOX_CONFIG_KILLALL5
bool "killall5"
- default y
+ default n
depends on BUSYBOX_CONFIG_KILL
config BUSYBOX_CONFIG_NMETER