| Submitter | Bryan Wu |
|---|---|
| Date | Feb. 1, 2010, 6:07 p.m. |
| Message ID | <1265047665-14371-3-git-send-email-bryan.wu@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/44211/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Patch
diff --git a/debian.fsl-imx51/config/config.common.ubuntu b/debian.fsl-imx51/config/config.common.ubuntu index e9f5b8d..4b57037 100644 --- a/debian.fsl-imx51/config/config.common.ubuntu +++ b/debian.fsl-imx51/config/config.common.ubuntu @@ -2422,7 +2422,7 @@ CONFIG_THERMAL_HWMON=y CONFIG_THRUSTMASTER_FF=y CONFIG_TICK_ONESHOT=y CONFIG_TIMERFD=y -# CONFIG_TIMER_STATS is not set +CONFIG_TIMER_STATS=y CONFIG_TIPC=m # CONFIG_TIPC_ADVANCED is not set # CONFIG_TIPC_DEBUG is not set
BugLink: http://bugs.launchpad.net/bugs/513241 For using powertop on armel hardware (at least for the bits and pieces where it can gather data on non x86 HW), it needs to enable CONFIG_TIMER_STATS. Signed-off-by: Bryan Wu <bryan.wu@canonical.com> --- debian.fsl-imx51/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)