From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757515AbbKFP6O (ORCPT ); Fri, 6 Nov 2015 10:58:14 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:36612 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615AbbKFP6M (ORCPT ); Fri, 6 Nov 2015 10:58:12 -0500 From: yalin wang To: catalin.marinas@arm.com, will.deacon@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: yalin wang Subject: [PATCH] arm64: add HAVE_LATENCYTOP_SUPPORT config Date: Fri, 6 Nov 2015 23:57:58 +0800 Message-Id: <1446825478-24824-1-git-send-email-yalin.wang2010@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add HAVE_LATENCYTOP_SUPPORT in Kconfig, so that we can enable this feature on ARM64 Signed-off-by: yalin wang --- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: yalin.wang2010@gmail.com (yalin wang) Date: Fri, 6 Nov 2015 23:57:58 +0800 Subject: [PATCH] arm64: add HAVE_LATENCYTOP_SUPPORT config Message-ID: <1446825478-24824-1-git-send-email-yalin.wang2010@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add HAVE_LATENCYTOP_SUPPORT in Kconfig, so that we can enable this feature on ARM64 Signed-off-by: yalin wang --- 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