summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iotop/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/iotop/Makefile b/iotop/Makefile
index 877442d..d308280 100644
--- a/iotop/Makefile
+++ b/iotop/Makefile
@@ -30,6 +30,7 @@ define Package/iotop
DEPENDS:=+python
KCONFIG:=CONFIG_TASKSTATS=y \
CONFIG_TASK_DELAY_ACCT=y \
+ CONFIG_TASK_XACCT=y \
CONFIG_TASK_IO_ACCOUNTING=y \
CONFIG_VM_EVENT_COUNTERS=y
endef