All of lore.kernel.org
 help / color / mirror / Atom feed
From: yalin wang <yalin.wang2010@gmail.com>
To: catalin.marinas@arm.com, will.deacon@arm.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: yalin wang <yalin.wang2010@gmail.com>
Subject: [PATCH] arm64: add HAVE_LATENCYTOP_SUPPORT config
Date: Fri,  6 Nov 2015 23:57:58 +0800	[thread overview]
Message-ID: <1446825478-24824-1-git-send-email-yalin.wang2010@gmail.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: yalin.wang2010@gmail.com (yalin wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: add HAVE_LATENCYTOP_SUPPORT config
Date: Fri,  6 Nov 2015 23:57:58 +0800	[thread overview]
Message-ID: <1446825478-24824-1-git-send-email-yalin.wang2010@gmail.com> (raw)

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

             reply	other threads:[~2015-11-06 15:58 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-06 15:57 yalin wang [this message]
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:05   ` Will Deacon
2015-11-06 16:11   ` yalin wang
2015-11-06 16:11     ` yalin wang
2015-11-06 16:21     ` Will Deacon
2015-11-06 16:21       ` Will Deacon
2015-11-10  7:41       ` Heiko Carstens
2015-11-10  7:41         ` Heiko Carstens
2015-11-10 10:05         ` Will Deacon
2015-11-10 10:05           ` Will Deacon
2015-11-10 11:01           ` Heiko Carstens
2015-11-10 11:01             ` Heiko Carstens
2015-11-10 11:18             ` Will Deacon
2015-11-10 11:18               ` Will Deacon
2015-11-10 11:24               ` yalin wang
2015-11-10 11:24                 ` yalin wang
2015-11-10 11:34               ` Heiko Carstens
2015-11-10 11:34                 ` Heiko Carstens
2015-12-14 22:02                 ` Shi, Yang
2015-12-14 22:02                   ` Shi, Yang
2015-12-15  9:48                   ` Will Deacon
2015-12-15  9:48                     ` Will Deacon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446825478-24824-1-git-send-email-yalin.wang2010@gmail.com \
    --to=yalin.wang2010@gmail.com \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.