aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-09-05 01:12:41 -0400
committerOlof Johansson <olof@lixom.net>2012-09-05 01:12:41 -0400
commitcd754736097fa6ce03b3543ec111f7a13a0dd2f2 (patch)
tree0e20b4f55f588dac96d311bc0c514b8d07846d90 /arch/arm/Kconfig
parent242521e90e3f0a7660699761f7b42f0deaa8ea15 (diff)
parent051f1b13144dd8553d5a5104dde94c7263ae3ba7 (diff)
Merge tag 'arm-perf-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into next/cleanup
From Will Deacon: Bunch of perf updates for the ARM backend that pave the way for big.LITTLE support in the future. The separation of CPU and PMU code is also the start of being able to move some of this stuff under drivers/. * tag 'arm-perf-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux: ARM: perf: move irq registration into pmu implementation ARM: perf: move CPU-specific PMU handling code into separate file ARM: perf: prepare for moving CPU PMU code into separate file ARM: perf: probe devicetree in preference to current CPU ARM: perf: remove mysterious compiler barrier ARM: pmu: remove arm_pmu_type enumeration ARM: pmu: remove unused reservation mechanism ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUs ARM: PMU: Add runtime PM Support
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5f6928565324..fcedbb3c922d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1169,12 +1169,6 @@ config XSCALE_PMU
1169 depends on CPU_XSCALE 1169 depends on CPU_XSCALE
1170 default y 1170 default y
1171 1171
1172config CPU_HAS_PMU
1173 depends on (CPU_V6 || CPU_V6K || CPU_V7 || XSCALE_PMU) && \
1174 (!ARCH_OMAP3 || OMAP3_EMU)
1175 default y
1176 bool
1177
1178config MULTI_IRQ_HANDLER 1172config MULTI_IRQ_HANDLER
1179 bool 1173 bool
1180 help 1174 help
@@ -1747,7 +1741,7 @@ config HIGHPTE
1747 1741
1748config HW_PERF_EVENTS 1742config HW_PERF_EVENTS
1749 bool "Enable hardware performance counter support for perf events" 1743 bool "Enable hardware performance counter support for perf events"
1750 depends on PERF_EVENTS && CPU_HAS_PMU 1744 depends on PERF_EVENTS
1751 default y 1745 default y
1752 help 1746 help
1753 Enable hardware performance counter support for perf events. If 1747 Enable hardware performance counter support for perf events. If