arm64: enable HAVE_IRQ_TIME_ACCOUNTING for arm64
The only dependency for irq time accounting is a sufficiently high resolution timer. Plenty of arm64 platforms will have this, so enable this feature. CRs-Fixed: 1013947 Change-Id: Id675a541a6813a14ae0b7e1bb66670bf7467a97f Signed-off-by: Steve Muckle <smuckle@codeaurora.org> [satyap@codeaurora.org: trivial merge conflict resolution.] Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
This commit is contained in:
parent
2d470fdbe8
commit
2e96ff27f3
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ config ARM64
|
|||
select HAVE_FUNCTION_GRAPH_TRACER
|
||||
select HAVE_GENERIC_DMA_COHERENT
|
||||
select HAVE_HW_BREAKPOINT if PERF_EVENTS
|
||||
select HAVE_IRQ_TIME_ACCOUNTING
|
||||
select HAVE_MEMBLOCK
|
||||
select HAVE_PATA_PLATFORM
|
||||
select HAVE_PERF_EVENTS
|
||||
|
|
Loading…
Add table
Reference in a new issue