Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752214AbbGMJdl (ORCPT ); Mon, 13 Jul 2015 05:33:41 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:52390 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750970AbbGMJdj (ORCPT ); Mon, 13 Jul 2015 05:33:39 -0400 X-Listener-Flag: 11101 From: Yingjoe Chen To: Matthias Brugger , Thomas Gleixner , Stephen Boyd , Michael Turquette , James Liao CC: Russell King , , Arnd Bergmann , Catalin Marinas , Daniel Lezcano , , Rob Herring , , Sascha Hauer , Olof Johansson , Yingjoe Chen , , , Daniel Kurtz , Subject: [PATCH 3/5] arm64: mediatek: enable MTK_TIMER Date: Mon, 13 Jul 2015 17:32:47 +0800 Message-ID: <1436779969-18610-4-git-send-email-yingjoe.chen@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty In-Reply-To: <1436779969-18610-1-git-send-email-yingjoe.chen@mediatek.com> References: <1436779969-18610-1-git-send-email-yingjoe.chen@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 793 Lines: 28 Enable MTK_TIMER for MediaTek plaform, which will be used as schedule clock. Signed-off-by: Yingjoe Chen --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 0f6edb1..5934f51 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -193,6 +193,7 @@ config ARCH_MEDIATEK bool "Mediatek MT65xx & MT81xx ARMv8 SoC" select ARM_GIC select PINCTRL + select MTK_TIMER help Support for Mediatek MT65xx & MT81xx ARMv8 SoCs -- 1.8.1.1.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/