linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: add HAVE_LATENCYTOP_SUPPORT config
@ 2015-11-06 15:57 yalin wang
  2015-11-06 16:05 ` Will Deacon
  0 siblings, 1 reply; 12+ messages in thread
From: yalin wang @ 2015-11-06 15:57 UTC (permalink / raw)
  To: linux-arm-kernel

Add HAVE_LATENCYTOP_SUPPORT in Kconfig, so that
we can enable this feature on ARM64

Signed-off-by: yalin wang <yalin.wang2010@gmail.com>
---
 arch/arm64/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 851fe11..782b5bd 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -103,6 +103,10 @@ config ARCH_PHYS_ADDR_T_64BIT
 config MMU
 	def_bool y
 
+config HAVE_LATENCYTOP_SUPPORT
+	bool
+	default y
+
 config NO_IOPORT_MAP
 	def_bool y if !PCI
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-12-15  9:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-06 15:57 [PATCH] arm64: add HAVE_LATENCYTOP_SUPPORT config yalin wang
2015-11-06 16:05 ` Will Deacon
2015-11-06 16:11   ` yalin wang
2015-11-06 16:21     ` Will Deacon
2015-11-10  7:41       ` Heiko Carstens
2015-11-10 10:05         ` Will Deacon
2015-11-10 11:01           ` Heiko Carstens
2015-11-10 11:18             ` Will Deacon
2015-11-10 11:24               ` yalin wang
2015-11-10 11:34               ` Heiko Carstens
2015-12-14 22:02                 ` Shi, Yang
2015-12-15  9:48                   ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).