summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2015-11-23 10:12:59 -0500
committerWill Deacon <will.deacon@arm.com>2015-12-03 14:37:10 -0500
commit24da208db32ee1e4757ceaba898c47add8e5361e (patch)
treeaf0093d2a358b228a7acf71fa1a787f497fcacfd /arch/arm64/Kconfig
parentb9b7aebb42d1b1392f3111de61136bb6cf3aae3f (diff)
arm64: enable HAVE_IRQ_TIME_ACCOUNTING
arm64 relies on the arm_arch_timer for sched_clock, so we can select HAVE_IRQ_TIME_ACCOUNTING and have the core sched-clock code enable the feature at runtime based on the rate. Reported-by: Mario Smarduch <m.smarduch@samsung.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 871f21783866..4876459c0838 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -70,6 +70,7 @@ config ARM64
70 select HAVE_FUNCTION_GRAPH_TRACER 70 select HAVE_FUNCTION_GRAPH_TRACER
71 select HAVE_GENERIC_DMA_COHERENT 71 select HAVE_GENERIC_DMA_COHERENT
72 select HAVE_HW_BREAKPOINT if PERF_EVENTS 72 select HAVE_HW_BREAKPOINT if PERF_EVENTS
73 select HAVE_IRQ_TIME_ACCOUNTING
73 select HAVE_MEMBLOCK 74 select HAVE_MEMBLOCK
74 select HAVE_PATA_PLATFORM 75 select HAVE_PATA_PLATFORM
75 select HAVE_PERF_EVENTS 76 select HAVE_PERF_EVENTS