diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-09-14 13:27:13 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-11-06 13:47:24 +0900 |
commit | 86bc52ef4373be64867b56f3a9e30cbabf64e0dd (patch) | |
tree | e8987e7fe0728685041f58bb062eb4ad1c33088e /arch/arm/configs/armadillo800eva_defconfig | |
parent | 40eaed7f7be18a53f9267d336d37f1e13b3a7f93 (diff) |
ARM: shmobile: r8a7740: Enable PMU
This patch enables PMU for r8a7740.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
[horms@verge.net.au: corrected indentation]
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/configs/armadillo800eva_defconfig')
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index f78d259f8d23..3d764072dd54 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig @@ -7,6 +7,7 @@ CONFIG_LOG_BUF_SHIFT=16 # CONFIG_IPC_NS is not set # CONFIG_PID_NS is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y +CONFIG_PERF_EVENTS=y CONFIG_SLAB=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y |