diff mbox

[Natty,ti-omap4] UBUNTU: [Config] enabling CONFIG_TASK_ options for iotop to work

Message ID 1294179185-871-1-git-send-email-ricardo.salveti@canonical.com
State Accepted
Delegated to: Tim Gardner
Headers show

Commit Message

Ricardo Salveti de Araujo Jan. 4, 2011, 10:13 p.m. UTC
BugLink: http://launchpad.net/bugs/694461

CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and CONFIG_TASK_XACCT
are needed for iotop to work. All these options are already enabled at
the master branch, but were missing at the ti-omap4 one.

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
---
 debian.ti-omap4/config/config.common.ubuntu |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu
index 74b0de8..dfd56c0 100644
--- a/debian.ti-omap4/config/config.common.ubuntu
+++ b/debian.ti-omap4/config/config.common.ubuntu
@@ -2570,8 +2570,9 @@  CONFIG_TABLET_USB_GTCO=m
 CONFIG_TABLET_USB_KBTAB=m
 CONFIG_TABLET_USB_WACOM=m
 CONFIG_TASKSTATS=y
-# CONFIG_TASK_DELAY_ACCT is not set
-# CONFIG_TASK_XACCT is not set
+CONFIG_TASK_DELAY_ACCT=y
+CONFIG_TASK_IO_ACCOUNTING=y
+CONFIG_TASK_XACCT=y
 # CONFIG_TCG_TPM is not set
 CONFIG_TCP_CONG_ADVANCED=y
 CONFIG_TCP_CONG_BIC=m