summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iotop/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/iotop/Makefile b/iotop/Makefile
index 9e7c3f2..877442d 100644
--- a/iotop/Makefile
+++ b/iotop/Makefile
@@ -28,6 +28,10 @@ define Package/iotop
TITLE:=Simple top-like I/O monitor
URL:=http://guichaz.free.fr/iotop/
DEPENDS:=+python
+ KCONFIG:=CONFIG_TASKSTATS=y \
+ CONFIG_TASK_DELAY_ACCT=y \
+ CONFIG_TASK_IO_ACCOUNTING=y \
+ CONFIG_VM_EVENT_COUNTERS=y
endef
define Package/iotop/description