diff options
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | 2012-09-06 20:14:07 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-09-11 16:27:41 +0900 |
commit | e433d4440bf7dd5955a4616cfb9bffd1ec6ab839 (patch) | |
tree | fd7ba18748401f26219400e9328d98f7fc26b1ea /arch/arm/configs | |
parent | f23f5be0ed87f1c53420086c936385d0a80c7e4d (diff) |
ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit)
This patch enables PMU(Performance Monitoring Unit) for emev2.
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/kzm9d_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/kzm9d_defconfig b/arch/arm/configs/kzm9d_defconfig index 26146ffea1a..8c49df66cac 100644 --- a/arch/arm/configs/kzm9d_defconfig +++ b/arch/arm/configs/kzm9d_defconfig @@ -8,6 +8,7 @@ CONFIG_LOG_BUF_SHIFT=16 CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL_SYSCALL=y CONFIG_EMBEDDED=y +CONFIG_PERF_EVENTS=y CONFIG_SLAB=y # CONFIG_BLK_DEV_BSG is not set # CONFIG_IOSCHED_DEADLINE is not set |