diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-12 18:57:53 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-12 18:57:53 +0100 |
commit | 12fccaa9bae7398f5a27429e7414530ba1cec5ee (patch) | |
tree | c4b506100a81d9876428c8f07b99886f5f3d7c60 /recipes | |
parent | 80d46f080bbcb276216b5a10a8d7c71119f503ff (diff) |
linux-omap-psp 2.6.32: fix powertop for omap3evm
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig b/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig index b4cde0951c..3771e46750 100644 --- a/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig +++ b/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Tue Jan 12 15:43:33 2010 +# Tue Jan 12 18:47:00 2010 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -39,7 +39,10 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_TASKSTATS is not set +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_XACCT=y +CONFIG_TASK_IO_ACCOUNTING=y # CONFIG_AUDIT is not set # @@ -2205,8 +2208,8 @@ CONFIG_DETECT_HUNG_TASK=y # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 # CONFIG_SCHED_DEBUG is not set -# CONFIG_SCHEDSTATS is not set -# CONFIG_TIMER_STATS is not set +CONFIG_SCHEDSTATS=y +CONFIG_TIMER_STATS=y # CONFIG_DEBUG_OBJECTS is not set # CONFIG_DEBUG_SLAB is not set # CONFIG_DEBUG_KMEMLEAK is not set |