arm64: perf: move to shared arm_pmu framework
[linux-2.6-block.git] / arch / arm64 / Kconfig
index 07d1811aa03fcd1ecd5ee7c260688a59f7ab97e4..98b4f98a13de0b3d883dd0002b2fe0d1012f79eb 100644 (file)
@@ -454,12 +454,8 @@ config HAVE_ARCH_PFN_VALID
        def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
 
 config HW_PERF_EVENTS
-       bool "Enable hardware performance counter support for perf events"
-       depends on PERF_EVENTS
-       default y
-       help
-         Enable hardware performance counter support for perf events. If
-         disabled, perf events will use software events only.
+       def_bool y
+       depends on ARM_PMU
 
 config SYS_SUPPORTS_HUGETLBFS
        def_bool y