projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b57472
)
ARM: ux500: add PERF_EVENTS to defconfig
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 13 May 2015 10:29:22 +0000
(12:29 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Wed, 13 May 2015 11:38:24 +0000
(13:38 +0200)
The Ux500 has a perfectly working PMU so let's put the perf
events into the defconfig. This will activate HW_PERF_EVENTS
by default.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/u8500_defconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/configs/u8500_defconfig
b/arch/arm/configs/u8500_defconfig
index 6a1c9898fd031e8eef892ab4ccd6e251b3479249..b4c6d34ef94692c8f6db9b8f02ab31a52c46ff36 100644
(file)
--- a/
arch/arm/configs/u8500_defconfig
+++ b/
arch/arm/configs/u8500_defconfig
@@
-4,6
+4,7
@@
CONFIG_NO_HZ_IDLE=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_KALLSYMS_ALL=y
+CONFIG_PERF_EVENTS=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_BLK_DEV_BSG is not set